Jump to content

StefanAdv

Membru
  • Posts

    57
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by StefanAdv

  1. On 5/17/2018 at 4:34 PM, iPanter said:

    Nu inteleg de ce primesc acceasta eroare https://imgur.com/a/KLF7Gdk cand scriu /shop pe sv. Si pe sv nu o citeste ca, comanda.. Imi zice ca nu exista in gm.

    Linia de apare in log: 

     

    
    CMD:shop(playerid, params[]) return ShowShop(playerid);

    Am incercat sa o fac sa nu returneze direct si este acelasi lucru.

     

    Incearca asa :

    CMD:shop(playerid, params[])

           ShowShop(playerid);

           return 1;

    }

     

    Posibil sa nu te lase sa returnezi direct!

  2. Salut!, caut si eu un fondator serios sa ma pot intelege cu el sa ne deschide un server eu voi fi scripter pe comunitatea respectiva, detin gamemode la care lucrez e bine pus la punct etc.

    Vreau sa ma ajute cu reclama cu testeri si hostul, daca sunteti doritori va rog sa lasa-ti un reply la acest topic!

    PS: trebuie sa aveti discord sau skype, si sa mi lasati aici sa va contactez daca e ceva, o zi buna tututror!

    • Like 1
  3. On 5/7/2018 at 2:42 PM, KB.HERO said:

    Ba cind te aud ca in 7 zile ai facut terone cu 140 tu ai ajuns la 120 de playeri datorita cu ajutorul numelui 

    Nush ce sv o sa mai faci dar nu cam recomand persoana 

    Cum doriti scripterilor dar eu zic pass la el 

    Succes 

    adv si eu am lucrat cu el nu recomand!

  4. 47 minutes ago, MiritaXD said:

    arata functia LoadProperty

    public LoadProperty()
    {
        housess = cache_num_rows();
        for(new i = 1; i <= housess; i++)
        {
            new h = i - 1;
            HouseInfo[hID]                           = cache_get_field_content_int(h, "ID");
               HouseInfo[hEntrancex]                    = cache_get_field_content_float(h, "Entrancex");
            HouseInfo[hEntrancey]                    = cache_get_field_content_float(h, "Entrancey");
            HouseInfo[hEntrancez]                    = cache_get_field_content_float(h, "Entrancez");
            HouseInfo[hExitx]                        = cache_get_field_content_float(h, "Exitx");
            HouseInfo[hExity]                        = cache_get_field_content_float(h, "Exity");
            HouseInfo[hExitz]                        = cache_get_field_content_float(h, "Exitz");
            cache_get_field_content(h, "Owner", HouseInfo[hOwner], SQL, 130);
            cache_get_field_content(h, "Discription", HouseInfo[hDiscription], SQL, 130);
            HouseInfo[hValue]                        = cache_get_field_content_int(h, "Value");
            HouseInfo[hHel]                          = cache_get_field_content_int(h, "Hel");
            HouseInfo[hArm]                          = cache_get_field_content_int(h, "Arm");
            HouseInfo[hInterior]                     = cache_get_field_content_int(h, "Interior");
            HouseInfo[hLock]                         = cache_get_field_content_int(h, "Lockk");
            HouseInfo[hOwned]                        = cache_get_field_content_int(h, "Owned");
            HouseInfo[hRent]                         = cache_get_field_content_int(h, "Rent");
            HouseInfo[hRentabil]                     = cache_get_field_content_int(h, "Rentabil");
            HouseInfo[hTakings]                      = cache_get_field_content_int(h, "Takings");
            HouseInfo[hLevel]                        = cache_get_field_content_int(h, "Level");
            HouseInfo[hVirtual]                      = cache_get_field_content_int(h, "Virtual");
            CreateDynamicMapIcon(HouseInfo[hEntrancex], HouseInfo[hEntrancey], HouseInfo[hEntrancez], 31, COLOR_WHITE, 0, -1, -1, 1000);
        }
        for(new i = 1; i <= housess; i++)
        {
            OnPropTextdrawUpdate(1, i);
        }
        printf("Houses: %d", housess);
    }

  5. De aici pleaca problema , cum pot rezolva? ca am scos asta si nu mai dadea errori dar nu se puneau pe sv casele/bizurile etc asa ca am bagato inapoi se puneau dar iar dadea warningurile alea!

     

    public LoadSystems()
    {
        new query[128];
        mysql_format(SQL, query, sizeof(query), "SELECT * FROM `houses`");
        mysql_tquery(SQL, query, "LoadProperty", "");

        mysql_format(SQL, query, sizeof(query), "SELECT * FROM `bizz`");
        mysql_tquery(SQL, query, "LoadBizz", "");

        LoadTurfs();
        for(new i = 0; i < sizeof(TurfInfo); i++)
        {
             Turfs = GangZoneCreateEx(TurfInfo[zMinX],TurfInfo[zMinY],TurfInfo[zMaxX],TurfInfo[zMaxY],TurfInfo[zID],1.0);
        }

        mysql_format(SQL, query, sizeof(query), "SELECT * FROM `factions`");
        mysql_tquery(SQL, query, "LoadDynamicFactions", "");

        mysql_format(SQL, query, sizeof(query), "SELECT * FROM `clans`");
        mysql_tquery(SQL, query, "LoadClanInfo", "");

        mysql_format(SQL, query, sizeof(query), "SELECT * FROM `cars`");
        mysql_tquery(SQL, query, "LoadCar", "");

        mysql_format(SQL, query, sizeof(query), "SELECT * FROM `stock`");
        mysql_tquery(SQL, query, "LoadStock", "");
    }

  6. On 4/30/2018 at 5:05 PM, Exaton said:

    Salut imi poate zice cv de ce imi da acest dialog dupa un restart cand sunt cu cv pe server

    image.thumb.png.6f17a134a6173b21e1207aa1eccc61d5.png

    Cauta-l in gamemode si stergel si sterge si varaibilele ce tin de textdraw-ul respectiv pentru a nu mai aparea!!!

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