SA-MP Forums Archive
[HELP] Skipping the OnPlayerSelectClass - 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: [HELP] Skipping the OnPlayerSelectClass (/showthread.php?tid=106560)



[HELP] Skipping the OnPlayerSelectClass - Tyler_Idy - 03.11.2009

How do you skip the Skin selecting? I made it so you choose a team OnPlayerConnect using ShowPlayerDialog. You pick betrween 2 teams but how do i skip the skin selection?

Or....

Where could i find a post that has same issue....??


Re: [HELP] Skipping the OnPlayerSelectClass - Eazy_Efolife - 03.11.2009

Код:
SpawnPlayer(playerid);



Re: [HELP] Skipping the OnPlayerSelectClass - Tyler_Idy - 04.11.2009

Thank you.