19.04.2016, 19:15
Today I just updated a hitman system I then complied it and starting up the server and I got these errors and I deleted them and re-starting... nothing changed.
When I was using old version I've still got these error (function not registered) but the server was running good
It's too weird I don't know how to slove this prob, please help
HTML Code:
---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7, ©2005-2015 SA-MP Team [03:14:01] weburl = "www.sa-mp.com" (string) [03:14:01] [03:14:01] Server Plugins [03:14:01] -------------- [03:14:01] Loading plugin: nativechecker [03:14:01] Loaded. [03:14:01] Loading plugin: mysql [03:14:01] > MySQL plugin R6-2 successfully loaded. [03:14:01] Loaded. [03:14:01] Loading plugin: streamer [03:14:01] *** Streamer Plugin v2.5.2 R2 by Incognito loaded *** [03:14:01] Loaded. [03:14:01] Loading plugin: MapAndreas [03:14:01] Loaded. [03:14:01] Loading plugin: gvar [03:14:01] *** GVar Plugin v1.3 by Incognito loaded *** [03:14:01] Loaded. [03:14:01] Loading plugin: crashdetect [03:14:01] Loaded. [03:14:01] Loaded 6 plugins. [03:14:01] [03:14:01] Filterscripts [03:14:01] --------------- [03:14:01] Loading filterscript 'MC_Attach.amx'... [03:14:01] MC_ATTACH Loaded [03:14:01] Loading filterscript 'MC_SAFE.amx'... [03:14:01] Base FS loaded. [03:14:01] Loading filterscript 'MC_SBar.amx'... [03:14:01] Error: Function not registered: 'GetGVarInt' [03:14:01] 【MOD】【BAR】2.16 LOADED. [03:14:01] Loaded 3 filterscripts. [03:10:57] Error: Function not registered: 'Streamer_RegisterInterface' [03:10:57] Error: Function not registered: 'Streamer_AddPlayer' [03:10:57] Error: Function not registered: 'Streamer_RemovePlayer' [03:10:57] Error: Function not registered: 'Streamer_VerifyPickup' [03:10:57] Error: Function not registered: 'Streamer_VerifyCheckpoint' [03:10:57] Error: Function not registered: 'RNPC_CreateBuild' [03:10:57] Error: Function not registered: 'RNPC_SetWeaponID' [03:10:57] Error: Function not registered: 'RNPC_SetSpecialAction' [03:10:57] Error: Function not registered: 'RNPC_SetAngleQuats' [03:10:57] Error: Function not registered: 'RNPC_AddPause' [03:10:57] Error: Function not registered: 'RNPC_FinishBuild' [03:10:57] Error: Function not registered: 'CreateDynamic3DTextLabel' [03:10:57] Error: Function not registered: 'CreateDynamicObject' [03:10:57] Error: Function not registered: 'DestroyDynamicMapIcon' [03:10:57] Error: Function not registered: 'CreateDynamicMapIcon' [03:10:57] Error: Function not registered: 'SetGVarString' [03:10:57] Error: Function not registered: 'UpdateDynamic3DTextLabelText' [03:10:57] Error: Function not registered: 'mysql_query' [03:10:57] Error: Function not registered: 'mysql_debug' [03:10:57] Error: Function not registered: 'mysql_connect' [03:10:57] Error: Function not registered: 'mysql_set_charset' [03:10:57] Error: Function not registered: 'mysql_close' [03:10:57] Error: Function not registered: 'mysql_store_result' [03:10:57] Error: Function not registered: 'mysql_num_rows' [03:10:57] Error: Function not registered: 'mysql_free_result' [03:10:57] Error: Function not registered: 'mysql_retrieve_row' [03:10:57] Error: Function not registered: 'mysql_fetch_field_row' [03:10:57] Error: Function not registered: 'mysql_insert_id' [03:10:57] Error: Function not registered: 'CreateDynamicPickup' [03:10:57] Error: Function not registered: 'DestroyDynamicObject' [03:10:57] Error: Function not registered: 'mysql_reconnect' [03:10:57] Error: Function not registered: 'SetGVarInt' [03:10:57] Error: Function not registered: 'mysql_fetch_row_format' [03:10:57] Error: Function not registered: 'mysql_real_escape_string' [03:10:57] Script[gamemodes/main.amx]: Run time error 19: "File or function is not found" [03:10:57] Number of vehicle models: 0
Code:
[03:14:01] Error: Function not registered: 'Streamer_RegisterInterface' [03:14:01] Error: Function not registered: 'Streamer_AddPlayer' [03:14:01] Error: Function not registered: 'Streamer_RemovePlayer' [03:14:01] Error: Function not registered: 'Streamer_VerifyPickup' [03:14:01] Error: Function not registered: 'Streamer_VerifyCheckpoint' [03:14:01] Error: Function not registered: 'CreateDynamic3DTextLabel' [03:14:01] Error: Function not registered: 'CreateDynamicObject' [03:14:01] Error: Function not registered: 'DestroyDynamicMapIcon' [03:14:01] Error: Function not registered: 'CreateDynamicMapIcon' [03:14:01] Error: Function not registered: 'SetGVarString' [03:14:01] Error: Function not registered: 'UpdateDynamic3DTextLabelText' [03:14:01] Error: Function not registered: 'mysql_query' [03:14:01] Error: Function not registered: 'mysql_debug' [03:14:01] Error: Function not registered: 'mysql_connect' [03:14:01] Error: Function not registered: 'mysql_set_charset' [03:14:01] Error: Function not registered: 'mysql_close' [03:14:01] Error: Function not registered: 'mysql_store_result' [03:14:01] Error: Function not registered: 'mysql_num_rows' [03:14:01] Error: Function not registered: 'mysql_free_result' [03:14:01] Error: Function not registered: 'mysql_retrieve_row' [03:14:01] Error: Function not registered: 'mysql_fetch_field_row' [03:14:01] Error: Function not registered: 'mysql_insert_id' [03:14:01] Error: Function not registered: 'CreateDynamicPickup' [03:14:01] Error: Function not registered: 'DestroyDynamicObject' [03:14:01] Error: Function not registered: 'mysql_reconnect' [03:14:01] Error: Function not registered: 'SetGVarInt' [03:14:01] Error: Function not registered: 'mysql_fetch_row_format' [03:14:01] Error: Function not registered: 'mysql_real_escape_string' ... start load something ... ...