Beiträge von Darkside27

    Wenn ich Server starten will kommt da: Number of vehicle model: 0
    das mit file or function ... - ist weg


    Server.cfg:



    echo Executing Server Config...
    lanmode 1
    rcon_password test123
    maxplayers 32
    port 7777
    hostname testserver
    gamemode0 LSrealilfe
    filterscripts
    announce 1
    query 1
    weburl www.sa-mp.com
    onfoot_rate 40
    incar_rate 40
    weapon_rate 40
    stream_distance 300.0
    stream_rate 1000
    maxnpc 0
    logtimeformat [%H:%M:%S]
    plugins streamer mysql


    // in Server.cfg was geändert.

    Also ich hab das ganze mal in mein Gamemod eingebaut.
    Wenn ich Server starten will kommt da: Number of vehicle model: 0


    Server.cfg:


    echo Executing Server Config...
    lanmode 1
    rcon_password lol123
    maxplayers 32
    port 7777
    hostname Test-Server
    gamemode0 Test
    filterscripts
    announce 1
    query 1
    weburl www.sa-mp.com
    onfoot_rate 40
    incar_rate 40
    weapon_rate 40
    stream_distance 300.0
    stream_rate 1000
    maxnpc 0
    logtimeformat [%H:%M:%S]
    plugins mysql streamer

    Ich hab von Sniper also DT_DynamicCar in Gamemode eingebaut.
    Also ich wollte es nicht als Filterscript benutzen. Genau wo ich alles reingemacht habe
    kommt das mit: File or function ...
    Ich weiß jetzt nicht was ich da suchen oder fixxen muss.

    jo :x


    also hab das mit <a_mysql> mal raus getan. So wenn ich server starten will kommt da:
    Run time error 19: "File or function is not found"



    Server.cfg:


    echo Executing Server Config...
    lanmode 1
    rcon_password test123
    maxplayers 32
    port 7777
    hostname testserver
    gamemode0 LSrealilfe
    filterscripts bfx_stream
    announce 1
    query 1
    weburl www.sa-mp.com
    onfoot_rate 40
    incar_rate 40
    weapon_rate 40
    stream_distance 300.0
    stream_rate 1000
    maxnpc 0
    logtimeformat [%H:%M:%S]
    plugins streamer mysql

    C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\a_mysql.inc(22) : error 021: symbol already defined: "mysql_connect"
    C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\a_mysql.inc(22) : error 025: function heading differs from prototype
    C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\a_mysql.inc(22) : error 025: function heading differs from prototype
    C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\a_mysql.inc(22) : fatal error 107: too many error messages on one line


    Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    4 Errors.


    #include <a_samp>
    #include <float>
    #include <utils>
    #include <morphinc>
    #include <bfx_oStream>
    #include <M_Bot>
    #include <time>
    #include <a_objects>
    #include <nb_rb>
    #include <blitzer>
    #include <ocmd>
    #include <desk>
    #include <a_http>
    #include <streamer>
    #include <Mysql>
    #include <a_mysql>



    Wieso kommen die Errors?!