PDA

View Full Version : HCE halo CE SAPP server event.txt help



Crenshaw
June 8th, 2012, 05:46 PM
Hi guys....

Im new to this forum in terms of registering but i've always been reading threads from here and checking out the site,
anyways i wanted to ask for some help on halo ce sapp server "event.txt" I have a home dedi server for halo ce and modified it
well enough with the sapp server. The problem I'm having is setting up the "event_tk_ban" so admins wont get banned for
teamkilling...here's what I have

event_tk $tk=1 $lvl<1 'say $n "\n DO NOT BETRAY YOUR TEAM OR YOU WILL BE BANNED!!";w8 2;say $n "Teamkill $tk, Reduced Speed Aquired For 60sec";s $n 0.75;w8 60;s $n 1'
event_tk $tk=2 $lvl<1 'say $n "\n YOU HAVE BEEN WARNED IDIOT!!";w8 2;say $n "Teamkill $tk, Reduced Speed Aquired For 60sec";s $n 1;s $n 0.50;w8 60;s $n 1'
event_tk $tk=3 $lvl<1 'Say $n "\n ONE MORE TEAMKILL AND YOU WILL BE BANNED!!";w8 2;say $n "Teamkill $tk, Reduced Speed Aquired For 60sec";s $n 1;s $n 0.25;w8 60;s $n 1'
event_tk $tk=4 $lvl<1 'Say $n "\n You have been BANNED for 4 teamkilling";w8 4;b $n 4 TeamKilling;w8 2;say * "$name has been BANNED for 4 Teamkilling"'

I think this is very much correct but for some unknown reason i cant get the last line to work..it still bans me n im the highest admin. Oh n 1 more thing, how to setup sapp to randomly choose a map of noone
votes fo a map?? because it keeps replaying the same map if noone votes. any help would be appreciated!!!!