Author Topic: No Arms?  (Read 1246 times)

is it possible to make any weapon so you dont put arms up?
i tried screwen around with this-

Code: [Select]
function minigunImage::onMount(%this,%obj,%slot)
{
Parent::onMount(%this,%obj,%slot);
           ------>%obj.playThread(0, armreadyboth);<------
}
}

but i couldnt get it to go, ......................anyone?

Change:
Code: [Select]
armReady = true;
LarmReady = true;
To:
Code: [Select]
armReady = false;
LarmReady = false;

And take out that armreadyboth thread command

Are you sure you aren't editing only the minigun instead of your own weapon?