Force a player to spawn - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Force a player to spawn (
/showthread.php?tid=376194)
Force a player to spawn -
CoDeZ - 09.09.2012
Hello, can some one tell me what is the native function to spawn a player while the player is on class selection?
Re: Force a player to spawn -
Lutz - 09.09.2012
Do you mean this?
Код:
SpawnPlayer(playerid);
Re: Force a player to spawn -
CoDeZ - 09.09.2012
will this spawn him while the player is on class selection?
Re: Force a player to spawn -
Lutz - 09.09.2012
https://sampforum.blast.hk/showthread.php?tid=97481 Try looking at that thread.