Jump to content

Eroare sistem inventory


Recommended Posts

Salut , am inceput de curand sa lucrez pe gm lui hpq123 si am gasit pe net acest sistem de inventar de la skillz   , dar imi da eroarea asta 

Spoiler

E:\gamemoduri\HPQ123 samp\gamemodes\B-HOOD.pwn(2228) : warning 217: loose indentation
E:\gamemoduri\HPQ123 samp\gamemodes\B-HOOD.pwn(2235) : error 017: undefined symbol "cWspeedo"
E:\gamemoduri\HPQ123 samp\gamemodes\B-HOOD.pwn(2235) : error 029: invalid expression, assumed zero
E:\gamemoduri\HPQ123 samp\gamemodes\B-HOOD.pwn(2235) : error 029: invalid expression, assumed zero
E:\gamemoduri\HPQ123 samp\gamemodes\B-HOOD.pwn(2235) : fatal error 107: too many error messages on one line
 

Aici este si linia respectiva 

Spoiler

     for(new i = 0; i < MAX_INVENTORY_SLOTS; i ++) {   // asta 

        pInventory[playerid][invSlot] = 0;
        pInventory[playerid][invSlotAmount] = 0;
        pInventory[playerid][invArmourStatus] = 0;
      }
     for(new i = 0; i < 10; i ++) {               
        PlayerTextDrawDestroy((playerid, cWspeedo[playerid]);  // si asta 
        cWspeedo[playerid] = PlayerText:INVALID_TEXT_DRAW;

      }

 

Edited by samburel
Link to comment
Share on other sites

E:\gamemoduri\HPQ123 samp\gamemodes\B-HOOD.pwn(1931) : warning 215: expression has no effect
E:\gamemoduri\HPQ123 samp\gamemodes\B-HOOD.pwn(1931) : error 029: invalid expression, assumed zero
E:\gamemoduri\HPQ123 samp\gamemodes\B-HOOD.pwn(1931) : warning 215: expression has no effect
E:\gamemoduri\HPQ123 samp\gamemodes\B-HOOD.pwn(1931) : error 001: expected token: ";", but found "]"
E:\gamemoduri\HPQ123 samp\gamemodes\B-HOOD.pwn(1931) : fatal error 107: too many error messages on one line

 

imi da astea  daca  definesc

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
Reply to this topic...

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