Jump to content

StefanAdv

Membru
  • Posts

    57
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by StefanAdv

  1. mama ai pus tot gm-ul aici ce ...
  2. Incearca asa : CMD:shop(playerid, params[]) { ShowShop(playerid); return 1; } Posibil sa nu te lase sa returnezi direct!
  3. StefanAdv

    crate bug

    in loc de default: pune alt caz de exp case 7..10: {
  4. 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!
  5. 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); }
  6. pai ce ce pot sa-i fac?
  7. frate sunt pentru ca am intrat pe sv merge ok cum sa nu fiu!
  8. CMD:prostieinfinita(playerid, params[]) return SCM(playerid, COLOR_RED, "Esti jmek daca citesti aceasta comanda! ");
  9. 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", ""); }
  10. Poate e intr.un include cv cauta dupa text in gm gen tre sa fie daca nu nush vz tu
  11. Pune 2 deoarece nu ai facut un destroy la text inainte de al afisa incearca sa il distugi cu o functie dupa sa il afisezi!!!
  12. 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.