mikou
9
RegisterCommand("streetrace", function()
notify "~r~race will start in 3"
Citizen.Wait(1000)
notify "~r~race will start in 2"
Citizen.Wait(1000)
notify "~r~race will start in 1"
Citizen.Wait(1000)
notify "~g~Go!"
SetNewWaypoint(0.0+math.random (-1000,1500), 0.0+math.random (-1000,1500))
end)