24.03.2015, 06:07
Not really sure about your first problem,however for your second problem there are 2 ways to fix it
1) Try to reset everything (including server.cfg)
2) You probably deleted the below code, try adding it again to your script.
1) Try to reset everything (including server.cfg)
2) You probably deleted the below code, try adding it again to your script.
Код:
public OnFilterScriptInit() { print("\n------------------------"); print("Your Filterscript"); print("---------------------------\n"); return 1; } public OnFilterScriptExit() { return 1; } #else