Some Objects.. - 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: Some Objects.. (
/showthread.php?tid=434400)
Some Objects.. -
dorperez - 02.05.2013
I am using incognito object streamer,I have about 200 objects using this streamer but when I using more objects with incognito streamer it doesn't show all of them,but part of them ..
The plugin is updated,and I have "#include <streamer>" at the top of my GM..
Tnx for helpers !
Re: Some Objects.. -
jueix - 02.05.2013
Objects are to close to gether it goes that with some maps that have alot of objects near each other.
Re: Some Objects.. -
dorperez - 02.05.2013
Quote:
Originally Posted by jueix
Objects are to close to gether it goes that with some maps that have alot of objects near each other.
|
But 56 objects in 1 place its nothing ..
Re: Some Objects.. -
RajatPawar - 02.05.2013
I can't say much, but if streaming is quite a problem, you can try this:
https://sampforum.blast.hk/showthread.php?tid=428089
Re: Some Objects.. -
dorperez - 03.05.2013
Can I paste the code as CreateDynamicObject and it will work perfectly ? if I can paste it like CreateDynamicObject then its not working ..
Re: Some Objects.. -
Gamer_007 - 03.05.2013
CreateDynamicObject works for me and btw use the Rajat's object streaming include.Its gud thing for you
Re: Some Objects.. -
SimpalK - 03.05.2013
Convert objects from
www.convertffs.com
Or use Rajat's Suggestion.
Re: Some Objects.. -
dorperez - 03.05.2013
Quote:
Originally Posted by SimpalK
|
Convert it to what streamer ?
Re: Some Objects.. -
SimpalK - 03.05.2013
no, copy your map objects and paste there.
and then you will get converted objects and just copy them and paste in your script.
Your current map codes are CraeteObject?
Re: Some Objects.. -
dorperez - 03.05.2013
Quote:
Originally Posted by SimpalK
no, copy your map objects and paste there.
and then you will get converted objects and just copy them and paste in your script.
Your current map codes are CraeteObject?
|
I know how to convert bro..
I am using Incognito plugin ..(CreateDynamicObject) and its load some of the objects,I think that there is a limit or something ..