Posts: 212
Threads: 91
Joined: Jul 2013
Reputation:
0
basically i have mapped in lots of objects. how do i add it in without putting it in my gamemode. can i make a filterscript that does that?
Posts: 348
Threads: 26
Joined: Oct 2012
Reputation:
0
Sure. Open PAWNO, new file, follow the steps written in comments how to make a filterscript, paste your codes under OnFilterscriptInit, Compile, Save it in Filterscripts, open your server.cfg, put your filterscript's name like this: "filterscripts MyFilterscript" , save, run your server and enjoy!
One notice: If you are using Dynamic objects, include streamer at the top of the filterscript!
Posts: 212
Threads: 91
Joined: Jul 2013
Reputation:
0
i did that, but now when i run away from the object it disappears all i can see is under the map but when i go closer i can see it. i have stream fix to. and i i put <streamer> it also happens to my friends.
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
Make sure you're not loading too many normal objects, as it will interfere with the amount of streamer objects that can be swapped around.
Also, it might be appearing because you are loading dynamic objects in 2 different places?