function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
sampRegisterChatCommand("begun", runToPoint)
wait(-1)
end
function runToPoint(1132.2863, -1438.2050)
local x, y, z = getCharCoordinates(PLAYER_PED)...