Have you tried to just copy this ScriptBan function over to the filterscript?
(Search your other scripts that use this ScriptBan and locate the function for it)
Example of what it might look like:
Код:
ScriptBan(playerid,value,string[]){
// Some code
}