OK, i can't find any solution to this...I know the command has changed in 1.75, and i don't know how to use it now.
this is the script working under 1.46, a simple missil-follow cam.
_i = 0
@((_actor ammo "carlgustavlauncher") == 0)
_disparo = nearestObject [_actor, "carlgustav"]
_camera camSetTarget _disparo
_camera camCommit 0
_camera camSetRelPos [1,0,1]
_camera camCommit 0
Thanx for reading this.