SA-MP Forums Archive
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: Function Not Registered (/showthread.php?tid=528741)



Function Not Registered - Fachrul48 - 29.07.2014

Код:
[00:17:08]    Error: Function not registered: 'Streamer_CallbackHook'
[00:17:08]    Error: Function not registered: 'Audio_CreateTCPServer'
[00:17:08]    Error: Function not registered: 'Audio_AddPlayer'
[00:17:08]    Error: Function not registered: 'Audio_RemovePlayer'
[00:17:08]    Error: Function not registered: 'Audio_RenamePlayer'
[00:17:08]    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[00:17:08]    Error: Function not registered: 'CreateDynamicPickup'
[00:17:08]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[00:17:08]    Error: Function not registered: 'CreateDynamicObject'
[00:17:08]    Error: Function not registered: 'DestroyDynamicObject'
[00:17:08]    Error: Function not registered: 'Audio_TransferPack'
[00:17:08]    Error: Function not registered: 'Audio_IsClientConnected'
[00:17:08]    Error: Function not registered: 'Audio_Play'
[00:17:08]    Error: Function not registered: 'Audio_SetVolume'
[00:17:08]    Error: Function not registered: 'Audio_Set3DPosition'
[00:17:08]    Error: Function not registered: 'Audio_PlayStreamed'
[00:17:08]    Error: Function not registered: 'MoveDynamicObject'
[00:17:08]    Error: Function not registered: 'DestroyAllDynamicObjects'
[00:17:08]    Error: Function not registered: 'DestroyAllDynamicPickups'
[00:17:08]    Error: Function not registered: 'DestroyAllDynamic3DTextLabels'
[00:17:08]    Error: Function not registered: 'DestroyAllDynamicCPs'
[00:17:08]    Error: Function not registered: 'DestroyAllDynamicMapIcons'
[00:17:08]    Error: Function not registered: 'DestroyAllDynamicRaceCPs'
[00:17:08]    Error: Function not registered: 'DestroyAllDynamicAreas'
[00:17:08]    Error: Function not registered: 'Streamer_UpdateEx'
[00:17:08]    Error: Function not registered: 'Streamer_Update'
[00:17:08]    Error: Function not registered: 'IsValidDynamicPickup'
[00:17:08]    Error: Function not registered: 'DestroyDynamicPickup'
[00:17:08]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
[00:17:08]    Error: Function not registered: 'IsPlayerInDynamicArea'
[00:17:08]    Error: Function not registered: 'Audio_Stop'
[00:17:08]    Error: Function not registered: 'CreateDynamicRectangle'
[00:17:08]    Error: Function not registered: 'DestroyDynamicArea'
[00:17:08]    Error: Function not registered: 'CreateDynamicMapIcon'
[00:17:08]    Error: Function not registered: 'CountDynamic3DTextLabels'
[00:17:08]    Error: Function not registered: 'CountDynamicPickups'
[00:17:08]    Error: Function not registered: 'CountDynamicObjects'
[00:17:08]    Error: Function not registered: 'SetDynamicObjectPos'
[00:17:08]    Error: Function not registered: 'GetDynamicObjectPos'
[00:17:08]    Error: Function not registered: 'SetDynamicObjectRot'
[00:17:08]    Error: Function not registered: 'CreateDynamicSphere'
[00:17:08]    Error: Function not registered: 'IsValidDynamic3DTextLabel'
[00:17:08]    Error: Function not registered: 'Streamer_TickRate'
[00:17:08]    Error: Function not registered: 'CountDynamicMapIcons'
[00:17:08]    Error: Function not registered: 'SetDynamicObjectMaterialText'
[00:17:08]    Error: Function not registered: 'IsValidDynamicObject'
[00:17:08]    Error: Function not registered: 'GetDynamicObjectRot'
[00:17:08]    Error: Function not registered: 'EditDynamicObject'
[00:17:08]    Error: Function not registered: 'IsValidDynamicMapIcon'
[00:17:08]    Error: Function not registered: 'DestroyDynamicMapIcon'
[00:17:08]    Error: Function not registered: 'Streamer_SetFloatData'
Note : I Already Have The Latest Version of Streamers


Re: Function Not Registered - Stinged - 29.07.2014

Do you have the plugin loaded? Or you just included steamer.inc?


Re: Function Not Registered - Fachrul48 - 29.07.2014

i'm sure that my streamer plugin are loaded here is my server.cfg
echo Executing Server Config...

lanmode 1

maxplayers 100

port 7777

hostname [MAINTENANCE]GenerationGamers Roleplay[0.3z]

gamemode0 ggrpboombox 1

filterscripts buttons pm carwash Animlist Weaponholder MP3 carlights realtime ameado Animlist AFK paytoll

announce 1

plugins sscanf.so nativechecker.so streamer.so audio.so

query 1

weburl www.g-gamers.boards.net

onfoot_rate 40

incar_rate 40

weapon_rate 40

stream_distance 300.0

stream_rate 1000

maxnpc 20

logtimeformat [%H:%M:%S]

mapname Los Santos


Re: Function Not Registered - Beckett - 29.07.2014

Is that on your PC or on the host? if yes what operating system you/your host have Windows or Linux?


Re: Function Not Registered - Fachrul48 - 29.07.2014

on the vps . linux


Re: Function Not Registered - Fachrul48 - 29.07.2014

help guys


Re: Function Not Registered - Stinged - 29.07.2014

EDIT: Oh sorry, I didn't see the plugins line.


Re: Function Not Registered - Konstantinos - 29.07.2014

Add nativechecker last to plugins line in server.cfg and try again. What does it print now and also post your server log so we can see what plugin failed to load etc.