18.02.2015, 12:44
Here:
You forgot the ";" at the end of the enum, before "new PlayerInfo".
pawn Код:
enum pInfo
{
pPassword,
pNovac,
pAdministrator,
pUbojstva,
pBankNovac,
pSmrti
};
new PlayerInfo[MAX_PLAYERS][pInfo];