Jump to content

KripToN.

Membru
  • Posts

    384
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by KripToN.

  1. Bravo man,dc postezi gm asa bune?
  2. Multumesc.
  3. Cer T/C problema rezolvata
  4. Multumesc.
  5. Salut,m-am apucat de un update la gm Edison #5 (#) In acest update s-au realizat urmatoarele: --- [Adaugat] --- 1.Adaugat mapping la spawn. 2.Adaugate scootere la spawn. 3.Adaugat un DealerShip 4.A fost adaugat event Derby+Mapping. 5.A fost adaugat Mapping la Banca Los Santos. 6.A fost adaugata o scena. 7.A fost adaugat un transport(Nu stiu cum ii zice.:) ) pentru hallowen. --- [Schimbari] --- 1.A fost mutat spawn-ul. 2.A fost mutat DealerShip. 3.A fost modificat logo. ----[Sugestii/Buguri}--- 1.Dati-mi idei ce sa mai adaug. 2.Daca stiti ce buguri are scriti mai jos. --- [Poze/Video] --- Un video mai vechi cu update:
  6. Eu singur doar nu am citit descrierea?:))
  7. CMD:park(playerid, params[]) { new string[128], idd; if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COLOR_GREY, "Nu esti intr-un vehicul!"); new car = GetPlayerVehicleID(playerid); if(PersonalCar(playerid) == -1) return SCM(playerid, COLOR_LGREEN, "* Nu esti in unul dintre vehiculele tale personale!"); idd = PersonalCar(playerid); if(CarInfo[idd][Spawned] != car) return SendClientMessage(playerid, COLOR_GREY, "Nu esti in vehiculul tau!"); if(idd == 0) return SendClientMessage(playerid, COLOR_GREY, "Acest vehicul nu iti apartine!"); new Float:x, Float:y, Float:z, Float:a; GetVehiclePos(car, x, y, z); GetVehicleZAngle(car, a); CarInfo[idd][cLocationx] = x; CarInfo[idd][cLocationy] = y; CarInfo[idd][cLocationz] = z; CarInfo[idd][cAngle] = a; VehicleOwned[CarInfo[idd][Spawned]] = 0; VehicleSQL[CarInfo[idd][Spawned]] = 0; DestroyVehicle(car); CheckVehicle(car); if(strlen(CarInfo[idd][cText]) >= 3) { DestroyDynamicObject(nameobject[CarInfo[idd][Spawned]]); } CarInfo[idd][Spawned] = CreateVehicleEx(CarInfo[idd][cModel],CarInfo[idd][cLocationx],CarInfo[idd][cLocationy],CarInfo[idd][cLocationz],CarInfo[idd][cAngle],CarInfo[idd][cColorOne],CarInfo[idd][cColorTwo],-1); VehicleOwned[CarInfo[idd][Spawned]] = CarInfo[idd][Spawned]; VehicleSQL[CarInfo[idd][Spawned]] = idd; attach_vip_text(idd); SetVehicleNumberPlate(CarInfo[idd][Spawned], CarInfo[idd][cLicense]); mysql_format(SQL, string, sizeof(string), "UPDATE cars SET Locationx='%f' WHERE ID=%d", CarInfo[idd][cLocationx], idd); mysql_tquery(SQL, string, "", ""); mysql_format(SQL, string, sizeof(string), "UPDATE cars SET Locationy='%f' WHERE ID=%d", CarInfo[idd][cLocationy], idd); mysql_tquery(SQL, string, "", ""); mysql_format(SQL, string, sizeof(string), "UPDATE cars SET Locationz='%f' WHERE ID=%d", CarInfo[idd][cLocationz], idd); mysql_tquery(SQL, string, "", ""); mysql_format(SQL, string, sizeof(string), "UPDATE cars SET Angle='%f' WHERE ID=%d", CarInfo[idd][cAngle], idd); mysql_tquery(SQL, string, "", ""); mysql_format(SQL, string, sizeof(string), "UPDATE cars SET Spawned='%d' WHERE ID=%d", CarInfo[idd][Spawned], idd); mysql_tquery(SQL, string, "", ""); SCM(playerid, 0xFFBABAFF, "Vehicul parcat!"); return 1; } function CheckVehicle(carid) { foreach(Player, i) { if(IsPlayerConnected(i)) { if(VehicleKey == carid) VehicleKey = 0; } } return 1; }
  8. Up
  9. Acus o sa vina un admin si o sa-ti zica"Ai 24-Ore sa adaugi minim 2-poze cu gm":)) ceva gen
  10. Ti-am PS:Grea e limba romana?:))
  11. Merge:)),de la ce gm este inceput,nu ca vreau sal downloadez doar intreb.
  12. stiu,am descarcat deja,nu vrea plm si gata sa incarce pluginul mysql
  13. Nu incarca pluginul mysql
  14. Nu il stiu personal pe el dar recomand din gm-urile lui
  15. Acum mysql il incarca iar sscanf nu
  16. La fel nu ajuta repet e gm XPLAYGAMING!!!
  17. Vreau sa testez ceva in gm XPLAYGAMING si nu inteleg de ce nu vrea sa mearga\ Nu imi incarca pluginurile SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team [17:00:24] [17:00:24] Server Plugins [17:00:24] -------------- [17:00:24] Loading plugin: crashdetect.dll [17:00:24] CrashDetect v4.15.1 is OK. [17:00:24] Loaded. [17:00:24] Loading plugin: mysql_static.dll [17:00:24] Failed. [17:00:24] Loading plugin: sscanf.dll [17:00:24] [17:00:24] =============================== [17:00:24] sscanf plugin loaded. [17:00:24] Version: 2.8.1 [17:00:24] (c) 2012 Alex "Y_Less" Cole [17:00:24] =============================== [17:00:24] Loaded. [17:00:24] Loading plugin: streamer.dll [17:00:24] *** Streamer Plugin v2.9.1 by Incognito loaded *** [17:00:24] Loaded. [17:00:24] Loaded 3 plugins. [17:00:24] [17:00:24] Ban list [17:00:24] -------- [17:00:24] Loaded: samp.ban [17:00:24] [17:00:24] [17:00:24] Filterscripts [17:00:24] --------------- [17:00:24] Loaded 0 filterscripts. [17:00:24] [debug] Run time error 19: "File or function is not found" [17:00:24] [debug] cache_get_row_count [17:00:24] [debug] cache_get_field_content [17:00:24] [debug] cache_get_field_count [17:00:24] [debug] cache_get_row [17:00:24] [debug] mysql_query [17:00:24] [debug] mysql_format [17:00:24] [debug] mysql_tquery [17:00:24] [debug] mysql_escape_string [17:00:24] [debug] cache_delete [17:00:24] [debug] cache_get_data [17:00:24] [debug] cache_get_field_content_int [17:00:24] [debug] cache_insert_id [17:00:24] [debug] mysql_close [17:00:24] [debug] cache_get_field_content_float [17:00:24] [debug] mysql_log [17:00:24] [debug] mysql_connect [17:00:24] [debug] cache_get_row_int [17:00:24] [debug] Run time error 19: "File or function is not found" [17:00:24] [debug] cache_get_row_count [17:00:24] [debug] cache_get_field_content [17:00:24] [debug] cache_get_field_count [17:00:24] [debug] cache_get_row [17:00:24] [debug] mysql_query [17:00:24] [debug] mysql_format [17:00:24] [debug] mysql_tquery [17:00:24] [debug] mysql_escape_string [17:00:24] [debug] cache_delete [17:00:24] [debug] cache_get_data [17:00:24] [debug] cache_get_field_content_int [17:00:24] [debug] cache_insert_id [17:00:24] [debug] mysql_close [17:00:24] [debug] cache_get_field_content_float [17:00:24] [debug] mysql_log [17:00:24] [debug] mysql_connect [17:00:24] [debug] cache_get_row_int [17:00:24] Script[gamemodes/GM.amx]: Run time error 19: "File or function is not found" [17:00:24] Number of vehicle models: 0
  18. Cum pot afla ce versiune mysql este?
  19. Salut nu inteleg ce are ce trebuie sa-i fac sa mearga? [17:00:24] [debug] Run time error 19: "File or function is not found" [17:00:24] [debug] cache_get_row_count [17:00:24] [debug] cache_get_field_content [17:00:24] [debug] cache_get_field_count [17:00:24] [debug] cache_get_row [17:00:24] [debug] mysql_query [17:00:24] [debug] mysql_format [17:00:24] [debug] mysql_tquery [17:00:24] [debug] mysql_escape_string [17:00:24] [debug] cache_delete [17:00:24] [debug] cache_get_data [17:00:24] [debug] cache_get_field_content_int [17:00:24] [debug] cache_insert_id [17:00:24] [debug] mysql_close [17:00:24] [debug] cache_get_field_content_float [17:00:24] [debug] mysql_log [17:00:24] [debug] mysql_connect [17:00:24] [debug] cache_get_row_int [17:00:24] [debug] Run time error 19: "File or function is not found" [17:00:24] [debug] cache_get_row_count [17:00:24] [debug] cache_get_field_content [17:00:24] [debug] cache_get_field_count [17:00:24] [debug] cache_get_row [17:00:24] [debug] mysql_query [17:00:24] [debug] mysql_format [17:00:24] [debug] mysql_tquery [17:00:24] [debug] mysql_escape_string [17:00:24] [debug] cache_delete [17:00:24] [debug] cache_get_data [17:00:24] [debug] cache_get_field_content_int [17:00:24] [debug] cache_insert_id [17:00:24] [debug] mysql_close [17:00:24] [debug] cache_get_field_content_float [17:00:24] [debug] mysql_log [17:00:24] [debug] mysql_connect [17:00:24] [debug] cache_get_row_int [17:00:24] Script[gamemodes/GM.amx]: Run time error 19: "File or function is not found" [17:00:24] Number of vehicle models: 0
  20. /makeadmin sau /setadmin
  21. Poti sal treci si singur daca doresti pe mysql
  22. 1.Intra in baza de date si verifica daca ai pus -- Database: `localhost` 2.Uite daca baza de date are numele de "baza4"
  23. Nu , nu este bugged/big-zone:)) Cer T/C Am gasit un nume potrivit United-Zone
×
×
  • 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.