Today i maked one script and me need your help.
So, i want to make script e.t. if your team is terrorsts and you killed somebody you will be wanted, my example but it didn't work :
1
2
3
4
5
6
2
3
4
5
6
addhook("kill","playerkill") function playerkill(killer,victim) 		if player(killer,id) team==1 then 		msg2("©255000000Caution cops! ..player(killer,name).. WANTED FOR MURDER!") end end