28.03.2016, 18:21
THis is my enum;
Level is the admin level
going with PInfo[id][Level]
or PInfo[playerid][Level]
The code from Rafaellos gave me a error:
Admin.pwn(202) : error 017: undefined symbol "level"
When i defined it, the script loaded successfull but ingame it said SERVER: Unknown command,
which it did with all my ZCMD commands today...
Code:
enum gPInfo { Logged, Regged, Level, Team }; new PInfo[MAX_PLAYERS][gPInfo];
going with PInfo[id][Level]
or PInfo[playerid][Level]
The code from Rafaellos gave me a error:
Admin.pwn(202) : error 017: undefined symbol "level"
When i defined it, the script loaded successfull but ingame it said SERVER: Unknown command,
which it did with all my ZCMD commands today...