SA-MP Forums Archive
One Question - 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: One Question (/showthread.php?tid=521046)



One Question - cleanboy - 21.06.2014

is it possible to combine gamemode and filterscripts? i mean if i put all things that were on the fs and put it in the gamemode it will be fine?


Re: One Question - Rittik - 21.06.2014

Yes, it will be fine.


Re: One Question - cleanboy - 21.06.2014

oh thanks bro


Re: One Question - Threshold - 21.06.2014

Please ignore Rittik, he doesn't understand half the stuff he talks about.

The only way you can combine a gamemode and filterscript is by copying one and pasting it into the other. HOWEVER, you need to check if there are any conflicting global variables, conflicting callbacks etc.

In short, it's not recommended unless you know what you need to look for and know what you're actually doing.


Re: One Question - cleanboy - 21.06.2014

yes i understand,, there should be non repeating variables and etc...