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)
+--- Thread: Disable Class Selection (/showthread.php?tid=606206)



Disable Class Selection - Sensation - 01.05.2016

How can i disable class selection. Is it possible?


Re: Disable Class Selection - itsCody - 01.05.2016

Toggle spectating?


Re: Disable Class Selection - StaticYey - 01.05.2016

Find OnPlayerRequestClass callback place the SpawnPlayer(playerid); function inside it.

PHP код:
public OnPlayerRequestClass(playerid,classid)
{
    
SpawnPlayer(playerid);
    return 
1;