I need someone help me , anyway if you kill someone in Your team you get in scores -1 But I'm I not want it I want if You kill someone in your team You will get in scores 1 please guys help me. I need it so much
![](img/smiles/thoughtfully2.gif)
score -1 +2 = score +1.
addhook("kill","_killer") function _killer(killer,victim) if player(killer,"team")==1 and player(victim,"team")==1 or player(killer,"team")==2 and player(victim,"team")==2 then parse("setscore " .. killer .. " " .. player(killer,"score")+2) end end