06.03.2012, 08:56
You do not have this
i believe this is the correct form for pCash inside the enum
pawn Код:
enum pInfo
{
pCash,
};
new PlayerInfo[MAX_PLAYERS][pInfo];
pawn Код:
pCash,