local events = require('samp.events')
function main()
wait(-1)
end
function events.onCreate3DText(id, color, position, distance, testLOS, attachedPlayerId, attachedVehicleId, text)
if attachedVehicleId ~= -1 and text:find('%[номера нет%]') then
return false
end
end