Code: Show/Hide ; cd (cheat detection) [smong jul 14 2006]
; add in to global.conf [Security] ; bitfield: 0=do nothing, 1=warn sysop, 2=spec ; 4=kick, 8=take action on (and after) second offense only. ; simply add the numbers, ; fx: warn & kick & second offense, 1 + 4 + 8 = 13 CheckWeaponLevel = 13 CheckShrapnel = 13 CheckPrizePickups = 13 CheckItemUsage = 13 CheckUfo = 13 CheckFastBombing = 3 FastBombingThreshold = 5 CheckMapHack = 1 CheckEnergyHack = 1 CheckShipHack = 1 |