Hi, "The Spaniard strikes back", ¿qué tal?
Well, I don't know if its gonna work, but try it. When you camcreate something, you put (at least I put it):
thing = "whatever" camcreate (getpos whatever)
WHere thing is the name you have given to the thing you have created. So if you want it to stay at a chopper's position, create a trigger, script, etc, activated when the thing is camcreated, where you put, in a loop:
#loop
thing setpos (getpos chopper)
~0.001
goto "loop"
I haven't tried it so I don't know whether or not it works.