Jump to content

InfernoZones

V.I.P
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by InfernoZones

  1. frumos
  2. InfernoZones

    Index NEB1

    sa vedem
  3. xd
  4. maxim +1
  5. hidd
  6. Salut am o problema cu anticheat ul da kick si la admini daca folosesc fly (de la server) sau daca folosesc surfly Anticheat ul este (nex-ac) Cum as putea face sa nu mai de kick la admini?
  7. Salut am o problema am facut o comanda /makeadmin si nu reusesc sa fac ca cei care au gen admin 6 sa nu poate sa isi dea 7 sau asa sau sa nu poti trece de adm 6 cu /makeadmin va las comanda mai jos Ms mult cmd:makeadmin(playerid, params[]) { if(pInfo[playerid][pAdmin] >= 7) { new giveplayerid, level; if(sscanf(params, "ud", giveplayerid, level)) return SendSyntaxMessage(playerid, "/makeadmin [playerid/name] [level]"); if(giveplayerid == INVALID_PLAYER_ID || pInfo[giveplayerid][pStatus] != 1) return SendClientMessage(playerid, COLOR_DARKGRAY, "Player not connected."); pInfo[giveplayerid][pStaff] = 0; if(level < 10 && level != 0) { new status[16]; if(level > pInfo[giveplayerid][pAdmin] ? format(status, sizeof(status), "promoted") : format(status, sizeof(status), "demoted")) pInfo[giveplayerid][pAdmin] = level, Iter_Add(Stafff, giveplayerid); format(AdminWText, sizeof(AdminWText), "Admcmd: %s has %s %s to Level %d Admin.", GetName(playerid), status, GetName(giveplayerid), level); SendAdminMessage(playerid, COLOR_ADMWARNING, AdminWText); format(stmsg[giveplayerid], 72, "Admin %s has %s your to Level %d Admin.", GetName(playerid), status, level); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, stmsg[giveplayerid]); mysql_format(MySQLCon, quMYSQL, 100, "UPDATE `players` SET `Admin`=%d WHERE `ID`=%d", pInfo[giveplayerid][pAdmin], pInfo[giveplayerid][pID]), mysql_tquery(MySQLCon, quMYSQL); return 1; } else if(level == 0) { if(pInfo[giveplayerid][pHelper] < 1) Iter_Remove(Stafff, giveplayerid), TextDrawHideForPlayer(giveplayerid, RHTXT); pInfo[giveplayerid][pAdmin] = level; format(AdminWText, sizeof(AdminWText), "Admcmd: %s has removed %s from the Admin Team.", GetName(playerid), GetName(giveplayerid)); SendAdminMessage(playerid, COLOR_ADMWARNING, AdminWText); format(stmsg[giveplayerid], 72, "Admin %s has removed your from the Admin Team.", GetName(playerid)); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, stmsg[giveplayerid]); mysql_format(MySQLCon, quMYSQL, 100, "UPDATE `players` SET `Admin`=%d WHERE `ID`=%d", pInfo[giveplayerid][pAdmin], pInfo[giveplayerid][pID]), mysql_tquery(MySQLCon, quMYSQL); return 1; } else return SendClientMessage(playerid, COLOR_DARKGRAY, "Invalid Admin Level."); } else return SendClientMessage(playerid, COLOR_DARKGRAY, AdminError); }
  8. tare
  9. smecher
  10. ms
  11. Misto
  12. gg
  13. Ms
×
×
  • Create New...