-
Posts
57 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
News
Documentation
Everything posted by StefanAdv
-
mama ai pus tot gm-ul aici ce ...
-
Incearca asa : CMD:shop(playerid, params[]) { ShowShop(playerid); return 1; } Posibil sa nu te lase sa returnezi direct!
-
in loc de default: pune alt caz de exp case 7..10: {
-
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!
-
gg mane! Ksenon v2
-
ti-am dat cerere!
-
Caut scripter sa-mp
StefanAdv replied to IbrahimovicSUKAR's topic in Caut servicii / partener / etc.
adv asa mi-a facut si mie nu recomand! -
Caut scripter sa-mp
StefanAdv replied to IbrahimovicSUKAR's topic in Caut servicii / partener / etc.
adv si eu am lucrat cu el nu recomand! -
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); }
-
pai ce ce pot sa-i fac?
-
frate sunt pentru ca am intrat pe sv merge ok cum sa nu fiu!
-
Arata tot codul sursa!
-
CMD:prostieinfinita(playerid, params[]) return SCM(playerid, COLOR_RED, "Esti jmek daca citesti aceasta comanda! ");
-
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", ""); }
-
nice +1
-
Poate e intr.un include cv cauta dupa text in gm gen tre sa fie daca nu nush vz tu
-
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!!!
-
Cauta-l in gamemode si stergel si sterge si varaibilele ce tin de textdraw-ul respectiv pentru a nu mai aparea!!!
