- Extends
- WIR_ModHandler
Copyright (c) 2005-2007 by Wormbo
$Id$
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- WormbotReporter.WIR_ModHandler
|
+-- WormbotHandlerAntiTCC.WIR_ModHandler_AntiTCC
Inherited Functions from WormbotReporter.WIR_ModHandler |
AcceptPlayInfoProperty, AddHandler, CriticalPlayer, Destroyed, FillPlayInfo, FormatPlayerName, GetDescriptionText, GetLocationNameFor, GetObjectiveName, GetObjectName, GetRemainingTime, HandleEndGame, HandleEndRound, HandleKill, HandleLocalizedMessage, HandleNewRound, HandleStringMessage, MatchStarting, Mutate, PostBeginPlay, ScoreObjective, UpdateLocationNames |
var config bool bReportKickReason;
var localized string descReportKickDetails;
var localized string lblReportKickDetails;
var localized string MsgInsecureClient;
var localized string MsgPlayerKicked;
MsgPlayerKickedDetails Source code
var localized string MsgPlayerKickedDetails;
static event string GetDescriptionText ( string PropertyName) )
function bool HandleStringMessage ( string Message, name Type) )
defaultproperties
{
bReportKickReason = True
lblReportKickDetails = "(AntiTCC) Report Kick Details"
descReportKickDetails = "Report the details on why a player was kicked."
MsgInsecureClient = "[^K]04[%r] %m[^O]"
MsgPlayerKicked = "[%r] %p[^O] was kicked from the server by Anti TCC ([^B]%m[^B])"
MsgPlayerKickedDetails = "[%r] %p[^O] was kicked from the server by Anti TCC ([^B]%m[^B] - %d)"
}
|
Creation time: Do 14.8.2014 09:58:29.910 - Created with
UnCodeX