Posts: 202
Threads: 30
Joined: Jan 2017
i just heard that i can add objects without streamer plugin.Is that possible and how??
Posts: 202
Threads: 30
Joined: Jan 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?
Posts: 311
Threads: 27
Joined: May 2016
Reputation:
0
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.
Posts: 202
Threads: 30
Joined: Jan 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!