Plugins ! - 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: Plugins ! (
/showthread.php?tid=383732)
Plugins ! -
Red_Dragon. - 08.10.2012
Is there any streaming plugin rather than Incognito's i use Incognito's but it only streams 1000 object and i have over 6000 object, i searched on the forums but i didn't find any one
Re: Plugins ! -
Red_Dragon. - 08.10.2012
Код:
[script] 3DTEXTDRAW LIMIT: 1024 (Static, non-streamed) | 3DTEXTDRAW COUNT: 1644
[18:15:55] [script] PICKUP LIMIT: 4096 (Static, non-streamed) | PICKUP COUNT: 1474
[18:15:55] [script] OBJECT LIMIT: 1000 (Static, non-streamed) | OBJECT COUNT: 6779
So how is this ? why non-streamed ? and i exceeded the object count ? any suggestions ?
Re: Plugins ! -
Red_Dragon. - 08.10.2012
So in the end is there something wrong that may affect badly the script or not ?
Re: Plugins ! -
Red_Dragon. - 08.10.2012
You mean CreateObject convert it to CreateDynamicObject ?
Re: Plugins ! -
Red_Dragon. - 08.10.2012
I have some Dynamic and some Normal, I will convert it and tell you
EDIT: as you said i used the edit button to avoid double posting

now i have converted every CreateObject to CreateDynamicObject and still the same codes i posted first
Re: Plugins ! -
Riddick94 - 08.10.2012
CreateDynamicObject is a seperate function of the streamer? CreateObject is a function provided by SA-MP Team with other functions and other way of how it works.