06.09.2009, 12:21
You can't disable OnPlayerRequestClass GUI by returning false anymore. Hence making you able to spawn unlogged in for ex. RP modes. If there is an another way to disable it please inform me.
![Smiley](images/smilies/smile.png)
public OnPlayerRequestSpawn(playerid)
{
// Your code
return 1;
}
Originally Posted by TheMaTrIx4057
You can disable it by doing TogglePlayerSpectating and then ForceClassSelection
|
Originally Posted by Calgon
You're unable to disable the GUI, you never could before, people pressed 'shift' and it would return a message or something. If you're really consistent to inform your players maybe you could shove a text draw over it or send a client message saying that they must first login before attempting to spawn, and if they attempt to spawn return 0 and give them like three attempts before auto-kick?
|
Originally Posted by dre$tA
Quote:
Quote:
|