17.02.2014, 09:56
afaik, filterscripts' stuff gets called before the gamemode ('s commands, f.ex).
this way any filterscript could stop processing commands. the way i would proceed, is to load all filterscripts, and search for "2 seconds". as soon you find this response, you can remove the if() check.
btw, which cmd processor are you using? z/y cmd, dcmd, or strcmp?
this way any filterscript could stop processing commands. the way i would proceed, is to load all filterscripts, and search for "2 seconds". as soon you find this response, you can remove the if() check.
btw, which cmd processor are you using? z/y cmd, dcmd, or strcmp?