SA-MP Forums Archive
Filterscript help - 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: Filterscript help (/showthread.php?tid=629885)



Filterscript help - silverms - 05.03.2017

mm hey so I was thinking that is there a way like to put in the gamemode if a specific filterscript is included the gamemode runs normaly if not it shut down?


Re: Filterscript help - LEOTorres - 05.03.2017

Код:
#include "../filterscripts/yourfilterscript.pwn"
Be careful though, you'll run into a lot of errors if the filterscript isn't synced sufficiently with your gamemode.