21.05.2016, 14:41
at the top of your script:
PHP код:
enum PlayerInfo
{
AdminLevel
//here you can add more stuff, such as Score, Cash and etc.
}
PHP код:
new pInfo [MAX_PLAYERS][PlayerInfo];