Is it possible to..
#1

Is it possible to automatically change a players class upon class selection?
Or make the player press the Arrow -->
Reply
#2

Well you could just spawn them and then change their class afterwards.
Reply
#3

Well what i want it for is rather than going to class selection it spawns them,
I have:

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SpawnPlayer(playerid);
return 1;
}
But because i toggle player spectating to 1 when they join the server.
And when they login set it to 0, That dosent work,
It will only work if they press (>>) or (<<)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)