SA-MP Forums Archive
Streamer Question - 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: Streamer Question (/showthread.php?tid=575559)



Streamer Question - Teemo - 28.05.2015

What's the program which your windows needs to open the streamer without these errors:


Quote:

[04:48:38] Error: Function not registered: 'IsValidDynamicObject'
[04:48:38] Error: Function not registered: 'DestroyDynamicObject'
[04:48:38] Error: Function not registered: 'CreateDynamicObject'
[04:48:38] Error: Function not registered: 'IsValidDynamic3DTextLabel'
[04:48:38] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[04:48:38] Error: Function not registered: 'IsPlayerInDynamicArea'
[04:48:38] Error: Function not registered: 'GetDynamicObjectPos'
[04:48:38] Error: Function not registered: 'GetDynamicObjectRot'
[04:48:38] Error: Function not registered: 'CreateDynamic3DTextLabel'
[04:48:38] Error: Function not registered: 'CreateDynamicPolygon'
[04:48:38] Error: Function not registered: 'Streamer_TickRate'
[04:48:38] Error: Function not registered: 'MoveDynamicObject'
[04:48:38] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[04:48:38] Error: Function not registered: 'Streamer_UpdateEx'
[04:48:38] Error: Function not registered: 'AttachDynamicObjectToVehicle'
[04:48:38] Error: Function not registered: 'Streamer_Update'
[04:48:38] Error: Function not registered: 'Streamer_SetArrayData'
[04:48:38] Error: Function not registered: 'DestroyDynamicPickup'
[04:48:38] Error: Function not registered: 'CreateDynamicPickup'
[04:48:38] Error: Function not registered: 'DestroyAllDynamicObjects'
[04:48:38] Error: Function not registered: 'DestroyAllDynamic3DTextLabels'
[04:48:38] Error: Function not registered: 'DestroyAllDynamicCPs'
[04:48:38] Error: Function not registered: 'DestroyAllDynamicMapIcons'
[04:48:38] Error: Function not registered: 'DestroyAllDynamicRaceCPs'
[04:48:38] Error: Function not registered: 'DestroyAllDynamicAreas'
[04:48:38] Error: Function not registered: 'CreateDynamicSphere'
[04:48:38] Error: Function not registered: 'IsValidDynamicPickup'
[04:48:38] Error: Function not registered: 'IsValidDynamicMapIcon'
[04:48:38] Error: Function not registered: 'DestroyDynamicMapIcon'
[04:48:38] Error: Function not registered: 'CreateDynamicRectangle'
[04:48:38] Error: Function not registered: 'DestroyDynamicArea'
[04:48:38] Error: Function not registered: 'SetDynamicObjectMaterialText'
[04:48:38] Error: Function not registered: 'Streamer_IsItemVisible'
[04:48:38] Error: Function not registered: 'IsValidDynamicArea'
[04:48:38] Error: Function not registered: 'CreateDynamicMapIcon'
[04:48:38] Error: Function not registered: 'Streamer_SetIntData'
[04:48:38] Error: Function not registered: 'SetDynamicObjectPos'
[04:48:38] Error: Function not registered: 'SetDynamicObjectRot'

Name of the program?


Re: Streamer Question - ChromeAmazing - 28.05.2015

It's called Streamer, it's an include.
Link: https://sampforum.blast.hk/showthread.php?tid=102865

Simply include it at the top of your script like this!
pawn Код:
#include streamer
Then you're all set!

[!]: If you have any other questions, feel free to private message me!

I ALSO FORGOT TO ADD! (OPTIONAL)
You must have all windows redistributes on your windows computer!
Link: https://www.microsoft.com/en-us/down....aspx?id=30679
Link: https://www.microsoft.com/en-us/down...s.aspx?id=5555
Link: https://www.microsoft.com/en-us/down....aspx?id=40784


Re: Streamer Question - Teemo - 28.05.2015

Really dude? btw Thanks for your comment but that's i don't mean!...
The script is compiled without problems with latest streamer, There's a program like Microsoft Visual c++ Re. 2010 of Windows for streamer...if you know what i mean


Re: Streamer Question - ChromeAmazing - 28.05.2015

Yes! I just linked it on my post here!
Link: https://www.microsoft.com/en-us/down...s.aspx?id=5555


Re: Streamer Question - SickAttack - 28.05.2015

http://www.softpedia.com/get/System/...nstaller.shtml


Re: Streamer Question - Teemo - 28.05.2015

+Reped both of you