24.02.2014, 08:08
I need help with a makeadmin command, here are my enums
pawn Код:
enum PlayerInfo
{
Pass[129],
pAdmin,
pVip,
pTrusted,
Money,
Scores,
Kills,
Deaths
}
new pInfo[MAX_PLAYERS][PlayerInfo];