Made cvar for displaying class menu on first spawn. Renamed class menu cvars.

This commit is contained in:
richard
2009-11-20 18:20:45 +01:00
parent 709b5d3bab
commit bedb4d4bda
4 changed files with 22 additions and 6 deletions

View File

@ -458,6 +458,11 @@ new bool:ClassAllowInstantChange[MAXPLAYERS + 1];
*/
new String:ClassOriginalPlayerModel[MAXPLAYERS + 1][PLATFORM_MAX_PATH];
/**
* Specifies whether a player has spawned.
*/
new bool:ClassPlayerSpawned[MAXPLAYERS + 1];
#include "zr/playerclasses/filtertools"
#include "zr/playerclasses/attributes"
#include "zr/playerclasses/apply"