Quote:
Originally Posted by NLDBrian
For some reason my objects only load when you are like standing ontop of it (It despawns when distance is more than about 3m).. I've tried to define the DD and SD BEFORE the streamer include.. This didn't work!
An example of my object string:
pawn Код:
CreateDynamicObject(8652,1232.19995117,-1432.09997559,13.39999962,0.00000000,0.00000000,89.00000000);
I already tried the following:
pawn Код:
CreateDynamicObject(8652,1232.19995117,-1432.09997559,13.39999962,0.00000000,0.00000000,89.00000000, 0, 0, 400); //0, 0, 400 = VW, Int, Distance
Please help me out here!
|
Maybe you have too many regular Create
Object, each one of those will take a slot, so you will see less and less "dynamic"
objects if you have more and more regular
objects. Also, try recompiling all of your scripts (gamemode + filterscripts).
Quote:
Originally Posted by ToiletDuck
|
After a while ? That may be a
Streamer Plugin bug which probably appeared in v2.9.0. You could try downgrading to v2.8.2 and see if it got fixed and report back to us. Which version are you using now ? v2.9.1 from the "Releases" tab on GitHub ?
Quote:
Originally Posted by RedFall
is this working in windows xp? it always load failed plugin
|
I compiled one of the latest changes of the
streamer for Windows XP:
https://github.com/samp-incognito/sa...ment-329974272 . You have the download link in there. If it is still not working, try to download this:
https://www.microsoft.com/en-us/down....aspx?id=40784 (you need to install the _x86 one). You should really upgrade to at least Windows 7 if possible, Windows XP is deprecated (many applications aren't supporting Windows XP anymore) and vulnerable.