Posted: Tue Aug 19, 2014 11:10 pm Post subject: Re: punish on server 1
Thought it was qued they spawn punish kicks in?
Happend to me a few times where you spawn and get punished for a previous indiscretion.
Also noticed on our server if the victim keeps repeatadly typing !p you get punished even on the safe list think it some how knots the system with punish spamming monkeys
Posted: Wed Aug 20, 2014 6:36 am Post subject: Re: punish on server 1
TBH i dont know and care little having AFAIK never been punished and actually died apart from when ive turned it off for testing,
I have seen on some occasions it saying something like "no tk found to punish" but didnt really look into it that closely.
Posted: Wed Aug 20, 2014 6:19 pm Post subject: Re: punish on server 1
Frankly i see no reason why the punishes / kills wouldnt be displayed in chat..
if anyone interested heres the config for punishment , should clear tings up a bit.
"On Spawn;ServerFirst;Set %ini_punish% 0
On TeamKill;PlayerSay %p% you TEAMKILLED %v%. Watch your fire! This is your %c% victim.
On TeamKill;VictimSay %v%: !p or !f
# Team Kill Tracking Rulz
On TeamKill;Set %server_lastteamkill[%p%]% %v%
On TeamKill;Set %server_lastteamkiller[%v%]% %p%
# Team Kill Punish Rulz
On Say;Text !p,!punish;If %server_lastteamkiller[%p%]% == 0;PlayerSay %p%: could not find a recent team kill to punish.
On Say;Text !p,!punish;If %server_lastteamkiller[%p%]% != 0
Incr %ini_punish_count[%server_lastteamkiller[%p%]%]%
If %ini_punish_count[%p%]% == 4;TempBan 7200 %p% TempBan 2 hours;Set %ini_punish_count[%p%]% 0
TargetPlayer %server_lastteamkiller[%p%]%;TargetAction PlayerSay %t% killed for team killing.;TargetAction Kill;TargetConfirm;Set %server_lastteamkiller[%p%]% 0
# Team Kill Forgive Rulz
On Say;Text !f,!forgive;If %server_lastteamkiller[%p%]% == 0;PlayerSay %p%: could not find a recent team kill to forgive.
On Say;Text !f,!forgive;If %server_lastteamkiller[%p%]% != 0;TargetPlayer %server_lastteamkiller[%p%]%;Set %server_lastteamkill[%server_lastteamkiller[%p%]%]% 0;TargetAction PlayerSay %t% was forgiven by %p%.;Set %server_lastteamkiller[%p%]% 0
#Leave
On Leave;Set %ini_punish_count[%p%]% 0"
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum