01.02.2012, 15:02
Quote:
Код:
if (strcmp(cmd, "/lvlup", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pAdmin] >= 1337) { if(gPlayerLogged[playerid] == 1) { for(new i=0; i < MAX_PLAYERS; i++) { PlayerInfo[i][pAdmin] ++; } } } } return 1; } |
Go to SAMP Wiki and/or look for tutorials here on forums!