Jump to content

Donyker

Membru
  • Posts

    26
  • Joined

  • Last visited

    Never

Everything posted by Donyker

  1. Donyker

    4 erori..

    Pune asta: new PlayerInfo[MAX_PLAYERS][pInfo]; Cu aia definesti PlayerInfo !
  2. Am facut un odometru dar nu stiu cum sa fac sa inregistreze km doar cand masina este in miscare ma puteti ajuta ? Eu am un fs cu masini personale si acolo am facut odometru !
  3. Am scapat de warning dar tot nu porteste sv-ul ! [07:22:30] Script[gamemodes/ELM.amx]: Run time error 19: "File or function is not found" [07:22:30] Number of vehicle models: 0 Ma puteti ajuta ?
  4. Warning C:\Users\Vasi\Desktop\GAMEMO~1\NEWFOL~1\PAWNOG~1.3X\include\YSI\y_malloc.inc(810) : warning 219: local variable "cs" shadows a variable at a preceding level LINIA: dmvcar2, dmvcar3, dmvcar4, dmvcar5, Cum rezolv ?
  5. De ce il mai intrebi asta daca nu il ajuti eu cred ca nu este de la host ci de la pluginuri daca pe localhost ii merge
  6. Poate o fi bug la comanda FS
  7. Cum scoat mysql dintr-un gamemode ? :-(
  8. Rezolvat ms ! :cheesy: Puteti da T/c
  9. Am bagat /factions : C:\Users\user\Pictures\4-Games Gamemode\gamemodes\4Games.pwn(9318) : error 010: invalid function or declaration C:\Users\user\Pictures\4-Games Gamemode\gamemodes\4Games.pwn(9321) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 2 Errors. Script: //----------------------------------------------------------------------------------------------------- if(!strcmp(cmdtext, "/factions", true) { ShowPlayerDialog(playerid, 2, DIALOG_STYLE_MSGBOX, "ELM-GaminG RPG Factiuni", "{006AFF}1.Police Departament\n{0035A8}2.Federal Bureau Of Investigations\n{415E9C}3.National Guard\n{DE5252}4.Medics\n{9E3636}8.Hitman\n{FF9EEC}9.News Reporters\n{E3CC49}10.Taxi Cab\n{5ACBD1}11.School Instructors\n{3CB538}12.Grove Street\n{FFAE00}13.LaCosaNostra\n{8400FF}14.Ballas Gang\n{4CA697}15.VLA\n{DBDE8E}16.T.C.C ", "Close", ""); return 1; }
  10. Frate aici e support nu reclama =))) lol :shocked:
  11. pune bind si ip-ul serverului in server.cfg ATENTIE fara PORT ex: bind 192.168.121
  12. Poate fi si din cuaza hostului sau poate ai tu moduri in gta !!!
  13. Sper sa iti fie de ajutor : http://rpmfind.net/linux/rpm2html/search.php?query=libmysqlclient.so.16
  14. Nu merge link-ul de download asta l-am gasit si eu !!!
  15. Imi poti da tu unul am descarcat 2 pana acum si nu a mers !!!
  16. Cand am pus alt gamemode a mers si pe asta nu merge !!!
  17. Acum imi da : ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3x, (C)2005-2013 SA-MP Team [20:24:53] filterscripts = "" (string) [20:24:53] [20:24:53] Server Plugins [20:24:53] -------------- [20:24:53] Loading plugin: streamer.so [20:24:53] *** Streamer Plugin v2.3.8 by Incognito loaded *** [20:24:53] Loaded. [20:24:53] Loading plugin: mysql.so [20:24:53] Failed (plugins/mysql.so: invalid ELF header) [20:24:53] Loading plugin: sscanf.so [20:24:53] Failed (plugins/sscanf.so: invalid ELF header) [20:24:53] Loading plugin: nativechecker.so [20:24:53] Loaded. [20:24:53] Loaded 2 plugins. [20:24:53] [20:24:53] Ban list [20:24:53] -------- [20:24:53] Loaded: samp.ban [20:24:53] [20:24:53] [20:24:53] Filterscripts [20:24:53] --------------- [20:24:53] Loaded 0 filterscripts. [20:24:53] Error: Function not registered: 'mysql_query' [20:24:53] Error: Function not registered: 'mysql_connect' [20:24:53] Error: Function not registered: 'mysql_store_result' [20:24:53] Error: Function not registered: 'mysql_num_rows' [20:24:53] Error: Function not registered: 'mysql_free_result' [20:24:53] Error: Function not registered: 'mysql_real_escape_string' [20:24:53] Error: Function not registered: 'mysql_ping' [20:24:53] Error: Function not registered: 'mysql_reconnect' [20:24:53] Error: Function not registered: 'mysql_fetch_row_format' [20:24:53] Error: Function not registered: 'mysql_debug' [20:24:53] Error: Function not registered: 'mysql_retrieve_row' [20:24:53] Error: Function not registered: 'mysql_fetch_field_row' [20:24:53] Script[gamemodes/gtasarp.amx]: Run time error 19: "File or function is not found" [20:24:53] Number of vehicle models: 0
  18. Am un game mode l-am urcat tot cum trebuie pe host si imi da mode unknown !! Uitati server_log.txt ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3x, (C)2005-2013 SA-MP Team [17:39:09] filterscripts = "" (string) [17:39:09] [17:39:09] Server Plugins [17:39:09] -------------- [17:39:09] Loading plugin: sscanf.so [17:39:09] Failed (plugins/sscanf.so: cannot open shared object file: No such file or directory) [17:39:09] Loaded 0 plugins. [17:39:09] [17:39:09] Ban list [17:39:09] -------- [17:39:09] Loaded: samp.ban [17:39:09] [17:39:09] [17:39:09] Filterscripts [17:39:09] --------------- [17:39:09] Loaded 0 filterscripts. [17:39:09] Script[gamemodes/gtasarp.amx]: Run time error 19: "File or function is not found" [17:39:09] Number of vehicle models: 0 [17:39:24] BAD RCON ATTEMPT BY: 91.239.16.162 Va rog ajutor !!!!
  19. Cu ce sunt create obiectele?
  20. Incearca [pawn]SetPlayerPos(playerid, HouseInfo[house][hEntrancex], HouseInfo[house][hEntrancey], HouseInfo[house][hEntrancez]);[/pawn]
  21. Salut ! Am si eu un server RPG cu dealership pe el dar nu stiu cum sa adaug masini ma puteti ajuta ? Dealership-ul e exact ca cel de pe RedZMax ! Scuze nu fac reclama doar explic sa inteleaga lumea :)
×
×
  • 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.