Code:
;********************************
;init Script by Nikiller v0.9b
;contact: nikillerofp@hotmail.fr
;********************************
nik_friendly=[p1,p2,p3,p4,p5,p6,p7,p8,p9,c1,c2,c3,c4,c5,c6,c7,c8,c9]
;-----------------------------------------------------------------------------------------
; Friendly fire
;-----------------------------------------------------------------------------------------
nik_friendlyfire=0
{_x addEventHandler ["killed",{[(_this select 0),(_this select 1)] exec "player\friendly_fire\friendly_fire.sqs"}]} forEach nik_friendly
exit