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



Disable Class selection - falor - 21.04.2010

Hey,
I need your help guys, i don't know how to disable playerclass selection
I want that when a player connect to server he spawn with a skin of his player file (PlayerInfo[playerid][skin])

I try to /* AddPlayerClass
But it doesn't work, i still have CJ in class selection


Re: Disable Class selection - Injection - 21.04.2010

OnPlayerRequestClass:
SpawnPlayer(playerid);


Re: Disable Class selection - falor - 21.04.2010

Thanks!