SA-MP Forums Archive
Auto 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Auto spawn (/showthread.php?tid=235779)



Auto spawn - sabretur - 06.03.2011

Hi, how to spawn automatically, without clicking spawn button in class selection? How to script it?


Re: Auto spawn - rjjj - 06.03.2011

This function can do this:

pawn Код:
SpawnPlayer(playerid);
Just put it in your OnPlayerRequestClass callback or make a SetTimer

I hope that i have helped