08.06.2015, 08:48
nope enum needs ";" and try this one:
this should work!
another prob was you cant use [playerid] to define it in enum, use MAX_PLAYERS for it! in my server this works!
Код:
new PlayerInfo[MAX_PLAYERS+1][pInfo];
another prob was you cant use [playerid] to define it in enum, use MAX_PLAYERS for it! in my server this works!