Hello
In the following script, I want it to pause for 10 seconds after each set of Char Coordinates, then teleport to the next Coord.
Thank you for helping me..
function main()
repeat wait(0) until isSampAvailable()
sampRegisterChatCommand('narangi', job)
wait(-1)
end
function job()
setCharCoordinates(PLAYER_PED, -2390.457, -325.112, 65.499)
setCharCoordinates(PLAYER_PED, -2385.841, -330.648, 65.813)
setCharCoordinates(PLAYER_PED, -2392.046, -339.928, 65.930)
end
In the following script, I want it to pause for 10 seconds after each set of Char Coordinates, then teleport to the next Coord.
Thank you for helping me..
function main()
repeat wait(0) until isSampAvailable()
sampRegisterChatCommand('narangi', job)
wait(-1)
end
function job()
setCharCoordinates(PLAYER_PED, -2390.457, -325.112, 65.499)
setCharCoordinates(PLAYER_PED, -2385.841, -330.648, 65.813)
setCharCoordinates(PLAYER_PED, -2392.046, -339.928, 65.930)
end