30.05.2013, 07:08
Im making /setadminlevel /setviplevel command using ZCMD but not works?
Do you guys what is the code if my enum is :
Really need help
Do you guys what is the code if my enum is :
pawn Код:
enum pInfo
{
pPass,
pCash,
pAdminLevel,
pVIPLevel,
pScores,
pIP[24],
pKills,
pDeaths
}
new PlayerInfo[MAX_PLAYERS][pInfo];
