Ossmens Posted March 2, 2008 Report Share Posted March 2, 2008 (edited) piemeram es speleju cs savaa serveri ienaak 4iters sturiti tikai parada ka bans notiekas, bet pasu vinu neizsveiz mo6 man nav pareizi kut kas ar actioniem ? Mani optioni //====================================================// // Reallite HLGuard Anti-Cheat // // Автор: DJ_WEST // // Copyright ? Reallite Labs, 2002-2007 // // Версия: 2.4 // // Сайт: http://reallite.cs2.ru // //====================================================// //====================================================// // Другое действие // //====================================================// // v - сообщение в игре, запись в логи и удаление игрока с сервера hlg_action "v:found" "hlg_writefile %L/rhlg_other.txt;hlg_write \'%d %h [Reallite HLGuard 2.4] -> %n<%w><%i> <%y> on %m\'" hlg_action "v:found" "hlg_writefile %L/rhlg_other.htm;hlg_write \'%d %h [Reallite HLGuard 2.4] -> <b>%n</b>(<b>%w</b>)(<b>%i</b>) <b>%y</b> on <b>%m</b><br>\'" hlg_action "v:found" "hlg_log \'%n<%w><%i> triggered <%y>\'" hlg_action "v:found" "hlg_say \'[RHLG] Violation by %n(%w)\';hlg_say \'[RHLG] Violation: %y\';hlg_say \'[RHLG] Punishment: Kick\'" hlg_action "v:found:3" "kick #%u [RHLG] You have been kicked. Reason: %y" //====================================================// // Действия при обнаружении читерского ника // //====================================================// // z - сообщение в игре, запись в логи и бан на 2 часа hlg_action "z:found" "hlg_writefile %L/rhlg_namebanlist.txt;hlg_write \'%d %h [Reallite HLGuard 2.4] -> %n<%w><%i> <%y> on %m <2 hours ban>\'" hlg_action "z:found" "hlg_writefile %L/rhlg_namebanlist.htm;hlg_write \'%d %h [Reallite HLGuard 2.4] -> <b>%n</b>(<b>%w</b>)(<b>%i</b>) <b>%y</b> on <b>%m</b> <2 hours ban>\'" hlg_action "z:found" "hlg_log \'%n<%w><%i> triggered <%y>\'" hlg_action "z:found" "hlg_say \'[RHLG] Violation by %n(%i)\';hlg_say \'[RHLG] Violation: %y\';hlg_say \'[RHLG] Punishment: 2 hours ban\'" hlg_action "z:found:3" "amx_banipxxxx 120 %i [Reallite HLGuard] %y" //====================================================// // Поддержка AMXBans // // Удалите комментарий перед строкой ниже, чтобы // // включить поддержку. А также установите комментарий // // перед строкой выше. // //====================================================// // hlg_action "z:found:3" "amx_banipxxxx 120 %i [Reallite HLGuard] %y" //====================================================// // Действия при обнаружении скрипта // //====================================================// // i - сообщение в игре, запись в логи и бан на 7 суток hlg_action "i:found" "hlg_writefile %L/rhlg_detectionlist.txt;hlg_write \'%d %h [Reallite HLGuard 2.4] -> %n<%w><%i> <%y> on %m <7 days ban>\'" hlg_action "i:found" "hlg_writefile %L/rhlg_detectionlist.htm;hlg_write \'%d %h [Reallite HLGuard 2.4] -> <b>%n</b>(<b>%w</b>)(<b>%i</b>) <b>%y</b> on <b>%m</b> (7 days ban)<br>\'" hlg_action "i:found" "hlg_log \'%n<%w><%i> triggered <%y>\'" hlg_action "i:found" "hlg_say \'[RHLG] Violation by %n(%i)\';hlg_say \'[RHLG] Violation: %y\';hlg_say \'[RHLG] Punishment: 7 days ban\'" hlg_action "i:found:3" "amx_banipxxxx 10080 %i [Reallite HLGuard] %y" //====================================================// // Поддержка AMXBans // // Удалите комментарий перед строкой ниже, чтобы // // включить поддержку. А также установите комментарий // // перед строкой выше. // //====================================================// // hlg_action "i:found:3" "amx_banipxxxx 10080 %i [Reallite HLGuard] %y" //====================================================// // Действия при использовании запрещенного значения // //====================================================// // u - сообщение в игре, удаление игрока с сервера и запись в логи hlg_action "u:found" "hlg_writefile %L/rhlg_cvarviolations.txt;hlg_write \'%d %h [Reallite HLGuard 2.4] -> %n<%w><%i> <%y> on %m\'" hlg_action "u:found" "hlg_writefile %L/rhlg_cvarviolations.htm;hlg_write \'%d %h [Reallite HLGuard 2.4] -> <b>%n</b>(<b>%w</b>)(<b>%i</b>) <b>%y</b> on <b>%m</b><br>\'" hlg_action "u:found" "hlg_log \'%n<%w><%i> triggered <%y>\'" hlg_action "u:found" "hlg_say \'[RHLG] Violation by %n(%w)\';hlg_say \'[RHLG] Violation: %y\';hlg_say \'[RHLG] Punishment: Kick\'" hlg_action "u:found:3" "kick #%u [RHLG] You have been kicked. Reason: %y" //====================================================// // Действия при обнаружении запрещенной программы // //====================================================// // o - сообщение в игре, запись в логи и пернаментный бан hlg_action "o:found" "hlg_writefile %L/rhlg_detectionlist.txt;hlg_write \'%d %h [Reallite HLGuard 2.4] -> %n<%w><%i> <%y> on %m <permanent ban>\'" hlg_action "o:found" "hlg_writefile %L/rhlg_detectionlist.htm;hlg_write \'%d %h [Reallite HLGuard 2.4] -> <b>%n</b>(<b>%w</b>)(<b>%i</b>) <b>%y</b> on <b>%m</b> (permanent ban)<br>\'" hlg_action "o:found" "hlg_log \'%n<%w><%i> triggered <%y>\'" hlg_action "o:found" "hlg_say \'[RHLG] Violation by %n(%i)\';hlg_say \'[RHLG] Violation: %y\';hlg_say \'[RHLG] Punishment: Permanent ban\'" hlg_action "o:found:1" "rhlg_screen %n" hlg_action "o:found:3" "amx_banipxxxx 0 %i [Reallite HLGuard] %y" //====================================================// // Поддержка AMXBans // // Удалите комментарий перед строкой ниже, чтобы // // включить поддержку. А также установите комментарий // // перед строкой выше. // //====================================================// // hlg_action "o:found:3" "amx_banipxxxx 0 %i [Reallite HLGu Edited March 2, 2008 by Ossmens Link to comment Share on other sites More sharing options...
juranx Posted March 2, 2008 Report Share Posted March 2, 2008 Tu visu peec lazdas pamacibas taisiji? Link to comment Share on other sites More sharing options...
BINLADENS Posted March 2, 2008 Report Share Posted March 2, 2008 peec lazdas pamaaciibas man nemaz neiet tas plugins raada kautkaa bad running Link to comment Share on other sites More sharing options...
Ossmens Posted March 2, 2008 Author Report Share Posted March 2, 2008 var kaads man stashiit lai vis ietu ja man ir amxbans un ban komanda amx_banipxxxx Link to comment Share on other sites More sharing options...
tankeris Posted March 2, 2008 Report Share Posted March 2, 2008 amxbani? Link to comment Share on other sites More sharing options...
Ossmens Posted March 2, 2008 Author Report Share Posted March 2, 2008 ew tad var kaads parlabot rlh_actions lai banotu ? ja man ban komanda amx_banipxxxx blockeetos tustinus bano viss ok, bet ar to cdhack paradas sturi,bet nemaet aaraa neka pat ban neliek! Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now