// Activate this to use "silent mode", means no message to all clients and let clients crash instand of kicking.
// Noone will notice the anticheat and it all seems like a big mystery, why all of them crash while cheating :)
#define SILENT_MODE
Sobald ich das // von #define SILENT_MODE wegmache kommen folgende Warnings:
ScriptPack\filterscripts\DT_Anticheat.pwn(233) : warning 204: symbol is assigned a value that is never used: "string"
ScriptPack\filterscripts\DT_Anticheat.pwn(273) : warning 204: symbol is assigned a value that is never used: "string"
ScriptPack\filterscripts\DT_Anticheat.pwn(980) : warning 204: symbol is assigned a value that is never used: "string"
Ist das ein Problem oder kann ich das einfach übernehmen ?