Jump to content

samburel

Membru
  • Posts

    10
  • Joined

  • Last visited

Posts posted by samburel

  1. Chiar acum, st0ryc a spus:

    da ti 2 palme si inchide sublime ul

    am pus acum  new PlayerText:cWspeedo[MAX_PLAYERS] si imi da altele 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                

     

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

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

  4. 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;

          }

     

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