hi there
can u help...
I have fig 11 targets to pop up every 5 secs and drop down with 3 shots..
only trouble is they reset at zero degrees and go back to full health ..so say if i shoot a target which is 45 degrees it pops back up at zero.. same as 180..the target pops up facing backwards...
i use the script below which all the credit goes to bedges and triggerhappy
(thanks dudes)..can anyone help on the final piece to the jigsaw..
many thanks a bald 22jacket who has pulled all his hair out..lol..
_targ = _this select 0
_x = getpos _targ select 0
_y = getpos _targ select 1
_type = typeof _targ
~5
deletevehicle _targ
_newtarg = _type camcreate [_x, _y, 0.9]
_newtarg addeventhandler ["killed",{_this exec "popup.sqs"}]
exit