1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
addhook("kill","streak2")
function streak2(id,x,y,victim,killer,weapon)
if player(killer,"score") == 2 then
if player(killer,"deaths") == 0 then
msg("©000255000"..player(killer,"name").." Made 2 kills in a row!")
end
end
end
addhook("kill","streak3")
function streak3(id,x,y,victim,killer,weapon)
if player(killer,"score")== 5 then
if player(killer,"deaths") == 0 then
msg("©000255000"..player(killer,"name").." Is a semi - pro!")
end
end
end
Thanks for your help
~ FN_Linkin Park