21.10.2015, 09:00
Use PVars instead of arrays in both of your scripts (FS and GM).
pawn Код:
//in your filterscipt
SetPVarInt(playerid, "AdminLevel", 1);
//in your gamemode
GetPVarInt(playerid, "AdminLevel");