Use this mod on your own risk. I take no responsibility what so ever for anything that might happen when using it. You do not have permission to decompile or modify this mod in any form. The source code will NOT be released for download so please don't ask. This mod may NOT be re-distributed.
Holy Order Knights
Legion of Light

The following information handles the Admin commands broadcasting message. For example, when you 'punish' somebody (ampunish target) what the target's message on the screen will be and what the other clients will see on their screen.

Example

g_dsPunishGroupMsg "You're all receiving\nPunishment!" 
g_dsPunishBroadMsg "%s\n is receiving\nPunishment" 
g_dsPunishTargetMsg "You are a fool!\nNow you receive\nPunishment!" 

When 'ampunish' is done on Everyone, all clients will see: 
'You're all receiving' 
'Punishment!' 

When 'ampunish is done on YOU, you will see: 
'You are a fool!' 
'Now you receive' 
'Punishment!' 

When 'ampunish' is done on somebody called 'Padawan', he will see the TargetMsg while all others will see this following message on their screen.
'Padawan' 
' is receiving' 
'Punishment' 

The CVAR

Everything stands for something, lets take a look at the cvar: g_dsPunishGroupMsg 
'g_ds' = Shows its a new CVAR. 
'Punish' = Shows the specific Admin Command, ampunish in this case. 
'GroupMsg' = The message that shows when the command is performed on everyone. 

Message Options: 

GroupMsg = The message that shows then the Command is performed on everyone. 
BroadMsg = The message that shows to everyone except the target. 
TargetMsg = The message that shows on only the target. 

Definitions

%s will show the targets name on the screen (BroadMsg Only) 
\n will appear as a new line on the screen. 

All Broadcasting CVAR's

g_dsTeleBroadMsg ""
g_dsTeleTargetMsg ""

g_dsProtectGroupMsg ""
g_dsProtectBroadMsg ""
g_dsProtectTargetMsg ""

g_dsUnProtectGroupMsg ""
g_dsUnProtectBroadMsg ""
g_dsUnProtectTargetMsg ""

g_dsUnSilenceGroupMsg ""
g_dsUnSilenceBroadMsg ""
g_dsUnSilenceTargetMsg ""

g_dsSilenceGroupMsg ""
g_dsSilenceBroadMsg ""
g_dsSilenceTargetMsg ""

g_dsUnEmpowerGroupMsg ""
g_dsUnEmpowerBroadMsg ""
g_dsUnEmpowerTargetMsg ""

g_dsEmpowerGroupMsg ""
g_dsEmpowerBroadMsg ""
g_dsEmpowerTargetMsg ""

g_dsUnTerminatorGroupMsg ""
g_dsUnTerminatorBroadMsg ""
g_dsUnTerminatorTargetMsg ""

g_dsTerminatorGroupMsg ""
g_dsTerminatorBroadMsg ""
g_dsTerminatorTargetMsg ""

g_dsExplodeTargetMsg ""
g_dsExplodeBroadMsg ""
g_dsExplodeGroupMsg ""

g_dsSlapGroupMsg ""
g_dsSlapBroadMsg ""
g_dsSlapTargetMsg ""

g_dsUnPunishGroupMsg ""
g_dsUnPunishBroadMsg ""
g_dsUnPunishTargetMsg ""

g_dsPunishGroupMsg ""
g_dsPunishBroadMsg ""
g_dsPunishTargetMsg ""

g_dsWakeGroupMsg ""
g_dsWakeBroadMsg ""
g_dsWakeTargetMsg ""

g_dsSleepGroupMsg ""
g_dsSleepBroadMsg ""
g_dsSleepTargetMsg ""