function main()
repeat wait(0) until isSampAvailable()
while true do
wait(0)
if wasKeyPressed(4) then
if isCharInAnyCar(PLAYER_PED) then
veh = storeCarCharIsInNoSave(PLAYER_PED)
_, carid = sampGetVehicleIdByCarHandle(veh)
sampSendChat('/fixmycar '..carid)
end
end
end