Error: Function not registered - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Error: Function not registered (
/showthread.php?tid=614090)
Error: Function not registered -
penaut - 04.08.2016
I updated sscanf and streamer but its still not working.
Код:
[15:15:27] Error: Function not registered: 'SSCANF_Init'
[15:15:27] Error: Function not registered: 'SSCANF_IsConnected'
[15:15:27] Error: Function not registered: 'SSCANF_Join'
[15:15:27] Error: Function not registered: 'SSCANF_Leave'
[15:15:27] Error: Function not registered: 'WP_Hash'
[15:15:27] Error: Function not registered: 'IsValidDynamicObject'
[15:15:27] Error: Function not registered: 'DestroyDynamicObject'
[15:15:27] Error: Function not registered: 'CreateDynamicObject'
[15:15:27] Error: Function not registered: 'GetDynamicObjectPos'
[15:15:27] Error: Function not registered: 'IsValidDynamicMapIcon'
[15:15:27] Error: Function not registered: 'DestroyDynamicMapIcon'
[15:15:27] Error: Function not registered: 'CreateDynamicMapIcon'
[15:15:27] Error: Function not registered: 'SetDynamicObjectMaterial'
[15:15:27] Error: Function not registered: 'SetDynamicObjectMaterialText'
[15:15:27] Error: Function not registered: 'IsValidDynamic3DTextLabel'
[15:15:27] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[15:15:27] Error: Function not registered: 'CreateDynamic3DTextLabel'
[15:15:27] Error: Function not registered: 'IsValidDynamicPickup'
[15:15:27] Error: Function not registered: 'DestroyDynamicPickup'
[15:15:27] Error: Function not registered: 'CreateDynamicPickup'
[15:15:27] Error: Function not registered: 'MoveDynamicObject'
[15:15:27] Error: Function not registered: 'sscanf'
[15:15:27] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[15:15:27] Error: Function not registered: 'EditDynamicObject'
[15:15:27] Error: Function not registered: 'CreateDynamicPickupEx'
[15:15:27] Error: Function not registered: 'CreateDynamicObjectEx'
[15:15:27] Error: Function not registered: 'SetDynamicObjectPos'
[15:15:27] Error: Function not registered: 'Streamer_ToggleIdleUpdate'
[15:15:27] Error: Function not registered: 'SetDynamicObjectRot'
[15:15:27] Error: Function not registered: 'AttachDynamicObjectToVehicle'
Re: Error: Function not registered -
AbyssMorgan - 04.08.2016
show server.cfg
Re: Error: Function not registered -
penaut - 04.08.2016
Oki
Код:
echo Executing Server Config...
lanmode 0
rcon_password qwertzuiop
maxplayers 30
port 7777
hostname DayRPG
gamemode0 roleplay 1
plugins crashdetect mysql nativechecker sscanf streamer Whirlpool
announce 0
chatlogging 0
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]
language English
Re: Error: Function not registered -
AbyssMorgan - 04.08.2016
1. nativechecker must be last plugin
2. nativechecker is redundant, crashdetect is better
Re: Error: Function not registered -
penaut - 04.08.2016
Thanks so much! Its working now!