Guten Tag,
Ich habe das Problem einen Server zu starten,
ich habe das Script von einem Kumpel bekommen, der hatte aber auch nur die pwn-Datei.
So, nun habe ich alles Plugins und Includes runtergeladen und das Script compilet bekommen.
Dann aber steht wenn ich die samp-server.exe starte das:
Script[gamemodes/gamemode2.amx]: Run time error 19: "File or function is not found"
So ich wusste durch 'Suchen, das man alles Plugins mal neu runterladen soll, sodass alles auf dem neusten Stand ist.
Das habe ich auch gemacht, doch gleicher Fehler.
Dann hab ich erfahren das man mit der nativechecker.dll die Fehler anzeigen kann.
So runtergeladen und eingefügt, Fehler werden angezeigt.
Doch ich habe einmal das Script meines Kumpel und mein Selfmade, bei beiden werden Fehler angezeigt das eine geht das andere nicht.
Selfmade(das geht):
[21:09:25] Error: Function not registered: 'Streamer_CallbackHook'
[21:09:25] Error: Function not registered: 'CountDynamicObjects'
[21:09:25] Error: Function not registered: 'CreateDynamicObject'
[21:09:25] Error: Function not registered: 'mysql_connect'
[21:09:25] Error: Function not registered: 'mysql_ping'
[21:09:25] Error: Function not registered: 'mysql_real_escape_string'
[21:09:25] Error: Function not registered: 'mysql_query'
[21:09:25] Error: Function not registered: 'mysql_store_result'
[21:09:25] Error: Function not registered: 'mysql_num_rows'
[21:09:25] Error: Function not registered: 'mysql_fetch_row_format'
[21:09:25] Error: Function not registered: 'mysql_free_result'
[21:09:25] Error: Function not registered: 'mysql_fetch_int'
Script von einem Kumpel(das nicht geht):
[21:03:02] Error: Function not registered: 'Streamer_CallbackHook'
[21:03:02] Error: Function not registered: 'SSCANF_Init'
[21:03:02] Error: Function not registered: 'SSCANF_Join'
[21:03:02] Error: Function not registered: 'SSCANF_Leave'
[21:03:02] Error: Function not registered: 'mysql_real_escape_string'
[21:03:02] Error: Function not registered: 'mysql_query'
[21:03:02] Error: Function not registered: 'mysql_store_result'
[21:03:02] Error: Function not registered: 'mysql_num_rows'
[21:03:02] Error: Function not registered: 'mysql_fetch_row'
[21:03:02] Error: Function not registered: 'mysql_free_result'
[21:03:02] Error: Function not registered: 'mysql_fetch_field'
[21:03:02] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[21:03:02] Error: Function not registered: 'DestroyDynamicObject'
[21:03:02] Error: Function not registered: 'mysql_init'
[21:03:02] Error: Function not registered: 'mysql_connect'
[21:03:02] Error: Function not registered: 'mysql_ping'
[21:03:02] Error: Function not registered: 'CreateDynamicObject'
[21:03:02] Error: Function not registered: 'CreateDynamic3DTextLabel'
[21:03:02] Error: Function not registered: 'CreateDynamicPickup'
[21:03:02] Error: Function not registered: 'mysql_close'
[21:03:02] Error: Function not registered: 'WP_Hash'
[21:03:02] Error: Function not registered: 'sscanf'
[21:03:02] Error: Function not registered: 'CountDynamicObjects'
[21:03:02] Error: Function not registered: 'MoveDynamicObject'
[21:03:02] Error: Function not registered: 'Streamer_UpdateEx'
[21:03:02] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[21:03:02] Error: Function not registered: 'DestroyDynamicPickup'
Alle Includes,Plugins sind auf dem neusten Stand.
Ich hoffe mir kann jemand helfen, ich bin wirklich am verzweifen.
MFG
xTh0rben