PDA

View Full Version : Hidden weapon



RobsoN
4th August 2013, 21:14
Hello everyone,

Is it possible to create weapon with no model and no animation like "invisible gun" ?
I need it for my mini helicopter script) I replaced worldmodel and playermodel into tag_origin, and it worked but
i can still see the hand (which is idle animation). Anybody know how to remove this hand animation?

randall
4th August 2013, 21:19
disableWeapon();

RobsoN
4th August 2013, 21:24
Thanks for reply randall, but disableweapon function disables shooting, what I need here.

Anyways, problem solved.

If someone will have similar problem, just put "viewmodel_potato_idle" animation every animation field.