how can i put a player in the call selection skin? - 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: how can i put a player in the call selection skin? (
/showthread.php?tid=156134)
how can i put a player in the call selection skin? -
DeadlyBoy - 21.06.2010
i want to put a player at the class selection skin after he spawned, how can i do it?
Re: how can i put a player in the call selection skin? -
DJDhan - 21.06.2010
Put this under OnPlayerSpawn.
Код:
ForceClassSelection(playerid);
SetPlayerHealth(playerid,0.0);