Jump to content
  • 0

Erorii Compliare Server B-HOOD postat recent


WingsB

Question

Salutare ma puteti ajuta si pe mine cu erorile acestea: 

Aici sunt Erorile

Citat

B-HOOD.pwn(1531) : error 017: undefined symbol "CreateDynamicActor"
B-HOOD.pwn(1532) : error 017: undefined symbol "ApplyDynamicActorAnimation"
B-HOOD.pwn(6459) : warning 202: number of arguments does not match definition
B-HOOD.pwn(6459) : warning 202: number of arguments does not match definition
B-HOOD.pwn(12014) : error 035: argument type mismatch (argument 2)
B-HOOD.pwn(13244) : error 035: argument type mismatch (argument 2)
B-HOOD.pwn(13245) : error 035: argument type mismatch (argument 2)
B-HOOD.pwn(13246) : error 035: argument type mismatch (argument 2)
B-HOOD.pwn(32132) : warning 202: number of arguments does not match definition
B-HOOD.pwn(32132) : warning 202: number of arguments does not match definition

 

Citat

 

 

 

Citat

 

 

 

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0
Acum 8 minute, Koqs a spus:

Updateaza plugin ul streamer si include ul si compileaza si dupa arata erorile daca mai sunt

B-HOOD.pwn(6459) : warning 202: number of arguments does not match definition
B-HOOD.pwn(6459) : warning 202: number of arguments does not match definition
B-HOOD.pwn(12014) : error 035: argument type mismatch (argument 2)
B-HOOD.pwn(13244) : error 035: argument type mismatch (argument 2)
B-HOOD.pwn(13245) : error 035: argument type mismatch (argument 2)
B-HOOD.pwn(13246) : error 035: argument type mismatch (argument 2)
B-HOOD.pwn(32132) : warning 202: number of arguments does not match definition
B-HOOD.pwn(32132) : warning 202: number of arguments does not match definition
Pawn compiler 3.10.8              Copyright (c) 1997-2006, ITB CompuPhase 

 

au disparut 2 din ele si au ramas astea.

Link to comment
Share on other sites

  • 0
Acum 1 minut, Demonik a spus:

B-HOOD.pwn(6459) : warning 202: number of arguments does not match definition
B-HOOD.pwn(6459) : warning 202: number of arguments does not match definition
B-HOOD.pwn(12014) : error 035: argument type mismatch (argument 2)
B-HOOD.pwn(13244) : error 035: argument type mismatch (argument 2)
B-HOOD.pwn(13245) : error 035: argument type mismatch (argument 2)
B-HOOD.pwn(13246) : error 035: argument type mismatch (argument 2)
B-HOOD.pwn(32132) : warning 202: number of arguments does not match definition
B-HOOD.pwn(32132) : warning 202: number of arguments does not match definition
Pawn compiler 3.10.8              Copyright (c) 1997-2006, ITB CompuPhase 

 

au disparut 2 din ele si au ramas astea.

linii ceva?

Link to comment
Share on other sites

  • 0

Aici pun prima linie:

B-HOOD.pwn(6459) : warning 202: number of arguments does not match definition
B-HOOD.pwn(6459) : warning 202: number of arguments does not match definition

Citat

        case DIALOG_BUYNEON: {
            if(!response)
                return true;

            new idd = PersonalCar(playerid);
            if(idd == -1)
                return true;

            if(PlayerInfo[playerid][pPremiumPoints] < ((listitemm[playerid]+1)*100)+69)
                return SCM(playerid, COLOR_WHITE, "Nu ai aceasta suma de puncte premium.");

            if(CarInfo[idd][cNeon] != 0) {
                DestroyDynamicObject(NeonObj[0][CarInfo[idd][Spawned]]);
                DestroyDynamicObject(NeonObj[1][CarInfo[idd][Spawned]]);
            }

            PlayerInfo[playerid][pPremiumPoints] -= ((listitemm[playerid]+1)*100)+69;
            UpdateVar(playerid, "GoldPoints", PlayerInfo[playerid][pPremiumPoints]);

            CarInfo[idd][cNeon] = listitemm[playerid]+1;
            gQuery[0] = EOS;
            mysql_format(SQL, gQuery, sizeof(gQuery), "UPDATE `cars` SET `Neon`='%d' WHERE `ID`='%d'", listitemm[playerid]+1, CarInfo[idd][cID]);
            mysql_tquery(SQL, gQuery);

            AttachNeon(idd);

            format(gString, 150, "Neons have been attached to your vehicle (-%d69 premium points)", listitemm[playerid]+1);
            SCM(playerid, COLOR_WHITE, gString);
        }

aici avem urmatoarele 3 erori:

 

B-HOOD.pwn(13244) : error 035: argument type mismatch (argument 2)
B-HOOD.pwn(13245) : error 035: argument type mismatch (argument 2)
B-HOOD.pwn(13246) : error 035: argument type mismatch (argument 2)

Citat

        orm_addvar_string(ormid, componenets, 20, "Components");
        orm_addvar_string(ormid, Mods, 50, "Mods");
        orm_addvar_string(ormid, coordonate, 50, "Cordonate");

 

Link to comment
Share on other sites

  • 0

in functia Payday:

 B-HOOD.pwn(32132) : warning 202: number of arguments does not match definition
B-HOOD.pwn(32132) : warning 202: number of arguments does not match definition

Citat

function PayDay(bool: Types) {
    new hour,minn,sec, year, month, day, interest, rent; gString[0] = EOS;
    getdate(year, month, day);
    gettime(hour,minn,sec);
    if((minn == 0 && Paydaydat == 0) || Types) {
        defer ResetPD();
        Paydaydat = 1;
        defer ScadeLicentele();
        if(hour == 0) {
            foreach(PersonalVehicles, idd) CarInfo[idd][Dayss] ++;
            mysql_tquery(SQL, "UPDATE cars SET days = days+1");
            ServerBonus = 15;
        }

 

si asta este ultima

B-HOOD.pwn(12014) : error 035: argument type mismatch (argument 2)

Citat

function SQL_CheckPlayer(playerid, id) {
    if(cache_num_rows() == 0) 
        return ShowPlayerDialog(playerid, DIALOG_REGISTER5, DIALOG_STYLE_INPUT, "Referral:", "Insert referral:\nInvalid id.", "Select", "Close");
    
    new ORM:ormid = orm_create("users"); gString[0] = EOS;
    orm_addvar_string(ormid, gString, MAX_PLAYER_NAME, "name");
    orm_apply_cache(ormid, 0);
    SetPVarInt(playerid, "Referral", id);
    format(RegisterReferral[playerid], MAX_PLAYER_NAME, gString);
    format(gString, 100, "Esti sigur ca %s te-a adus pe comunitate?", gString);
    ShowPlayerDialog(playerid, DIALOG_REGISTER6, DIALOG_STYLE_MSGBOX, "Referral:", gString, "Ok", "Back");
    return true;
}

 

Link to comment
Share on other sites

  • 0

                         Gamemode B-hood

Iti da errori? Folositi acest gamemode

Credits:

Creator:HPQ123

Nu mam pus pe mine, pentru ca nu is dala care isi bate joc de munca altii

Link:https://www.mediafire.com/file/xltzbgtzstkcym7/gm_b-hood.rar/file

    Cum bagi database (pentru incepatori)

Pasu 0: Sa ai pc pornit =)))

Pasu 1: Sa intrati in folderul b-hood

image.png.aeafe7e1ced88113cee6ddcec4ba5f72.png

Pasu 2:

Intram in pawno

image.png.fef52e928a3804b418ac7128e098fba0.png

Pasu 3:

Intram in pawno.exe si deschidem la Open

image.png.cd98ca5d5822e09a3c167bc4973b3271.png

Pasu 4:

Intram la folderul de unde am bagat noi si apasam pe B-HOOD.pwn sau simplu

image.png.e04217157799b1c23d43bb684329ca36.png

Pasu 6:

Apasam pe open si apasam pe Find

image.png.325be216fedde6f0dc0c44acd04020e6.png

Pasu 7: 

cautam Mysql_connect si apasam pe OK

image.png.fb449aa4e9c1620ead01c882b30cdbb6.png

Pasu 8:

completam aici si dam compile

Pasu 9: 

DONE

image.png.0484dce334c4fab5149d1021072f6c6b.png

Ultimu pas:

Sa crestem acest comentariu

image.png

🔥Daca ii dai cuiva a doua sansa, e ca si cum i-ai oferi un glont la pistol ca sa te nimereasca.🔥

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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