How to make a filterscript that loads 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: How to make a filterscript that loads objects?? (
/showthread.php?tid=561419)
How to make a filterscript that loads objects?? -
Samieastwood - 02.02.2015
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?
Re: How to make a filterscript that loads objects?? -
Sime30 - 02.02.2015
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!
Re: How to make a filterscript that loads objects?? -
Samieastwood - 02.02.2015
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.
Re: How to make a filterscript that loads objects?? -
CalvinC - 03.02.2015
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?