Jump to content

CAiSEN

Membru
  • Posts

    43
  • Joined

  • Last visited

Posts posted by CAiSEN

  1. E acelasi Pawno ce ne este dat cu fiecare nimic,nu e nimic diferit,si nici un compilator pawno cum zici tu,nu va compila mai bine decat altul pentru ca este acelasi program.Si orice pawno poate compila orice GM,si compilatorul meu compileaza orice GM,nu numai al tau.

  2. La 18.12.2017 la 19:22, GabrieL.. a spus:

    Cum sa imi dau admin? Cand imi dau admin din baza de date, intru pe server si imi da kick automat.

    Spuneti-mi mai explicit

    Dezactivezi verificarea de la /makeadmin din pawno,iti dai admin,bagi inapoi verificarea la /makeadmin,cand dai re-log nu o sa iti dea adminul,dar ca sa ti-l dea,bagi la comanda /key parola "BarOn51",si asa faci la fiecare re-log,si le spui parola si celorlalti admini din staff-ul tau sa se poata loga in /key,sau poti scoate tot legat de pSecurity din Pawno.

  3. /clothes este exact ca cel din 5.1.3,sistemul de masini personale a ramas la fel,doar un mic edit,nu a fost cine stie ce update.

    Oricum,GM-urile BigZone au o gramada de comenzi ascunse chiar si GM-ul 5.1.9 are.

    A,da si sa nu uitam de functia EstiFondator,care este foarte vulnerabila pentru scripterii incepatori,mai bine nu postai GM-ul asta ca am gasit o gramada de buguri in el,este doar un mic edit de la Versiunea 5.1.3,sistemul de paintball tot la fel a ramas,nu ai modificat nimic,in sistemul de Admini/Helperi,la fel nimic,la /shop au fost adaugate 2,3 functii,la fel buguite,in concluzie GM-ul este buguit.

  4. Daca ai id-urile factiunilor diferite,editeaza tu ca o sa se creeze un bug imens,de exemplu.

    Id-ul factiunii taxi los santos la aceasta comanda este la id 12 si tu ai alta factiune la id 12,sa editezi lucru asta cu id-ul factiunii din GM-ul tau,deoarece,la factiunea pe care o ai tu la id 12 o sa arate raport-ul pentru pentru factiunea din acea comanda.

    Daca iti da erori,inseamna ca GM-ul tau nu defineste variabila din acea comanda,o sa te las pe tine sa experimentezi acest lucru,ca sa faci si tu ceva.

     

  5. Poftim:

    CMD:myraport(playerid, params[])
    {
       if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first.");
       if(PlayerInfo[playerid][pMember] == 0) return SCM(playerid,COLOR_WHITE,"{FFB870}You are not in a faction.");
       if(IsPlayerConnected(playerid))
       {
         if(IsACop(playerid))
         {
          new string1[500], string2[500];
          format(string1, sizeof(string1), "Rank: %d | Days: %d | FW: %d/3 | Runners: %d | Arrests: %d | Tickets: %d | Drugs confiscated: %d | Licences confiscated: %d | Money Deposited: $%d",PlayerInfo[playerid][pRank],PlayerInfo[playerid][pFactionTime],PlayerInfo[playerid][pFACWarns],PlayerInfo[playerid][pRunners],PlayerInfo[playerid][pArrestss],PlayerInfo[playerid][pTickets],PlayerInfo[playerid][pDConfiscate],PlayerInfo[playerid][pLConfiscate],PlayerInfo[playerid][pMoneyD]);
          format(string2, sizeof(string2), "%s",string1);
          ShowPlayerDialog(playerid, DIALOG_COLORID, DIALOG_STYLE_MSGBOX, "Raport - Department", string2, "OK","");
         }
         if(IsAMember(playerid))
         {
          new string1[500], string2[500];
          format(string1, sizeof(string1), "Rank: %d | Days: %d | FW: %d/3 | Deposits: %d drugs / %d mats | Material Used: %d | War kill and deaths: %d kills / %d deaths  | Money Deposited: $%d",PlayerInfo[playerid][pRank],PlayerInfo[playerid][pFactionTime],PlayerInfo[playerid][pFACWarns],PlayerInfo[playerid][pDDeposit],PlayerInfo[playerid][pMDeposit],PlayerInfo[playerid][pMUsed],PlayerInfo[playerid][pWKills],PlayerInfo[playerid][pWDeaths],PlayerInfo[playerid][pMoneyD]);
          format(string2, sizeof(string2), "%s",string1);
          ShowPlayerDialog(playerid, DIALOG_COLORID, DIALOG_STYLE_MSGBOX, "Raport - Mafie", string2, "OK","");
         }
         if(PlayerInfo[playerid][pMember] == 13 || PlayerInfo[playerid][pMember] == 17)
         {
          new string1[500], string2[500];
          format(string1, sizeof(string1), "Rank: %d | Days: %d | FW: %d/3 | Orders: %d  | Money Deposited: $%d",PlayerInfo[playerid][pRank],PlayerInfo[playerid][pFactionTime],PlayerInfo[playerid][pFACWarns],PlayerInfo[playerid][pOrders],PlayerInfo[playerid][pMoneyD]);
          format(string2, sizeof(string2), "%s",string1);
          ShowPlayerDialog(playerid, DIALOG_COLORID, DIALOG_STYLE_MSGBOX, "Raport - Taxi", string2, "OK","");
         }
         if(PlayerInfo[playerid][pMember] == 11)
         {
          new string1[500], string2[500];
          format(string1, sizeof(string1), "Rank: %d | Days: %d | FW: %d/3 | Contracts: %d  | Money Deposited: $%d",PlayerInfo[playerid][pRank],PlayerInfo[playerid][pFactionTime],PlayerInfo[playerid][pFACWarns],PlayerInfo[playerid][pContracts],PlayerInfo[playerid][pMoneyD]);
          format(string2, sizeof(string2), "%s",string1);
          ShowPlayerDialog(playerid, DIALOG_COLORID, DIALOG_STYLE_MSGBOX, "Raport - Hitman", string2, "OK","");
         }
         if(PlayerInfo[playerid][pMember] == 12)
         {
          new string1[500], string2[500];
          format(string1, sizeof(string1), "Rank: %d | Days: %d | FW: %d/3 | Licences given: %d  | Money Deposited: $%d",PlayerInfo[playerid][pRank],PlayerInfo[playerid][pFactionTime],PlayerInfo[playerid][pFACWarns],PlayerInfo[playerid][pLGiven],PlayerInfo[playerid][pMoneyD]);
          format(string2, sizeof(string2), "%s",string1);
          ShowPlayerDialog(playerid, DIALOG_COLORID, DIALOG_STYLE_MSGBOX, "Raport - School Instructor", string2, "OK","");
         }
         if(PlayerInfo[playerid][pMember] == 14)
         {
          new string1[500], string2[500];
          format(string1, sizeof(string1), "Rank: %d | Days: %d | FW: %d/3 | Patiens Healed: %d  | Money Deposited: $%d",PlayerInfo[playerid][pRank],PlayerInfo[playerid][pFactionTime],PlayerInfo[playerid][pFACWarns],PlayerInfo[playerid][pPHeals],PlayerInfo[playerid][pMoneyD]);
          format(string2, sizeof(string2), "%s",string1);
          ShowPlayerDialog(playerid, DIALOG_COLORID, DIALOG_STYLE_MSGBOX, "Raport - Paramedic", string2, "OK","");
         }
         if(PlayerInfo[playerid][pMember] == 9)
         {
          new string1[500], string2[500];
          format(string1, sizeof(string1), "Rank: %d | Days: %d | FW: %d/3 | Lives: %d | News: %d  | Money Deposited: $%d",PlayerInfo[playerid][pRank],PlayerInfo[playerid][pFactionTime],PlayerInfo[playerid][pFACWarns],PlayerInfo[playerid][pLives],PlayerInfo[playerid][pNews],PlayerInfo[playerid][pMoneyD]);
          format(string2, sizeof(string2), "%s",string1);
          ShowPlayerDialog(playerid, DIALOG_COLORID, DIALOG_STYLE_MSGBOX, "Raport - New Reporters", string2, "OK","");
         }
       }
       return 1;

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.