Jump to content

[REZOLVAT] Problema - warnings


Ionut09
 Share

Recommended Posts

  • Username: Ionut09
  • Problema întălnită: Primesc si eu cateva warning-uri.
  • Detalii despre problemă:
  • //cel de la 17140
    if(newkeys & KEY_NO) , tot codul: https://pastebin.com/sDE4s8c2
    
    //cel de la 17243
    if(IsACop(playerid)), primul,  tot codul: https://pastebin.com/HkmTzUJX
    
    //cel de la 17346
    if (newkeys & KEY_SPRINT), tot codul: https://pastebin.com/jjaiG8Aa
    
    //cel de la 19898
    InsertCar(playerid,Stock[DealerID[playerid]][vID] + 1);
    
    (17140) : warning 217: loose indentation
    (17243) : warning 217: loose indentation
    (17346) : warning 217: loose indentation
    (19898) : warning 202: number of arguments does not match definition
  • Ce ai încercat să faci înainte să postezi?: -
  • Cod sursă (recomandat pastebin.com) : -
  • Alte detalii: -
Link to comment
Share on other sites

warning 217: loose indentation

îţi dă acest warning când nu sunt liniile apropiate la aceelasi nivel.

 

warning 202: number of arguments does not match definition

îţi lipseşte un parametru.

ex:SCM(playerid, "test"); // aici lipseste parametrul "culoarea"

normal este : SCM(playerid, culoarea, "test");

 

sper că ai înţeles ce am încercat să-ţi explic.

 

Link to comment
Share on other sites

(20228) : warning 202: number of arguments does not match definition
(47365) : warning 202: number of arguments does not match definition
(47365) : warning 202: number of arguments does not match definition

20228

InsertCar(playerid,Stock[DealerID[playerid]][vID] + 1);

47365

                    mysql_format(SQL, query, sizeof(query),"UPDATE `users` SET `PetName` = '%s' WHERE `Name` = '%s'",inputtext, GetName(playerid)),mysql_tquery(SQL, query);

 

Link to comment
Share on other sites

  • Retired

Nu am cum sa te ajut daca nu am tot codul sursa, vrei sa ghicesc sau cum?

number of arguments does not match definition

- reprezinta faptul ca ai uitat sau ai folosit prea multi parametri.

Tu ai lasat doar InsertCar(blabla);

Arata unde ai declarat acea functie ca sa vad ce parametri lipsesc.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...