SA-MP Forums Archive
How to? - 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? (/showthread.php?tid=393553)



How to? - calzo2011 - 18.11.2012

how to put a mapping into filterscript


Re: How to? - CmZxC - 18.11.2012

Add the CreateObject lines under OnFilterScriptInit()
and if you use CreateDynamicObject use #include <streamer> aswell with lines under OnFilterScriptInit().

If you mapped in MTA use www.convertFFS.com to convert it to Create(Dynamic)Object.


Re: How to? - Threshold - 18.11.2012

Just plug in the converted mapping code under OnFilterScriptInit.