Hello all, I created a Roleplay GM in MYSQL and it's almost finished.
Recently, I bought a Windows host for upload my gamemode.
In local everything is ok but when I upload it on the host and start the server, it give me some error:
I tried to upload all my plugins and include and recompile. Same errors.
How you can see it fail to load streamer and sscanf...
This is my server.cfg:
The list of my plugins:
My includes:
Can someone help me?
Recently, I bought a Windows host for upload my gamemode.
In local everything is ok but when I upload it on the host and start the server, it give me some error:
I tried to upload all my plugins and include and recompile. Same errors.
Code:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[19:28:23] filterscripts = "" (string)
[19:28:23]
[19:28:23] Server Plugins
[19:28:23] --------------
[19:28:23] Loading plugin: streamer
[19:28:23] Failed.
[19:28:23] Loading plugin: libRegEx
[19:28:23]
[19:28:23] ------------------------------
[19:28:23] |
[19:28:23] | -> Regular Expression Plugin v0.2
[19:28:23] | -> Using Oniguruma v5.9.5
[19:28:23] |
[19:28:23] ------ (c) 2014, Koala -------
[19:28:23]
[19:28:23] Loaded.
[19:28:23] Loading plugin: sscanf
[19:28:23] Failed.
[19:28:23] Loading plugin: audio
[19:28:23]
*** Audio Plugin v0.5 R2 by Incognito loaded ***
[19:28:23] Loaded.
[19:28:23] Loading plugin: Whirlpool
[19:28:23]
[19:28:23] ==================
[19:28:23]
[19:28:23] Whirlpool loaded
[19:28:23]
[19:28:23] ==================
[19:28:23]
[19:28:23] Loaded.
[19:28:23] Loading plugin: mysql
[19:28:23] Failed.
[19:28:23] Loading plugin: MapAndreas
[19:28:23] Loaded.
[19:28:23] Loading plugin: nativechecker
[19:28:23] Loaded.
[19:28:23] Loaded 5 plugins.
[19:28:23]
[19:28:23] Ban list
[19:28:23] --------
[19:28:23] Loaded: samp.ban
[19:28:23]
[19:28:23]
[19:28:23] Filterscripts
[19:28:23] ---------------
[19:28:23] Loaded 0 filterscripts.
[19:28:23] Error: Function not registered: 'SSCANF_Init'
[19:28:23] Error: Function not registered: 'SSCANF_IsConnected'
[19:28:23] Error: Function not registered: 'SSCANF_Join'
[19:28:23] Error: Function not registered: 'SSCANF_Leave'
[19:28:23] Error: Function not registered: 'sscanf'
[19:28:23] Error: Function not registered: 'mysql_format'
[19:28:23] Error: Function not registered: 'mysql_query'
[19:28:23] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[19:28:23] Error: Function not registered: 'CreateDynamic3DTextLabel'
[19:28:23] Error: Function not registered: 'CreateDynamicObject'
[19:28:23] Error: Function not registered: 'IsValidDynamic3DTextLabel'
[19:28:23] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[19:28:23] Error: Function not registered: 'GetDynamic3DTextLabelText'
[19:28:23] Error: Function not registered: 'EditDynamicObject'
[19:28:23] Error: Function not registered: 'mysql_log'
[19:28:23] Error: Function not registered: 'mysql_connect'
[19:28:23] Error: Function not registered: 'mysql_errno'
[19:28:23] Error: Function not registered: 'cache_get_row_count'
[19:28:23] Error: Function not registered: 'cache_get_field_content_int'
[19:28:23] Error: Function not registered: 'cache_get_field_content_float'
[19:28:23] Error: Function not registered: 'DestroyDynamicObject'
[19:28:23] Error: Function not registered: 'DestroyDynamicPickup'
[19:28:23] Error: Function not registered: 'CreateDynamicPickup'
[19:28:23] Error: Function not registered: 'cache_insert_id'
[19:28:23] Error: Function not registered: 'mysql_close'
[19:28:23] Error: Function not registered: 'SetDynamicObjectRot'
[19:28:23] Error: Function not registered: 'GetDynamicObjectPos'
[19:28:23] Error: Function not registered: 'IsValidDynamicObject'
[19:28:23] Error: Function not registered: 'MoveDynamicObject'
[19:28:23] Error: Function not registered: 'cache_get_field_content'
[19:28:23] Error: Function not registered: 'mysql_tquery'
[19:28:23] Error: Function not registered: 'cache_get_data'
[19:28:23] Error: Function not registered: 'GetDynamicObjectRot'
[19:28:23] Error: Function not registered: 'SetDynamicObjectPos'
[19:28:23] Error: Function not registered: 'cache_affected_rows'
[19:28:23] Error: Function not registered: 'CreateDynamicCP'
[19:28:23] Error: Function not registered: 'DestroyDynamicCP'
[19:28:23] Error: Function not registered: 'AttachCameraToDynamicObject'
[19:28:23] Error: Function not registered: 'IsValidDynamicCP'
[19:28:23] Error: Function not registered: 'SetDynamicObjectMaterial'
[19:28:23] Error: Function not registered: 'Streamer_Update'
[19:28:23] Error: Function not registered: 'SetDynamicObjectMaterialText'
[19:28:23] Error: Function not registered: 'AttachDynamicObjectToVehicle'
[19:28:23] Script[gamemodes/NCRP.amx]: Run time error 19: "File or function is not found"
[19:28:23] Number of vehicle models: 0
This is my server.cfg:
The list of my plugins:
My includes:
Can someone help me?