30.06.2016, 19:42
put
under the enum
and in
change it to
because you have playerinfo in the pInfo
results:
Код:
new pInfo[MAX_PLAYERS][playerinfo];
and in
Код:
enum pinfo
Код:
enum playerinfo
results:
Код:
enum playerinfo { firstspawn, pname23[MAX_PLAYER_NAME], hacker, pPass, Frozen, pAdminDuty, pJailTime }; new pInfo[MAX_PLAYERS][playerinfo];