Jump to content

Arabu

Membru
  • Posts

    227
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Arabu

  1. L-am facut de plictiseala , nu aveam idei ce sa mai fac la gm Si da este job-ul curier editat putin , am specificat si in titlu
  2. 1. Daca postezi in resurse posteaza si un link de download ! 2. Ce e asa greu sa faci 2 comenzi de 2 linii ca sa faci sa ninga pe sv. 3. O prostie asta cu ninsoarea pe sv . face lag toata lumea mai nou foloseste moduri !
  3. Nu ma deranjeaza daca dati si un subscribe ! Video :
  4. Cum drq sa fie prea complex? :)))
  5. Du-te la includes /server-sql.php , si vezi ca problema este la linia 3..
  6. 1. Bug-uri nereparate ! 2. Are in plus de gm-u original doar comanda bonus !
  7. Din cate stiu la sistemul de vehicule de la burned este buguit A 2-a problema ti se respawneaza vehiculele la 2 minute , chit ca este vehiculul ocupat chit ca nu . Functiile pentru vehicule sunt acestea . function DespawnVehicle(carid) { new dbid = FindSpawnID(carid); if(CarInfo[dbid][Spawned] != 0) DestroyPlayerCar(dbid); printf("Vehicle %d despawned. [db: %d]", carid, dbid); return 1; } stock DestroyPlayerCar(dbid) { if(CarInfo[dbid][Spawned] == 0) return 1; VehicleOwned[CarInfo[dbid][Spawned]] = 0; VehicleSQL[CarInfo[dbid][Spawned]] = 0; new Float: Pos[3]; GetVehiclePos(CarInfo[dbid][Spawned], Pos[0], Pos[1], Pos[2]); if(CarInfo[dbid][cNeon] != 0) { DestroyDynamicObject(neon[0][CarInfo[dbid][Spawned]]); DestroyDynamicObject(neon[1][CarInfo[dbid][Spawned]]); neon[0][CarInfo[dbid][Spawned]] = 0; neon[1][CarInfo[dbid][Spawned]] = 0; } if(strlen(CarInfo[dbid][cText]) >= 3) DestroyDynamicObject(nameobject[CarInfo[dbid][Spawned]]); CarInfo[dbid][cFuel] = Gas[CarInfo[dbid][Spawned]]; new query[256]; format(query, sizeof(query), "UPDATE `cars` SET `Fuel`='%d' WHERE `ID`='%d'", CarInfo[dbid][cFuel], dbid); mysql_query(SQL, query); CarInfo[dbid][cLastPos][0] = Pos[0]; CarInfo[dbid][cLastPos][1] = Pos[1]; CarInfo[dbid][cLastPos][2] = Pos[2]; DestroyVehicle(CarInfo[dbid][Spawned]); CarInfo[dbid][Spawned] = 0; new string[180]; mysql_format(SQL, string, sizeof(string), "UPDATE cars SET Spawned='%d' WHERE ID=%d", CarInfo[dbid][Spawned], dbid); mysql_tquery(SQL, string, "", ""); return 1; }
  8. Arabu

    Problema

    1. Inlocuieste streamer si sscanf . 2. Sterge acel fcnpc din server.cfg , sunt sigur ca nu-ti trebuie cel plugin !
  9. BugZone , singura chestie care-mi place este sistemul de garaje
  10. Mersi de raspuns , dar cum pot adauga un obiect in alt obiect ? Adica cum adaug acel id de la lumina rosie in obiectele de la quest ?
  11. Ce functie trebuie sa adaug in quest la obiecte sa le pot face sa se aprinda. Gen ca in video-ul de mai jos ! @Ksenon Daca esti amabil ma poti ajuta si pe mine ? Nu vreau sa-ti copii quest-ul daca la asta te gandesti , vreau sa fac ceva pentru christmas si as fii interesat sa aflu cum fac un obiect sa luceasca .
  12. Halloween systems - with MySQL R39 Autor : Edison [INFORMATIONS]: Every 10 minutes will be an event where you need to look for a pumpkin. You can earn a random amount of money and halloween points. With halloween points you can buy items from /shop. There's also a minigame (Players vs. Zombie) - (/startevent 2). The winning team earns random money and Halloween points. [COMMANDS]: /pumpkin - view event informations. /shop - shop with items (buy with halloween points) /togitems - enable/disable items /gotopumpkin (for RCON Admin) - to go to the pumpkin. /givepoints (for RCON Admin) - to set halloween points. /startevent (for RCON Admin) - to start an event/minigame. Download Link: http://bit.ly/halloweenfs Photos:
  13. Salut , de curand am adaugat in gamemode un sistem de treasure hunt , ei bine dupa ce iau obiectul si vreau sa intru intr-o casa /biz , la momentul cand apas enter sa intru in casa / biz imi da puncte treasure / cand ies la fel..., cum fac ca doar atunci cand gasesc obiectul sa-mi dea puncte treasure ?
  14. @IGame da-ti admin lvl 6 , intri pe sv dai /setkey nume/id parola ta si parola de la server cea default . Apoi cand te conectezi dai /key si done .
  15. Loading plugin: mysql Failed. Loading plugin: streamer Failed. Inlocuieste pluginu mysql si treamer .
  16. Asa prezentare pe gamemodul tau , nici poze nici o descriere cu ce contine , nimic..
×
×
  • 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.