SA-MP Forums Archive
Class Selection - 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: Class Selection (/showthread.php?tid=194302)



Class Selection - Korpy07 - 28.11.2010

I got my Registration/Login panel when player connect, and after he/she gives wrong password and other ShowPlayerDialog(); is showed then the Class Selection is coming up at the bottom, how to hide Class Selection Menu because i dont need it at all because after player type in correct password its automaticly spawned.


Respuesta: Class Selection - [J]ulian - 28.11.2010

This is not on the version 0.3c.

You can use
pawn Код:
SpawnPlayer(playerid);



Re: Class Selection - Korpy07 - 28.11.2010

Yeah but i dont want player spawn unitl he/she type in correct password


Re: Class Selection - The_Moddler - 29.11.2010

TogglePlayerSpectating(playerid, true);

When they login you set it to:

TogglePlayerSpectating(playerid, false);