08.11.2009, 10:55
How do you skip class selection in .3?
I have a login script executed in OnPlayerConnect.
I also have OnPlayerRequestClass setup like this:
Once I login, it brings up the arrows and spawn gui (unique in .3). The spawn button doesn't do anything. However, I can't figure out how to spawn the player.
** I don't want the arrows and spawn buttons to do anything or even come up at all. I just want to spawn the player.
I have a login script executed in OnPlayerConnect.
I also have OnPlayerRequestClass setup like this:
Код:
public OnPlayerRequestClass(playerid, classid) { return 0; }
** I don't want the arrows and spawn buttons to do anything or even come up at all. I just want to spawn the player.