Jump to content
Sign in to follow this  
ramon_dexter

createSimpleObject nvg

Recommended Posts

So, I' trying to spawn a dummy nvg on players & units, but nothing I gtried so far works. Looks like the model "\A3\Weapons_F_exp\Binocular\O_NVGoggles_grn_F.p3d" cannot be used for simpleObjects. Or am I worng and using improper way?

 

_pos = getPos p_pole;
_obj = createSimpleObject ["\A3\Weapons_F_exp\Binocular\O_NVGoggles_grn_F.p3d", _pos];

 

Share this post


Link to post
Share on other sites

Yeah, found that while testing. Simpleobject is good for static objects, but too limited for units. Found different solution tho.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×