Hello Guys:
I am trying to detect the impact in one Pop up Target, the pop up targets of the training course, now i am ussing this Script:
i=0
Obj1 addeventhandler ["hit",{i = i + 1}]
#bucle
hint format ["%1 Impacts",i]
goto "bucle"
It donÂ't work in Mp, in Sp all work correct i can see 1 impacts, 2 impacts.... But when i try in Mp i only can see 0 Impacts
Some idea???