Beiträge von Swagg_Famouz

    Einen schönen Guten Abend ich habe mal eine Frage die Konsole hat mir einen Error gegeben und der Error heißt so.

    Hier der Error: Access denied @ 'executeCommandHandler'


    Hier das Script :
    function executeAdminServerCMD_func ( cmd, arguments )

    executeCommandHandler ( cmd, client, arguments )

    end

    Mfg

    Einen schönen Guten Tag ich habe ein kleines Problem es treten mehrer Errors auf .


    [18:50:40] ERROR: bio1/fraktionen/mafia/mafiasettings.lua:5: attempt to call global 'MySQL_Ge
    tString' (a nil value)
    [18:50:40] ERROR: bio1/fraktionen/triaden/triaden_settings.lua:5: attempt to call global 'MyS
    QL_GetString' (a nil value)
    [18:50:40] ERROR: bio1/internet/email_server.lua:3: bad argument #1 to 'mysql_query' (mysqlHa
    ndler expected, got nil)
    [18:50:40] Gamemode 'Florida-RL' started.
    [18:50:40] Server minclientversion is now 1.3.1
    [18:50:40] startResource: Resource 'bio1' started
    [18:50:41] ERROR: bio1/biz/biz.lua:38: attempt to call global 'MySQL_GetString' (a nil value)

    [18:50:41] ERROR: bio1/biz/prestige.lua:5: attempt to call global 'MySQL_DatasetExist' (a nil
    value)
    [18:50:45] ERROR: bio1/carsys/carsys_mysql.lua:9: bad argument #1 to 'mysql_query' (mysqlHand
    ler expected, got nil)
    [18:50:45] ERROR: bio1/carsys/carsys_mysql.lua:9: bad argument #1 to 'mysql_query' (mysqlHand
    ler expected, got nil)
    [18:50:45] ERROR: bio1/housesys/houses_mysql.lua:8: bad argument #1 to 'mysql_query' (mysqlHa
    ndler expected, got nil)
    [18:50:45] ERROR: bio1/minigames/tetris/tetris_server.lua:23: bad argument #1 to 'mysql_query
    ' (mysqlHandler expected, got nil)


    Aber die Datenbank ist eingefügt die module werden geladen alle nötigen module sind installiert im script ist die db eingetragen und das password auch also ich bin ratlos und bitte euch um hilfe.

    Mfg

    Einen schönen Guten Tag ich habe ein kleines Problem es treten mehrer Errors auf .


    [18:50:40] ERROR: bio1/fraktionen/mafia/mafiasettings.lua:5: attempt to call global 'MySQL_Ge
    tString' (a nil value)
    [18:50:40] ERROR: bio1/fraktionen/triaden/triaden_settings.lua:5: attempt to call global 'MyS
    QL_GetString' (a nil value)
    [18:50:40] ERROR: bio1/internet/email_server.lua:3: bad argument #1 to 'mysql_query' (mysqlHa
    ndler expected, got nil)
    [18:50:40] Gamemode 'Florida-RL' started.
    [18:50:40] Server minclientversion is now 1.3.1
    [18:50:40] startResource: Resource 'bio1' started
    [18:50:41] ERROR: bio1/biz/biz.lua:38: attempt to call global 'MySQL_GetString' (a nil value)

    [18:50:41] ERROR: bio1/biz/prestige.lua:5: attempt to call global 'MySQL_DatasetExist' (a nil
    value)
    [18:50:45] ERROR: bio1/carsys/carsys_mysql.lua:9: bad argument #1 to 'mysql_query' (mysqlHand
    ler expected, got nil)
    [18:50:45] ERROR: bio1/carsys/carsys_mysql.lua:9: bad argument #1 to 'mysql_query' (mysqlHand
    ler expected, got nil)
    [18:50:45] ERROR: bio1/housesys/houses_mysql.lua:8: bad argument #1 to 'mysql_query' (mysqlHa
    ndler expected, got nil)
    [18:50:45] ERROR: bio1/minigames/tetris/tetris_server.lua:23: bad argument #1 to 'mysql_query
    ' (mysqlHandler expected, got nil)


    Aber die Datenbank ist eingefügt die module werden geladen alle nötigen module sind installiert im script ist die db eingetragen und das password auch also ich bin ratlos und bitte euch um hilfe.

    Mfg *:)*

    Lua
    thegate2 = createObject ( 980, -2151.14818 , 851.187178, 15.145481, 0, 0, 270 )
    function move_func ( player )
    	if isTriad ( player ) then		           if getDistanceBetweenPoints3D ( -2151.14818, 851.187178, 15.145481, getElementPosition ( player ) )  < 10 then				moveObject ( thegate2, 2000, -2151.14818 , 851.187178, 10.145481, 0, 0, 0 )					                                setTimer (triggerthegate2Varb, 10000, 1 )				                                outputChatBox("Du hast das Tor geöffnet es geht in 10 sekunden wieder hoch", player )		end	       end
    end		
    addCommandHandler ( "move", move_func )
    function triggerthegate2Varb ( )				
    	moveObject ( thegate2, 2000, -2151.14818, 851.187178, 15.145481, 0, 0, 0 )
    end

    Hier