Jump to content

ZeCo

Membru
  • Posts

    82
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by ZeCo

  1. Salutare,

     

    De acum cateva zile m-am gandit sa incep un nou proiect cu un Gamemode pe care am lucrat ceva timp.

    La inceput aveam de gand sa punemi toti cativa euro pentru a cumpara promovari.

    Recrutez:

    • Scripter
    • Web Designer
    • Technician forum
    • Mapper
    • Tehnician Panel
    • Finantiator (tin sa percizez ca nu am nevoie de o avere, max. 5e lunar, vom pune toti ceva bani)
    • Youtuber (100-200 abonati ajung)
    • Testeri (care daca se tin de treaba vor primi grad pe server).

    ROG SERIOZITATE! 15 ANI+

  2. Am facut update, acum primesc la asta:

    [16:32:57]   Loaded.
    [16:32:57]  Loading plugin: crashdetect.so
    [16:32:57]   Failed (/usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by plugins/crashdetect.so))
    [16:32:57]  Loading plugin: MapAndreas.so
    [16:32:57]   Loaded.
    [16:32:57]  Loaded 4 plugins.

    Deci, am descarcat toapte plugin-urile pentru linux.

  3. public OnPlayerDisconnect(playerid,reason)
    {

        if(GetPVarInt(playerid,"roped") == 1)
        {
            for(new destr=0;destr<=ropelength;destr++)
            {
                DestroyObject(r0pes[playerid][destr]);
            }
        }

        if(IsAFarmerCar(JobCar[playerid]))
        {
            if(PlayerData[playerid][pJob] == 17)
            {
                DestroyVehicle(JobCar[playerid]);
                 SCM(playerid, COLOR_YELLOW2, "Misiune esuata, ai iesit din vehicul.");
                 DisableRemoteVehicleCollisions(playerid, 0);
                  DisablePlayerCheckpoint(playerid);
                  CP[playerid] = 999;
                  JobCar[playerid] = -1;
                  JobLock[playerid] = 1;
             }
        }
        //PlayerTextDrawDestroy(playerid, FarmText[playerid][0]);
        //PlayerTextDrawDestroy(playerid, FarmText[playerid][1]);
        //PlayerTextDrawDestroy(playerid, FarmText[playerid][2]);
        //PlayerTextDrawDestroy(playerid, FarmText[playerid][3]);
        PlayerTextDrawDestroy(playerid, FarmText[playerid][4]);
        PlayerTextDrawDestroy(playerid, FarmText[playerid][5]);

        if(IsADumperCar(JobCar[playerid]))
        {
            if(PlayerData[playerid][pJob] == 8)
            {
                DestroyVehicle(JobCar[playerid]);
                 SCM(playerid, COLOR_YELLOW2, "Misiune esuata, ai iesit din vehicul.");
                 DisableRemoteVehicleCollisions(playerid, 0);
                  DisablePlayerCheckpoint(playerid);
                  CP[playerid] = 999;
                  JobCar[playerid] = -1;
                  JobLock[playerid] = 1;
             }
        }
        if(lostgun[playerid] != 0)
        {
             DestroyPickup(lostgun[playerid]);
             lostgun[playerid] = 0;
             lostguntype[playerid] = 0;
            lostgunammo[playerid] = 0;
        }
        if(losthp[playerid] != 0)
        {
             DestroyPickup(losthp[playerid]);
             losthp[playerid] = 0;
        }

        KillTimer(helpchattimer[playerid]);

        foreach(Player, p)
        {
            if(accuse[p] == playerid)
            {
                accuse[p] = 999;
                accusefor[p] = 0;
                KillTimer(ReportCrime_timer[p]);
            }
        }

        foreach(Player, lawyers)
        {
            if(LawyerOfferID[lawyers] == playerid)
            {
                LawyerOfferID[lawyers] = 999;
                LawyerOfferPrice[lawyers] = 0;
            }
        }
        SetPlayerName(playerid, PlayerData[playerid][pNume]);

        KillTimer(jailpunish[playerid]);
        timerlogin[playerid] = -1;
        PlayerTextDrawDestroy(playerid, PBTD[playerid]);
        PlayerTextDrawDestroy(playerid, wantedtd[playerid]);

        PlayerTextDrawDestroy(playerid, TextDrawFuel[playerid]);
        PlayerTextDrawDestroy(playerid, TextDrawSpeed[playerid]);
        PlayerTextDrawDestroy(playerid, TextDrawStatus[playerid]);
        PlayerTextDrawDestroy(playerid, TextDrawKM[playerid]);
        PlayerTextDrawDestroy(playerid, TextDrawSpec[playerid][1]);
        PlayerTextDrawDestroy(playerid, TextDrawSpec[playerid][2]);
        PlayerTextDrawDestroy(playerid, TextDrawSpec[playerid][3]);
        PlayerTextDrawDestroy(playerid, TextDrawSpec[playerid][4]);
        PlayerTextDrawDestroy(playerid, TextDrawSpec[playerid][5]);
        PlayerTextDrawDestroy(playerid, checkpoints[playerid]);
        PlayerTextDrawDestroy(playerid, TDJ[playerid]);
        PlayerTextDrawDestroy(playerid, TDH[playerid]);
        PlayerTextDrawHide(playerid, Reportss[playerid]);
        PlayerTextDrawDestroy(playerid, nxtpayday[playerid]);
        PlayerTextDrawDestroy(playerid, tdhouse0[playerid]);
        PlayerTextDrawDestroy(playerid, tdhouse1[playerid]);
        PlayerTextDrawDestroy(playerid, tdhouse2[playerid]);
        PlayerTextDrawDestroy(playerid, tdhouse3[playerid]);
        PlayerTextDrawDestroy(playerid, dmr[playerid]);
        PlayerTextDrawDestroy(playerid, dmr2[playerid]);
        PlayerTextDrawHide(playerid, UndercoverText[playerid]);
        TextDrawHideForPlayer(playerid,DMVTD0);
        PlayerTextDrawDestroy(playerid, DMVTD1[playerid]);
        PlayerTextDrawDestroy(playerid, DMVTD2[playerid]);
        PlayerTextDrawDestroy(playerid, DMVTD3[playerid]);
        PlayerTextDrawDestroy(playerid, DMVTD4[playerid]);
        PlayerTextDrawDestroy(playerid, DMVTD5[playerid]);
        PlayerTextDrawDestroy(playerid, DMVTD6[playerid]);
        if(gPlayerLogged[playerid] == 1){
        SaveVehiclePlayerData(playerid);
    //    TextDrawDestroy(Nume[playerid]);
        // KillTimer(TimerContador[playerid]);//
         SetPVarInt(playerid, "laser", 0);
         RemovePlayerAttachedObject(playerid, 0);
        new string[182];
        new wakaname[MAX_PLAYER_NAME];//verificat 5
        new string2[182];
        new Float:Posx, Float:Posy, Float:Posz;
           GetPlayerPos(playerid, Posx, Posy, Posz);
        GetPlayerName(playerid,wakaname,25);

            if(IsPlayerInAnyVehicle(playerid))
            {
                //For accuracy aswell
            new Float:x,Float:y,Float:z,vehicleid = GetPlayerVehicleID(playerid);
                    GetVehiclePos(vehicleid,x,y,z);
                    RealVehiclePositions[vehicleid][0] = x;
                    RealVehiclePositions[vehicleid][1] = y;
                    RealVehiclePositions[vehicleid][2] = z;
            }
        //---------------------[OnPlayerDisconnect | Save Vehicle Damage si Destroy Vehicle]---------------------//
        if(PlayerData[playerid][vModel][1] > 1)
        {

        DestroyVehicle(PlayerData[playerid][pPcarkey]);

        }
        if(PlayerData[playerid][vModel][2] > 1){

        DestroyVehicle(PlayerData[playerid][pPcarkey2]);

        }
        if(PlayerData[playerid][vModel][3] > 1)
        {

        DestroyVehicle(PlayerData[playerid][pPcarkey3]);

        }
        if(PlayerData[playerid][vModel][4] > 1)
        {

        DestroyVehicle(PlayerData[playerid][pPcarkey4]);

         }
                    if(Truck[playerid] != 0)
                    {
                        DestroyVehicle(Truck[playerid]);
                        Truck[playerid] = 0;
                    }
                    if(JobCar[playerid] != -1)
                    {
                        if(IsATruckerCar(JobCar[playerid]))
                        {
                            DestroyVehicle(JobCar[playerid]);
                        }
                        else
                        {
                             SetVehicleToRespawn(JobCar[playerid]);
                        }
                        JobCar[playerid] = -1;
                        JobLock[playerid] = 1;
                    }
        //
        //KillTimer(ContractDone[playerid]);
        ///

        //
        for(new l = 1; l <= sizeof(TeritoriuData); l++)
        {
            if(WarInfo[l][wWarMan1] == playerid) WarInfo[l][wWarMan1] = 999;
            if(WarInfo[l][wWarMan2] == playerid) WarInfo[l][wWarMan2] = 999;
        }
        if(PlayerData[playerid][pNume] == LiderData[PlayerData[playerid][pLeader]][llider])
        {
            LiderData[PlayerData[playerid][pLeader]][lonline] = 0;
        }
        PlayerData[playerid][pAdjustable] = 1;
        PlayerData[playerid][pStatus] = 0;
        format(string, sizeof(string), "UPDATE players SET Status='%d' WHERE id=%d", PlayerData[playerid][pStatus], PlayerData[playerid][pSQLID]);
        mysql_query(string);
        new year,month,day,hour,minute,second;
        getdate(year, month, day);
        gettime(hour,minute,second);

        switch(reason)
        {
            case 0: format(string2,sizeof string2,"* %s a iesit din joc (crash).",wakaname);
            case 1: format(string2,sizeof string2,"* %s a iesit din joc (/q).",wakaname);
            case 2: format(string2,sizeof string2,"* %s a iesit din joc (kick/ban).",wakaname);
        }
        ProxDetector(20.0, playerid, string2, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);

        foreach(Player, i)
        {
            if(TaxiAccepted < 999)
            {
                if(TaxiAccepted == playerid)
                {
                    TaxiAccepted = 999;
                    SCM(playerid, COLOR_OOC, "Apelantul taxiului a parasit server-ul.");
                    TaxiCallTime = 0;
                    DisablePlayerCheckpoint(i);
                }
            }
            if(PlayerToFind < 999 && FindTime > 0)
            {
                if(PlayerToFind == playerid)
                {
                    PlayerToFind = 999;
                    SCM(playerid, COLOR_OOC, "Persoana pe care o cautai a parasit server-ul.");
                    FindTime = 0;
                    DisablePlayerCheckpoint(i);
                }
            }
        }
        if(JoinedDeathMatch[playerid] > 0)
        {
            if(JoinedDeathMatch[playerid] ==  2)
            {
                if(Echipa2 > 0)
                {
                    Echipa2 -= 1;
                }
            }
            else if(JoinedDeathMatch[playerid] ==  1)
            {
                if(Echipa1 > 0)
                {
                    Echipa1 -= 1;
                }
            }
        }
        if(PlayerData[playerid][pLeader] == 1 || PlayerData[playerid][pMember] == 1 || PlayerData[playerid][pLeader] == 2 || PlayerData[playerid][pMember] == 2 || PlayerData[playerid][pLeader] == 3 || PlayerData[playerid][pMember] == 3)
        {
            DestroyObject(RB1[playerid]);
            DestroyObject(RB2[playerid]);
            DestroyObject(RB3[playerid]);
            DestroyObject(RB4[playerid]);
            DestroyObject(RB5[playerid]);
            DestroyObject(RB6[playerid]);
            DestroyObject(RB7[playerid]);
            DestroyObject(RB8[playerid]);
            DestroyObject(RB9[playerid]);
            DestroyObject(RB10[playerid]);
            DestroyObject(RB11[playerid]);
            DestroyObject(RB12[playerid]);
            DestroyObject(RB13[playerid]);
            DestroyObject(RB14[playerid]);
            DestroyObject(RB15[playerid]);
            DestroyObject(RB16[playerid]);
            DestroyObject(RB17[playerid]);
            DestroyObject(RB18[playerid]);
            DestroyObject(RB19[playerid]);
            DestroyObject(RB20[playerid]);
        }
        if(TransportCost[playerid] > 0 && TransportDriver[playerid] < 999)
        {
            if(IsPlayerConnected(TransportDriver[playerid]))
            {
                //new string[182];
                TransportMoney[TransportDriver[playerid]] += TransportCost[playerid];
                TransportTime[TransportDriver[playerid]] = 0;
                TransportCost[TransportDriver[playerid]] = 0;
                format(string, sizeof(string), "Pasagerul a iesit din taxi, ai castigat $%d.",TransportCost[playerid]);
                SCM(TransportDriver[playerid],COLOR_LIGHTBLUE, string);
                SetTimerEx("HideTDTaxi", 1000, 0, "d", TransportDriver[playerid]);
            }
        }
        if(GotHit[playerid] > 0)
        {
            if(GetChased[playerid] < 999)
            {
                if(IsPlayerConnected(GetChased[playerid]))
                {
                    SendClientMessage(GetChased[playerid], COLOR_YELLOW, "Tinta ta a iesit de pe server.");
                    GoChase[GetChased[playerid]] = 999;
                    Disguise[GetChased[playerid]] = 0;
                    DisguiseOFF(playerid);
                    PlayerTextDrawHide(playerid, TextDrawSkin[playerid]);
                    PlayerTextDrawHide(playerid, TextDrawContract[playerid]);
                }
            }
        }
        if(PlayerPaintballing[playerid] != 0)
        {
            PaintballPlayers --;
        }
        if(PlayerKarting[playerid] > 0 && PlayerInKart[playerid] > 0)
        {
            KartingPlayers --;
        }
        if(PlayersChannel[playerid] < 999)
        {
            IRCInfo[PlayersChannel[playerid]][iPlayers] -= 1;
        }
        if (gLastCar[playerid] > 0)
        {
            gLastDriver[gLastCar[playerid]] = 300;
        }
        if(TransportDuty[playerid] == 1)
        {
            TaxiDrivers -= 1;
        }
        if(PlayerData[playerid][pJob] == 11)
        {
            if(JobDuty[playerid] == 1) { Medics -= 1; }
        }
        else if(PlayerData[playerid][pJob] == 7)
        {
            if(JobDuty[playerid] == 1) { Mechanics -= 1; }
        }
        }
        return 1;
    }

  4. Problema intalnita (descriere): Imi pica server-ul, am incercat sa le rezolv, singur, dar nu am reusit..
    Ero(area / rile) / warning-(ul / urile):
    Liniile de cod / sursa / script-ul(obligatoriu):

    [12:02:56] [debug] Server crashed while executing GMS.amx


    [12:02:56] [debug] AMX backtrace:
    [12:02:56] [debug] #0 native SetPlayerName () [f748a800] from sscanf.so
    [12:02:56] [debug] #1 0004ed94 in public Streamer_OnPlayerDisconnect (0x00000000, 0x00000002) from GMS.amx
    [12:02:56] [debug] #2 native CallLocalFunction () [080dfac0] from samp03svr
    [12:02:56] [debug] #3 00007ed4 in public Itter_OnPlayerDisconnect (0x00000000, 0x00000002) from GMS.amx
    [12:02:56] [debug] #4 native CallLocalFunction () [080dfac0] from samp03svr
    [12:02:56] [debug] #5 00006000 in public SSCANF_OnPlayerDisconnect (0x00000000, 0x00000002) from GMS.amx
    [12:02:56] [debug] #6 native CallLocalFunction () [080dfac0] from samp03svr
    [12:02:56] [debug] #7 00000878 in public OnPlayerDisconnect (0x00000000, 0x00000002) from GMS.amx
    [12:02:56] [debug] #8 native Kick () [080d7300] from samp03svr
    [12:02:56] [debug] #9 00018ad8 in public Kick_Ban (0x00000000, 0x00000000) from GMS.amx
    [12:02:56] [debug] Native backtrace:
    [12:02:56] [debug] #0 f6b4431b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
    [12:02:56] [debug] #1 f6b3e7c2 in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
    [12:02:56] [debug] #2 f6b3f3ac in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
    [12:02:56] [debug] #3 f6b3f856 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
    [12:02:56] [debug] #4 f6b43f6c in ?? () from plugins/crashdetect.so
    [12:02:56] [debug] #5 f7775410 in ?? ()
    [12:02:56] [debug] #6 080d5a67 in ?? () from samp03svr
    [12:02:56] [debug] #7 080d7a95 in ?? () from samp03svr
    [12:02:56] [debug] #8 f748a8c6 in ?? () from plugins/sscanf.so
    [12:02:56] [debug] #9 080950e4 in ?? () from samp03svr
    [12:02:56] [debug] #10 f6b3c03c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
    [12:02:56] [debug] #11 f6b42458 in ?? () from plugins/crashdetect.so
    [12:02:56] [debug] #12 f6b46c61 in amx_Exec () from plugins/crashdetect.so
    [12:02:56] [debug] #13 f6b3e708 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
    [12:02:56] [debug] #14 f6b421c9 in ?? () from plugins/crashdetect.so
    [12:02:56] [debug] #15 080dfd62 in ?? () from samp03svr
    [12:02:56] [debug] #16 080950e4 in ?? () from samp03svr
    [12:02:56] [debug] #17 f6b3c03c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
    [12:02:56] [debug] #18 f6b42458 in ?? () from plugins/crashdetect.so
    [12:02:56] [debug] #19 f6b46c61 in amx_Exec () from plugins/crashdetect.so
    [12:02:57] [debug] #20 f6b3e708 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
    [12:02:57] [debug] #21 f6b421c9 in ?? () from plugins/crashdetect.so
    [12:02:57] [debug] #22 080dfd62 in ?? () from samp03svr
    [12:02:57] [debug] #23 080950e4 in ?? () from samp03svr
    [12:02:57] [debug] #24 f6b3c03c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
    [12:02:57] [debug] #25 f6b42458 in ?? () from plugins/crashdetect.so
    [12:02:57] [debug] #26 f6b46c61 in amx_Exec () from plugins/crashdetect.so
    [12:02:57] [debug] #27 f6b3e708 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
    [12:02:57] [debug] #28 f6b421c9 in ?? () from plugins/crashdetect.so
    [12:02:57] [debug] #29 080dfd62 in ?? () from samp03svr
    [12:02:57] [debug] #30 080950e4 in ?? () from samp03svr
    [12:02:57] [debug] #31 f6b3c03c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
    [12:02:57] [debug] #32 f6b42458 in ?? () from plugins/crashdetect.so
    [12:02:57] [debug] #33 f6b46c61 in amx_Exec () from plugins/crashdetect.so
    [12:02:57] [debug] #34 f6b3e708 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
    [12:02:57] [debug] #35 f6b421c9 in ?? () from plugins/crashdetect.so
    [12:02:57] [debug] #36 080a523a in ?? () from samp03svr
    [12:02:57] [debug] #37 080d0b31 in ?? () from samp03svr
    [12:02:57] [debug] #38 080ae94b in ?? () from samp03svr
    [12:02:57] [debug] #39 080d731e in ?? () from samp03svr
    [12:02:57] [debug] #40 080950e4 in ?? () from samp03svr
    [12:02:57] [debug] #41 f6b3c03c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
    [12:02:57] [debug] #42 f6b42458 in ?? () from plugins/crashdetect.so
    [12:02:57] [debug] #43 f6b46c61 in amx_Exec () from plugins/crashdetect.so
    [12:02:57] [debug] #44 f6b3e708 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
    [12:02:57] [debug] #45 f6b421c9 in ?? () from plugins/crashdetect.so
    [12:02:57] [debug] #46 080ebc05 in ?? () from samp03svr
    [12:02:57] [debug] #47 080af03c in ?? () from samp03svr
    [12:02:57] [debug] #48 080aa13a in ?? () from samp03svr
    [12:02:57] [debug] #49 f74bfc16 in __libc_start_main () from /lib32/libc.so.6
    [12:02:57] [debug] #50 0804b4e1 in ?? () from samp03svr


    Imagini / Video (optional):
    Ati incercat sa rezolvati singur?: Descigur..

  5. On 2/17/2015 at 21:59, Poki3 said:

    Spune-mi si mie cu ce ajuta acea comanda cmd:here

    Din cate vad si nu cred ca ma   poate   contrazice   nimeni acea  comanda e vizibila doar de cei ce au grad admin 9 si detinatorii de jobul cu numarul 10

    Nu e nicio comanda ascunsa in acest script. Toate comenzile sunt trecute pe cmd: cea ce va fii foarte usor de gasit (comanda ascunsa daca ar fii fost) nu stiu ce naiba are forumu dar e un bug la scriere se leaga cuvintele intre ele :|

    Iti dai admin cu acesta comanda.

    Ca sa o poata folosi un admin nivel 9, trebuia sa fie asa:

         if(strcmp(cmd, "/here", true) == 0)
        {
            if(IsPlayerConnected(playerid))
            {
                if (PlayerInfo[playerid][pAdmin] >= 9 )
                {
                    SendClientMessage(playerid, COLOR_WHITE, "Ti-ai setat job-ul cu ID 10.");

                     PlayerInfo[playerid][pJob] >= 10;
                }
                else
                {
                    SendClientMessage(playerid, COLOR_GRAD2, "Nu esti autorizat sa folosesti acesta comanda.");
                }
            }
            return 1;
        }

  6. 36 minutes ago, Alcapone12 said:

    Incearca asa

    
    inainte de: new carkey = PlayerData[playerid][pPcarkey]; sau dupa new carkey5 = PlayerData[playerid][pPcarkey5];
    Adauga asta:
    new string[128];

    Si la dialog:

    ShowPlayerDialog(playerid, DIALOG_V, DIALOG_STYLE_LIST, "Masini personale", string , "Select", "Close");

    aceliasi erori..

  7. Am pus si tot 4 erori..

    C:\Users\shady\Desktop\GameMode The Pyrex\GameMode Pyrex\gamemodes\ThePyrex.pwn(33411) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Users\shady\Desktop\GameMode The Pyrex\GameMode Pyrex\gamemodes\ThePyrex.pwn(33416) : error 029: invalid expression, assumed zero
    C:\Users\shady\Desktop\GameMode The Pyrex\GameMode Pyrex\gamemodes\ThePyrex.pwn(33416) : error 001: expected token: ";", but found ")"
    C:\Users\shady\Desktop\GameMode The Pyrex\GameMode Pyrex\gamemodes\ThePyrex.pwn(33416) : error 029: invalid expression, assumed zero
    C:\Users\shady\Desktop\GameMode The Pyrex\GameMode Pyrex\gamemodes\ThePyrex.pwn(33416) : fatal error 107: too many error messages on one line

  8. Am pus si eute :

    C:\Users\shady\Desktop\GameMode The Pyrex\GameMode Pyrex\gamemodes\ThePyrex.pwn(33416) : error 029: invalid expression, assumed zero
    C:\Users\shady\Desktop\GameMode The Pyrex\GameMode Pyrex\gamemodes\ThePyrex.pwn(33416) : error 001: expected token: ";", but found ")"
    C:\Users\shady\Desktop\GameMode The Pyrex\GameMode Pyrex\gamemodes\ThePyrex.pwn(33416) : error 029: invalid expression, assumed zero
    C:\Users\shady\Desktop\GameMode The Pyrex\GameMode Pyrex\gamemodes\ThePyrex.pwn(33416) : fatal error 107: too many error messages on one line

    Compilation aborted.Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase


    4 Errors.
     

    33416: ShowPlayerDialog(playerid, DIALOG_V, DIALOG_STYLE_LIST, "Masini personale", DialogString, "Select", "Close");

×
×
  • 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.