23.05.2017, 03:20
You just can't paste a filterscript to the bottom of another, as that will definitely cause compiling issues with the possibility of some callbacks or functions already being used within the first filterscript.
Basically you need to copy/paste code from the second filterscript all into the appropriate callbacks within the first filterscript, defines with defines, variable declarations with variable declarations an so on.
Hope that cleared things up
Basically you need to copy/paste code from the second filterscript all into the appropriate callbacks within the first filterscript, defines with defines, variable declarations with variable declarations an so on.
Hope that cleared things up