Hello,
I write a code that have to spawn a Player so a postion after he join the server but its not working.....
function spawnPed ()
spawnPlayer ( source, -711, 957, 12.382266998291)
end
addEventHandler ( "onPlayerJoin", getRootElement(), spawnPed )