Beiträge von HohePreazi

    Habe einen MTA server habe nur das Problem wenn ich Rennen will geht es aber falls ihr es kennt wenn man Leertaste spammt dann wird man schneller deswegen gibt es auch laufbots was Die Leertaste spammt aber egal ich will auf meinem Server das man Leertaste spammen kann das man schneller läuft wie bei Vio Reallife

    Hallo Leute habe mal eine Frage undzwar habe ich einen damage script womit man ingame einen gui angezeigt bekommt mit /damage nun wollte ich gerne das man nicht /damage eingeben muss das wenn das script gestartet ist das es ohne command angezeigt wird


    Hallo habe die Gangwar_anzeige von LA umgescriptet für Vio Extended nun bekomme ich diesen Fehler in der Console

    [2014-09-07 18:20:10] ERROR: [gamemodes]/[vio]/vio/fraktionen/gangwar_anzeige.lua:95: attempt to call global 'guiGetScreenSize' (a nil value)

    hitsound_s.lua

    Lua
    addCommandHandler("hitsound", function(player)
        if (laGetElementData ( player, "gangwarsoundon") == false) then
    	    laSetElementData( player, "gangwarsoundon", true)
    		outputChatBox("Hitsound aktiviert", player)
    	else
    	    laSetElementData( player, "gangwarsoundon", false)
    		outputChatBox("Hitsound deaktiviert", player)
    	end
    end)

    -----------------

    hitsound_c.lua

    Lua
    addEventHandler("onClientPlayerDamage", getRootElement(),
     function(attacker)
      if attacker == localPlayer then
        if getElementData(attacker, "gangwarsoundon") == true then
    	   hitsound = playSound("hitsound.mp3")   
    	   setSoundVolume(hitsound, 0.3)
        end
       end
     end
    )

    Benutze es auf Vio Extended das problem ist es geht ent da kommt im Debugscript

    ERROR: Hitsound/hitsound_s.lua:4: attempt to call global 'laGetElementData' (a nil value)

    Elbern Script zum Laufen gebracht doch ohne Erfolg /damage ist nicht enthalten werden morgen das Harrikan probieren

    __________________________________________________

    Das Harrikan scirpt enthält das damage script auch nicht bitte um hilfe

    Beiträge aufgrund eines Doppelposts zusammengefügt-Doneasty

    Immernoch ja ich habe einen Nitrado Server

    ashoo der ordner muss doch "modules" heißen oder

    [2014-09-02 17:36:36] WARNING: la_reallife/handy/scripts/client.lua(Line 3159) [Client] guiMemoSetCaratIndex is deprecated and may not work in future versions. Please replace with guiMemoSetCaretIndex.
    [2014-09-02 17:36:36] Some files in 'la_reallife' use deprecated functions.
    [2014-09-02 17:36:36] Use the 'upgrade' command to perform a basic upgrade of resources.
    [2014-09-02 17:36:36] ERROR: Bad/missing 'posX' attribute in <object> (line 77)
    [2014-09-02 17:36:37] ERROR: la_reallife/mysql/mysql_start.lua:10: attempt to call global 'mysql_connect' (a nil value)
    [2014-09-02 17:36:37] ERROR: Could not load /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so - /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference[2014-09-02 17:36:37] ERROR: la_reallife/admin/ticket_server.lua:1: dbConnect failed; Could not connect
    [2014-09-02 17:36:37] ERROR: la_reallife/carsys/carhouses/carhouses_mysql.lua:61: attempt to call global 'mysql_query' (a nil value)
    [2014-09-02 17:36:37] ERROR: la_reallife/fraktionen/blacklist_server.lua:74: attempt to call global 'mysql_query' (a nil value)
    [2014-09-02 17:36:37] ERROR: la_reallife/fraktionen/whitelist_server.lua:97: attempt to call global 'mysql_query' (a nil value)
    [2014-09-02 17:36:37] ERROR: Could not load /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so - /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference[2014-09-02 17:36:37] ERROR: la_reallife/fraktionen/wantedpc/server.lua:1: dbConnect failed; Could not connect
    [2014-09-02 17:36:37] WARNING: la_reallife/misc/faggiorent.lua:9: Bad argument @ 'createMarker' [Expected element at argument 10, got number '1']
    [2014-09-02 17:36:37] WARNING: la_reallife/misc/faggiorent.lua:20: Bad argument @ 'addEventHandler' [Expected element at argument 2, got boolean]
    [2014-09-02 17:36:37] ERROR: la_reallife/script.lua:106: attempt to call global 'mysql_query' (a nil value)
    [2014-09-02 17:36:37] ERROR: la_reallife/fraktionen/fdepots.lua:23: attempt to call global 'MySQL_GetString' (a nil value)
    [2014-09-02 17:36:37] ERROR: la_reallife/fraktionen/surenos/surenos_settings.lua:5: attempt to call global 'MySQL_GetString' (a nil value)
    [2014-09-02 17:36:37] ERROR: la_reallife/fraktionen/camorra/camorra_settings.lua:5: attempt to call global 'MySQL_GetString' (a nil value)
    [2014-09-02 17:36:37] ERROR: la_reallife/fraktionen/yakuza/yakuza_settings.lua:5: attempt to call global 'MySQL_GetString' (a nil value)
    [2014-09-02 17:36:37] ERROR: la_reallife/internet/email_server.lua:3: attempt to call global 'mysql_query' (a nil value)
    [2014-09-02 17:36:37] ERROR: Could not load /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so - /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference[2014-09-02 17:36:37] ERROR: la_reallife/handy/scripts/server.lua:270: dbConnect failed; Could not connect
    [2014-09-02 17:36:37] ERROR: Could not load /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so - /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference[2014-09-02 17:36:37] ERROR: la_reallife/handy/scripts/server.lua:274: dbConnect failed; Could not connect
    [2014-09-02 17:36:37] ERROR: la_reallife/fraktionen/gangareas.lua:82: attempt to call global 'MySQL_GetString' (a nil value)
    [2014-09-02 17:36:37] Start up of resource la_reallife cancelled by script
    [2014-09-02 17:36:37] ERROR: Unable to start resource la_reallife; Start up of resource cancelled by script
    [2014-09-02 17:36:37] Querying MTA master server... success!

    ________________

    Weiterhin Diese Fehler


    [2014-09-02 17:45:34] WARNING: la_reallife/handy/scripts/client.lua(Line 3159) [Client] guiMemoSetCaratIndex is deprecated and may not work in future versions. Please replace with guiMemoSetCaretIndex.
    [2014-09-02 17:45:34] Some files in 'la_reallife' use deprecated functions.
    [2014-09-02 17:45:34] Use the 'upgrade' command to perform a basic upgrade of resources.
    [2014-09-02 17:45:34] ERROR: Bad/missing 'posX' attribute in <object> (line 77)
    [2014-09-02 17:45:35] ERROR: la_reallife/mysql/mysql_start.lua:10: attempt to call global 'mysql_connect' (a nil value)
    [2014-09-02 17:45:35] ERROR: Could not load /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so - /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference[2014-09-02 17:45:35] ERROR: la_reallife/admin/ticket_server.lua:1: dbConnect failed; Could not connect
    [2014-09-02 17:45:35] ERROR: la_reallife/carsys/carhouses/carhouses_mysql.lua:61: attempt to call global 'mysql_query' (a nil value)
    [2014-09-02 17:45:35] ERROR: la_reallife/fraktionen/blacklist_server.lua:74: attempt to call global 'mysql_query' (a nil value)
    [2014-09-02 17:45:35] ERROR: la_reallife/fraktionen/whitelist_server.lua:97: attempt to call global 'mysql_query' (a nil value)
    [2014-09-02 17:45:35] ERROR: Could not load /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so - /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference[2014-09-02 17:45:35] ERROR: la_reallife/fraktionen/wantedpc/server.lua:1: dbConnect failed; Could not connect
    [2014-09-02 17:45:35] WARNING: la_reallife/misc/faggiorent.lua:9: Bad argument @ 'createMarker' [Expected element at argument 10, got number '1']
    [2014-09-02 17:45:35] WARNING: la_reallife/misc/faggiorent.lua:20: Bad argument @ 'addEventHandler' [Expected element at argument 2, got boolean]
    [2014-09-02 17:45:35] ERROR: la_reallife/script.lua:106: attempt to call global 'mysql_query' (a nil value)
    [2014-09-02 17:45:35] ERROR: la_reallife/fraktionen/fdepots.lua:23: attempt to call global 'MySQL_GetString' (a nil value)
    [2014-09-02 17:45:35] ERROR: la_reallife/fraktionen/surenos/surenos_settings.lua:5: attempt to call global 'MySQL_GetString' (a nil value)
    [2014-09-02 17:45:35] ERROR: la_reallife/fraktionen/camorra/camorra_settings.lua:5: attempt to call global 'MySQL_GetString' (a nil value)
    [2014-09-02 17:45:35] ERROR: la_reallife/fraktionen/yakuza/yakuza_settings.lua:5: attempt to call global 'MySQL_GetString' (a nil value)
    [2014-09-02 17:45:35] ERROR: la_reallife/internet/email_server.lua:3: attempt to call global 'mysql_query' (a nil value)
    [2014-09-02 17:45:35] ERROR: Could not load /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so - /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference[2014-09-02 17:45:35] ERROR: la_reallife/handy/scripts/server.lua:270: dbConnect failed; Could not connect
    [2014-09-02 17:45:35] ERROR: Could not load /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so - /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference[2014-09-02 17:45:35] ERROR: la_reallife/handy/scripts/server.lua:274: dbConnect failed; Could not connect
    [2014-09-02 17:45:35] ERROR: la_reallife/fraktionen/gangareas.lua:82: attempt to call global 'MySQL_GetString' (a nil value)
    [2014-09-02 17:45:35] Start up of resource la_reallife cancelled by script
    [2014-09-02 17:45:35] ERROR: Unable to start resource la_reallife; Start up of resource cancelled by script

    Beiträge aufgrund eines Doppelposts zusammengefügt-Doneasty

    Geht net habe Black Screen Konsole sagt

    [2014-09-02 17:25:05] ERROR: Bad/missing 'posX' attribute in <object> (line 77)
    [2014-09-02 17:25:05] ERROR: la_reallife/mysql/mysql_start.lua:10: attempt to call global 'mysql_connect' (a nil value)
    [2014-09-02 17:25:05] ERROR: Could not load /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so - /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference[2014-09-02 17:25:05] ERROR: la_reallife/admin/ticket_server.lua:1: dbConnect failed; Could not connect
    [2014-09-02 17:25:05] ERROR: la_reallife/carsys/carhouses/carhouses_mysql.lua:61: attempt to call global 'mysql_query' (a nil value)
    [2014-09-02 17:25:05] ERROR: la_reallife/fraktionen/blacklist_server.lua:74: attempt to call global 'mysql_query' (a nil value)
    [2014-09-02 17:25:05] ERROR: la_reallife/fraktionen/whitelist_server.lua:97: attempt to call global 'mysql_query' (a nil value)
    [2014-09-02 17:25:05] ERROR: Could not load /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so - /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference[2014-09-02 17:25:05] ERROR: la_reallife/fraktionen/wantedpc/server.lua:1: dbConnect failed; Could not connect
    [2014-09-02 17:25:06] WARNING: la_reallife/misc/faggiorent.lua:9: Bad argument @ 'createMarker' [Expected element at argument 10, got number '1']
    [2014-09-02 17:25:06] WARNING: la_reallife/misc/faggiorent.lua:20: Bad argument @ 'addEventHandler' [Expected element at argument 2, got boolean]
    [2014-09-02 17:25:06] ERROR: la_reallife/script.lua:106: attempt to call global 'mysql_query' (a nil value)
    [2014-09-02 17:25:06] ERROR: la_reallife/fraktionen/fdepots.lua:23: attempt to call global 'MySQL_GetString' (a nil value)
    [2014-09-02 17:25:06] ERROR: la_reallife/fraktionen/surenos/surenos_settings.lua:5: attempt to call global 'MySQL_GetString' (a nil value)
    [2014-09-02 17:25:06] ERROR: la_reallife/fraktionen/camorra/camorra_settings.lua:5: attempt to call global 'MySQL_GetString' (a nil value)
    [2014-09-02 17:25:06] ERROR: la_reallife/fraktionen/yakuza/yakuza_settings.lua:5: attempt to call global 'MySQL_GetString' (a nil value)
    [2014-09-02 17:25:06] ERROR: la_reallife/internet/email_server.lua:3: attempt to call global 'mysql_query' (a nil value)
    [2014-09-02 17:25:06] ERROR: Could not load /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so - /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference[2014-09-02 17:25:06] ERROR: la_reallife/handy/scripts/server.lua:270: dbConnect failed; Could not connect
    [2014-09-02 17:25:06] ERROR: Could not load /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so - /games/ni112411_2/ftproot/mta/mods/deathmatch/./dbconmy.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference[2014-09-02 17:25:06] ERROR: la_reallife/handy/scripts/server.lua:274: dbConnect failed; Could not connect
    [2014-09-02 17:25:06] ERROR: la_reallife/fraktionen/gangareas.lua:82: attempt to call global 'MySQL_GetString' (a nil value)
    [2014-09-02 17:25:06] Start up of resource la_reallife cancelled by script
    [2014-09-02 17:25:06] ERROR: Unable to start resource la_reallife; Start up of resource cancelled by script