I'm getting an error when setting AdminLevel = 99999, and I can't access the server. I also tried creating a command:
CMD:skibidi(playerid) {
PlayerInfo[playerid][pAdmin] = 99999;
return 1;
}
,but when I exit and log back into the server, I still can't access it. The gamemode I'm using is NGGv3. Can anyone help me fix this issue? 😦