Disable Class Selection
#1

How can i disable class selection. Is it possible?
Reply
#2

Toggle spectating?
Reply
#3

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

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

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)