local hook = require 'lib.samp.events'
function hook.onSetRaceCheckpoint(type, position, nextPosition, size)
size = size*2
return {type, position, nextPosition, size}
end
function main()
while not isSampAvailable() do wait(0) end
repeat wait(100) until sampIsLocalPlayerSpawned()
while true do
wait(0)
end
wait(-1)
end