08.09.2012, 17:04
I want this to happen when the player re-joins the server
I got the cords of where i want the player to spawn from a website (http://gtamap.delux-host.com/live/)
I used
SetMyPos but didn't work. Or im unsure of the use of it.
/b Im trying to get back into coding Pawn :P
EDIT:
I used DEBUG to get the real COORDS
How set it to be my spawn?
EDIT2:
Solved. Goes under GamemodeInIt
I got the cords of where i want the player to spawn from a website (http://gtamap.delux-host.com/live/)
Quote:
X: 1151.0289221724493 Y: -2035.5141565823367 |
SetMyPos but didn't work. Or im unsure of the use of it.
/b Im trying to get back into coding Pawn :P
EDIT:
I used DEBUG to get the real COORDS
Код:
AddPlayerClass(0,1179.3497,-2036.9293,69.0078,267.6397,0,0,0,0,0,0); // spawn
EDIT2:
Solved. Goes under GamemodeInIt