SA-MP Forums Archive
How to fix unknows functions? - 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: How to fix unknows functions? (/showthread.php?tid=374752)



How to fix unknows functions? - Joshy_Elite - 03.09.2012

I believe im missing a plugin or an include,not sure though,if you do know please post the link.Heres the log file.

Код:
# DynamicObject'
[19:03:01] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[19:03:01] Error: Function not registered: 'Audio_TransferPack'
[19:03:01] Error: Function not registered: 'Audio_IsClientConnected'
[19:03:01] Error: Function not registered: 'Audio_Play'
[19:03:01] Error: Function not registered: 'Audio_SetVolume'
[19:03:01] Error: Function not registered: 'Audio_Seek'
[19:03:01] Error: Function not registered: 'Audio_Set3DPosition'
[19:03:01] Error: Function not registered: 'Audio_PlayStreamed'
[19:03:01] Error: Function not registered: 'MoveDynamicObject'
[19:03:01] Error: Function not registered: 'CreateDynamic3DTextLabel'
[19:03:01] Error: Function not registered: 'DestroyAllDynamicObjects'
[19:03:01] Error: Function not registered: 'DestroyAllDynamicPickups'
[19:03:01] Error: Function not registered: 'DestroyAllDynamic3DTextLabels'
[19:03:01] Error: Function not registered: 'DestroyAllDynamicCPs'
[19:03:01] Error: Function not registered: 'DestroyAllDynamicMapIcons'
[19:03:01] Error: Function not registered: 'DestroyAllDynamicRaceCPs'
[19:03:01] Error: Function not registered: 'DestroyAllDynamicAreas'
[19:03:01] Error: Function not registered: 'Streamer_UpdateEx'
[19:03:01] Error: Function not registered: 'Streamer_Update'
[19:03:01] Error: Function not registered: 'IsValidDynamicPickup'
[19:03:01] Error: Function not registered: 'DestroyDynamicPickup'
[19:03:01] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[19:03:01] Error: Function not registered: 'Audio_Stop'
[19:03:01] Error: Function not registered: 'CreateDynamicRectangle'
[19:03:01] Error: Function not registered: 'DestroyDynamicArea'
[19:03:01] Error: Function not registered: 'IsPlayerInDynamicArea'
[19:03:01] Error: Function not registered: 'sscanf'
[19:03:01] Error: Function not registered: 'CreateDynamicPickup'
[19:03:01] Error: Function not registered: 'CreateDynamicMapIcon'
[19:03:01] Error: Function not registered: 'CountDynamic3DTextLabels'
[19:03:01] Error: Function not registered: 'CountDynamicPickups'
[19:03:01] Error: Function not registered: 'CountDynamicObjects'
[19:03:01] Error: Function not registered: 'SetDynamicObjectPos'
[19:03:01] Error: Function not registered: 'GetDynamicObjectPos'
[19:03:01] Error: Function not registered: 'SetDynamicObjectRot'
[19:03:01] Error: Function not registered: 'IsValidDynamic3DTextLabel'
[19:03:01] Error: Function not registered: 'Streamer_TickRate'
[19:03:01] Error: Function not registered: 'CountDynamicMapIcons'
[19:03:01] Error: Function not registered: 'IsValidDynamicObject'
[19:03:01] Error: Function not registered: 'IsValidDynamicMapIcon'
[19:03:01] Error: Function not registered: 'DestroyDynamicMapIcon'
[19:03:01] Error: Function not registered: 'Audio_SetPack'
[19:03:01] Script[gamemodes/EliteWorld.amx]: Run time error 19: "File or function is not found"
[19:03:01] Number of vehicle models: 0



Re: How to fix unknows functions? - ReneG - 04.09.2012

Install both the plugin, and the include correctly.


Re: How to fix unknows functions? - Joshy_Elite - 04.09.2012

Which ones?


Re: How to fix unknows functions? - ReneG - 04.09.2012

http://code.******.com/p/samp-stream...q=label%3A0.3e
Extract that into your server directory.

Then go into your server.cfg and find the line that says plugins, add the word "streamer" to it so it looks like this.
Код:
plugins streamer



Re: How to fix unknows functions? - Joshy_Elite - 04.09.2012

That did not work for me,still have the same errors.