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



Streamer help - N0FeaR - 21.04.2016

When i update the streamer to the lastest verison i get this


PHP код:
[09:45:17]    Error: Function not registered'CreateDynamicObject'
[09:45:17]    Error: Function not registered'SetDynamicObjectMaterial'
[09:45:17]    Error: Function not registered'CreateDynamicObject'
[09:45:17]    Error: Function not registered'SetDynamicObjectMaterial'
[09:45:17]    Error: Function not registered'CreateDynamicObject'
[09:45:17]    Error: Function not registered'DestroyDynamicObject'
[09:45:17]    Error: Function not registered'SetDynamicObjectPos'
[09:45:17]    Error: Function not registered'SetDynamicObjectRot'
[09:45:17]    Error: Function not registered'MoveDynamicObject'
[09:45:17]    Error: Function not registered'StopDynamicObject'
[09:45:17]    Error: Function not registered'IsValidDynamicObject'
[09:45:17]    Error: Function not registered'DestroyDynamicObject'
[09:45:17]    Error: Function not registered'CreateDynamicObject'
[09:45:17]    Error: Function not registered'IsValidDynamic3DTextLabel'
[09:45:17]    Error: Function not registered'DestroyDynamic3DTextLabel'
[09:45:17]    Error: Function not registered'IsPlayerInDynamicArea'
[09:45:17]    Error: Function not registered'GetDynamicObjectPos'
[09:45:17]    Error: Function not registered'GetDynamicObjectRot'
[09:45:17]    Error: Function not registered'CreateDynamic3DTextLabel'
[09:45:17]    Error: Function not registered'CreateDynamicPickup'
[09:45:17]    Error: Function not registered'CreateDynamicPolygon'
[09:45:17]    Error: Function not registered'CreateDynamicMapIcon'
[09:45:17]    Error: Function not registered'Streamer_TickRate'
[09:45:17]    Error: Function not registered'MoveDynamicObject'
[09:45:17]    Error: Function not registered'UpdateDynamic3DTextLabelText'
[09:45:17]    Error: Function not registered'Streamer_UpdateEx'
[09:45:17]    Error: Function not registered'AttachDynamicObjectToVehicle'
[09:45:17]    Error: Function not registered'Streamer_Update'
[09:45:17]    Error: Function not registered'Streamer_SetArrayData'
[09:45:17]    Error: Function not registered'DestroyDynamicPickup'
[09:45:17]    Error: Function not registered'DestroyAllDynamicObjects'
[09:45:17]    Error: Function not registered'DestroyAllDynamic3DTextLabels'
[09:45:17]    Error: Function not registered'DestroyAllDynamicCPs'
[09:45:17]    Error: Function not registered'DestroyAllDynamicMapIcons'
[09:45:17]    Error: Function not registered'DestroyAllDynamicRaceCPs'
[09:45:17]    Error: Function not registered'DestroyAllDynamicAreas'
[09:45:17]    Error: Function not registered'CreateDynamicSphere'
[09:45:17]    Error: Function not registered'IsValidDynamicPickup'
[09:45:17]    Error: Function not registered'IsValidDynamicMapIcon'
[09:45:17]    Error: Function not registered'DestroyDynamicMapIcon'
[09:45:17]    Error: Function not registered'CreateDynamicRectangle'
[09:45:17]    Error: Function not registered'DestroyDynamicArea'
[09:45:17]    Error: Function not registered'SetDynamicObjectMaterialText'
[09:45:17]    Error: Function not registered'SetDynamicObjectMaterial'
[09:45:17]    Error: Function not registered'Streamer_IsItemVisible'
[09:45:17]    Error: Function not registered'IsValidDynamicArea'
[09:45:17]    Error: Function not registered'Streamer_SetIntData'
[09:45:17]    Error: Function not registered'SetDynamicObjectPos'
[09:45:17]    Error: Function not registered'SetDynamicObjectRot'
[09:45:17]    Error: Function not registered'EditDynamicObject'
[09:45:17]    Error: Function not registered'CreateDynamicCP' 



Re: Streamer help - Sawalha - 21.04.2016

are you sure that the plugin and include's version are the same?


Re: Streamer help - N0FeaR - 21.04.2016

Quote:
Originally Posted by Sawalha
Посмотреть сообщение
are you sure that the plugin and include's version are the same?
Yes i download from incognitos github 2.8

EDIT: the plugin wont load either [09:56:41] Loaded.
[09:56:41] Loading plugin: streamer
[09:56:41] Failed.


Re: Streamer help - Sawalha - 21.04.2016

downloaded the requirement of that version? "microsoft visual c++ 2015 redistributable package (x86) "


Re: Streamer help - colonel-top - 21.04.2016

Maybe you could Try in server.cfg
PHP код:
gamemode0 gamemodename 1 
Edit : You have nativechecker ? if have try it on last load of plugins in server.cfg


Re: Streamer help - N0FeaR - 21.04.2016

Quote:
Originally Posted by Sawalha
Посмотреть сообщение
downloaded the requirement of that version? "microsoft visual c++ 2015 redistributable package (x86) "
This was the problem now it's working thank you!