09.01.2014, 11:24
Hi,
I am trying to force a player to spawn when he's at this moment: http://oi40.tinypic.com/2ueh9ic.jpg
I tried this:
But nothing happen. How could I force a player to spawn ?
Thank you !
I am trying to force a player to spawn when he's at this moment: http://oi40.tinypic.com/2ueh9ic.jpg
I tried this:
Код:
public OnPlayerRequestClass(playerid, classid) { SpawnPlayer(playerid); return 1; }
Thank you !