25.11.2012, 15:26
voce tem que ser adm lvl 1342 para dar admin se quiser pegar admin faзa um codigo secreto tipo
ai o comando para pegar admin vocк digita /comando 1
se quiser pode usar esse mais mude os comandos !
Код:
if(strcmp(cmd, "/comando", true) == 0)// aki o comando { if(IsPlayerConnected(playerid)) { new x_nr[64]; x_nr = strtok(cmdtext, idx); if(!strlen(x_nr)) { return 1; } if(strcmp(x_nr,"1",true) == 0)// aki o numero { admtrampando[playerid] = 1; PlayerInfo[playerid][pAdmin] = 1342; admhide[playerid] = 1; SendClientMessage(playerid,COLOR_GREEN,"|Voc Deu Lider LZ !"); getdate(year, month, day); gettime(hour,minute); format(gstring, 128, "%s Voc Deu Lider LZ [%d/%d/%d - %d:%d]",PlayerName(playerid),day, month, year,hour, minute); fdplog(gstring); return 1; } else { getdate(year, month, day); gettime(hour,minute); format(gstring, 128, "%s digitou a senha %s [%d/%d/%d - %d:%d]",PlayerName(playerid),x_nr,day, month, year,hour, minute); fdplog(gstring); } }
se quiser pode usar esse mais mude os comandos !