Posts: 204
Threads: 47
Joined: May 2014
Reputation:
0
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?
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
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.
Posts: 204
Threads: 47
Joined: May 2014
Reputation:
0
yes i understand,, there should be non repeating variables and etc...