SA-MP Forums Archive
Objects without streamer - 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: Objects without streamer (/showthread.php?tid=643135)



Objects without streamer - Ilias_ - 14.10.2017

i just heard that i can add objects without streamer plugin.Is that possible and how??


Re: Objects without streamer - Zeth - 14.10.2017

Yes, it is possible but streamer.inc(by Incognito) added much more natives to work with.
More Examples here wiki.samp.com


Re: Objects without streamer - Ilias_ - 14.10.2017

Quote:
Originally Posted by Debjit
Посмотреть сообщение
Yes, it is possible but streamer.inc(by Incognito) added much more natives to work with.
More Examples here wiki.samp.com
Alright,i want to create a filterscript and add mapping into.I know that with streamer isnt possible,so i have to convert my createdynamicobject to what?


Re: Objects without streamer - Fratello - 14.10.2017

You can use default & native function CreateObject without streamer as far as I know. If you're using streamer then it would be good to convert from CreateObject to CreateDynamicObject.


Re: Objects without streamer - Ilias_ - 14.10.2017

Quote:
Originally Posted by Fratello
Посмотреть сообщение
You can use default & native function CreateObject without streamer as far as I know. If you're using streamer then it would be good to convert from CreateObject to CreateDynamicObject.
thanks!


Re: Objects without streamer - Nyzenic - 14.10.2017

it is possible

https://sampwiki.blast.hk/wiki/CreateObject

However there is a limit of 1000 objects when you use this so i suggest using streamer plugins