Beiträge von Ali245

In 10 Minuten startet der nächtliche Backupvorgang! Es kann währenddessen (ca. 10 Minuten) zu Einschränkungen bei der Nutzung des Forums kommen
Weitere Infos findet ihr im Thema Backup des Forums


    Filterscripts
    ---------------
    Loaded 0 filterscripts.



    Error: Function not registered: 'cache_get_data'
    Error: Function not registered: 'cache_get_field_content_int'
    Error: Function not registered: 'cache_get_field_content_float'
    Error: Function not registered: 'cache_get_field_content'
    Script[gamemodes/Script.amx]: Run time error 19: "File or function is not found"
    Number of vehicle models: 0

    Hab ich alles, es kommen immer noch die Errors :c Aber die Plugins wurden erfolgreich geladen


    ----------
    Loaded log file: "server_log.txt".
    ----------


    SA-MP Dedicated Server
    ----------------------
    v0.3.7, (C)2005-2015 SA-MP Team


    filterscripts = "" (string)


    Server Plugins
    --------------
    Loading plugin: nativechecker
    Loaded.
    Loading plugin: sscanf



    ===============================


    sscanf plugin loaded.


    Version: 2.8.3


    (c) 2018 Alex "Y_Less" Cole


    ===============================


    Loaded.
    Loading plugin: mysql
    >> plugin.mysql: R41-4 successfully loaded.
    Loaded.
    Loading plugin: streamer



    *** Streamer Plugin v2.9.4 by Incognito loaded ***


    Loaded.
    Loading plugin: Whirlpool


    ==================


    Whirlpool loaded


    ==================


    Loaded.
    Loaded 5 plugins.



    Started server on port: 7777, with maxplayers: 200 lanmode is OFF.



    Filterscripts
    ---------------
    Loaded 0 filterscripts.


    Error: Function not registered: 'SSCANF_Init'
    Error: Function not registered: 'SSCANF_IsConnected'
    Error: Function not registered: 'SSCANF_Join'
    Error: Function not registered: 'SSCANF_Leave'
    Error: Function not registered: 'mysql_log'
    Error: Function not registered: 'mysql_connect'
    Error: Function not registered: 'CreateDynamicObject'
    Error: Function not registered: 'SetDynamicObjectMaterialText'
    Error: Function not registered: 'mysql_tquery'
    Error: Function not registered: 'MoveDynamicObject'
    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
    Error: Function not registered: 'DestroyDynamic3DTextLabel'
    Error: Function not registered: 'sscanf'
    Error: Function not registered: 'DestroyDynamicPickup'
    Error: Function not registered: 'DestroyDynamicObject'
    Error: Function not registered: 'CreateDynamic3DTextLabel'
    Error: Function not registered: 'mysql_format'
    Error: Function not registered: 'cache_get_data'
    Error: Function not registered: 'AttachDynamicObjectToVehicle'
    Error: Function not registered: 'Streamer_SetFloatData'
    Error: Function not registered: 'WP_Hash'
    Error: Function not registered: 'cache_get_field_content_int'
    Error: Function not registered: 'cache_get_field_content_float'
    Error: Function not registered: 'cache_get_field_content'
    Error: Function not registered: 'cache_get_row_count'
    Error: Function not registered: 'CreateDynamicPickup'
    Error: Function not registered: 'cache_insert_id'
    Script[gamemodes/Script.amx]: Run time error 19: "File or function is not found"
    Number of vehicle models: 0

    Lokal startet mein Server mit den Plugins aber auf meinen VServer nicht.


    ----------
    Loaded log file: "server_log.txt".
    ----------


    SA-MP Dedicated Server
    ----------------------
    v0.3.7, (C)2005-2015 SA-MP Team


    filterscripts = "" (string)


    Server Plugins
    --------------
    Loading plugin: Whirlpool


    ==================


    Whirlpool loaded


    ==================


    Loaded.
    Loading plugin: sscanf
    Failed.
    Loading plugin: mysql
    Failed.
    Loading plugin: streamer
    Failed.
    Loading plugin: nativechecker
    Loaded.
    Loaded 2 plugins.



    Started server on port: 7777, with maxplayers: 200 lanmode is OFF.



    Filterscripts
    ---------------
    Loaded 0 filterscripts.


    Error: Function not registered: 'SSCANF_Init'
    Error: Function not registered: 'SSCANF_IsConnected'
    Error: Function not registered: 'SSCANF_Join'
    Error: Function not registered: 'SSCANF_Leave'
    Error: Function not registered: 'mysql_log'
    Error: Function not registered: 'mysql_connect'
    Error: Function not registered: 'CreateDynamicObject'
    Error: Function not registered: 'SetDynamicObjectMaterialText'
    Error: Function not registered: 'mysql_tquery'
    Error: Function not registered: 'MoveDynamicObject'
    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
    Error: Function not registered: 'DestroyDynamic3DTextLabel'
    Error: Function not registered: 'sscanf'
    Error: Function not registered: 'DestroyDynamicPickup'
    Error: Function not registered: 'DestroyDynamicObject'
    Error: Function not registered: 'CreateDynamic3DTextLabel'
    Error: Function not registered: 'mysql_format'
    Error: Function not registered: 'cache_get_data'
    Error: Function not registered: 'AttachDynamicObjectToVehicle'
    Error: Function not registered: 'Streamer_SetFloatData'
    Error: Function not registered: 'cache_get_field_content_int'
    Error: Function not registered: 'cache_get_field_content_float'
    Error: Function not registered: 'cache_get_field_content'
    Error: Function not registered: 'cache_get_row_count'
    Error: Function not registered: 'CreateDynamicPickup'
    Error: Function not registered: 'cache_insert_id'
    Script[gamemodes/Script.amx]: Run time error 19: "File or function is not found"
    Number of vehicle models: 0


    stock ShowStatsForPlayer(playerid,showid,showUndercover = 0){
    new stats[2056],str[128],title[32];


    format(title,sizeof(title),"Statistiken von %s",SpielerName(playerid));


    strcat(stats,"\t{FF6600}===|Account|==={FFFFFF}\n\n");


    new adminrank[16];
    if(GetPVarInt(playerid,"undercover") == 1 && showUndercover == 1 && GetPVarInt(playerid,"adminlevel") > 0){
    adminrank = RANK0;
    }else{
    switch(GetPVarInt(playerid,"adminlevel")){
    case 0: adminrank=RANK0;
    case 1: adminrank=RANK1;
    case 2: adminrank=RANK2;
    case 3: adminrank=RANK3;
    case 4: adminrank=RANK4;
    case 5: adminrank=RANK5;
    }
    }



    4383 adminrank = RANK0;
    4386 case 0: adminrank=RANK0;

    Ach habs aber hab 2 ERRORS
    Was bedeutet noch mal das ?
    error 047: array sizes do not match, or destination array is too small
    error 047: array sizes do not match, or destination array is too small

    D:\I Love DM\gamemodes\s.pwn(910) : error 017: undefined symbol "LOG_ERROR"
    D:\I Love DM\gamemodes\s.pwn(910) : warning 215: expression has no effect
    D:\I Love DM\gamemodes\s.pwn(911) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(912) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(919) : error 017: undefined symbol "LOG_ERROR"
    D:\I Love DM\gamemodes\s.pwn(919) : warning 215: expression has no effect
    D:\I Love DM\gamemodes\s.pwn(920) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(921) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(1337) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(1340) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(1341) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(1932) : error 017: undefined symbol "cache_get_data"
    D:\I Love DM\gamemodes\s.pwn(1936) : error 017: undefined symbol "cache_get_field_content"
    D:\I Love DM\gamemodes\s.pwn(1937) : error 017: undefined symbol "cache_get_field_content_int"
    D:\I Love DM\gamemodes\s.pwn(1944) : error 017: undefined symbol "cache_get_field_content_int"
    D:\I Love DM\gamemodes\s.pwn(1945) : error 017: undefined symbol "cache_get_field_content_int"
    D:\I Love DM\gamemodes\s.pwn(1931) : warning 203: symbol is never used: "fields"
    D:\I Love DM\gamemodes\s.pwn(1955) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(2186) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(2223) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(2224) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(2230) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(2231) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(2233) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(2334) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(2345) : error 017: undefined symbol "cache_get_data"
    D:\I Love DM\gamemodes\s.pwn(2344) : warning 203: symbol is never used: "fields"
    D:\I Love DM\gamemodes\s.pwn(2361) : error 017: undefined symbol "cache_get_data"
    D:\I Love DM\gamemodes\s.pwn(2364) : error 017: undefined symbol "cache_get_field_content"
    D:\I Love DM\gamemodes\s.pwn(2372) : error 017: undefined symbol "cache_get_field_content_int"
    D:\I Love DM\gamemodes\s.pwn(2373) : error 017: undefined symbol "cache_get_field_content_int"
    D:\I Love DM\gamemodes\s.pwn(2378) : error 017: undefined symbol "cache_get_field_content_int"
    D:\I Love DM\gamemodes\s.pwn(2381) : error 017: undefined symbol "cache_get_field_content"
    D:\I Love DM\gamemodes\s.pwn(2382) : error 017: undefined symbol "cache_get_field_content"
    D:\I Love DM\gamemodes\s.pwn(2393) : error 017: undefined symbol "cache_get_field_content"
    D:\I Love DM\gamemodes\s.pwn(2394) : error 017: undefined symbol "cache_get_field_content"
    D:\I Love DM\gamemodes\s.pwn(2360) : warning 203: symbol is never used: "fields"
    D:\I Love DM\gamemodes\s.pwn(2419) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(2420) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(2452) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(2453) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(2461) : error 017: undefined symbol "cache_get_data"
    D:\I Love DM\gamemodes\s.pwn(2464) : error 017: undefined symbol "cache_get_field_content_int"
    D:\I Love DM\gamemodes\s.pwn(2460) : warning 203: symbol is never used: "fields"
    D:\I Love DM\gamemodes\s.pwn(2525) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(2526) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(2537) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(2538) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(3339) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(3340) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(4383) : error 047: array sizes do not match, or destination array is too small
    D:\I Love DM\gamemodes\s.pwn(4386) : error 047: array sizes do not match, or destination array is too small
    D:\I Love DM\gamemodes\s.pwn(5687) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(5688) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(5809) : warning 202: number of arguments does not match definition
    D:\I Love DM\gamemodes\s.pwn(5870) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(5871) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(5972) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(5973) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(5995) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(5996) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(6017) : warning 202: number of arguments does not match definition
    D:\I Love DM\gamemodes\s.pwn(6071) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\ilovedm.pwn(6072) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(6173) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(6174) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(6182) : warning 202: number of arguments does not match definition
    D:\I Love DM\gamemodes\s.pwn(6355) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(6356) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(6363) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(6364) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(6782) : error 017: undefined symbol "cache_get_data"
    D:\I Love DM\gamemodes\s.pwn(6788) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(6789) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(6781) : warning 203: symbol is never used: "fields"
    D:\I Love DM\gamemodes\s.pwn(6805) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(6806) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(6813) : error 017: undefined symbol "cache_get_data"
    D:\I Love DM\gamemodes\s.pwn(6817) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(6818) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(6812) : warning 203: symbol is never used: "fields"
    D:\I Love DM\gamemodes\s.pwn(6835) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(6836) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(7121) : error 017: undefined symbol "cache_get_data"
    D:\I Love DM\gamemodes\s.pwn(7125) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(7126) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(7120) : warning 203: symbol is never used: "fields"
    D:\I Love DM\gamemodes\s.pwn(7144) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(7145) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(7155) : error 017: undefined symbol "cache_get_data"
    D:\I Love DM\gamemodes\s.pwn(7163) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(7164) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(7154) : warning 203: symbol is never used: "fields"
    D:\I Love DM\gamemodes\s.pwn(7184) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(7185) : warning 213: tag mismatch
    D:\I Love DM\gamemodes\s.pwn(7195) : error 017: undefined symbol "cache_get_data"


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



    26 Errors.

    Ich bekomme 26 ERROR´s hab mich verlehrt hatte vor 3 Jahre gescriptet deshalb brauche ich Hilfe ....


    wenn jemand zeit hat bitte ich den auf mein ts zu kommen :)


    Lg


    |> 185.239.238.190 <|

    Plugins & Include


    Kann mir jemand mir diese Plugins und include crashdetect sscanf mysql streamer Whirlpool
    in .so dll & .so


    Ich bedanke mich vor erst schon :)