Report:
I got the stuff you sent, thanks again, because i couldn't see any error in my script i kinda figured it was something else.
No offense.
When i scrolled through the script i noticed something.
functionSomeNameHereArmor::onAdd(%this,%obj)
{
// Vehicle timeout
%obj.mountVehicle = true;
// Default dynamic armor stats
%obj.setRepairRate(0);
}
I checked something and i fixed it, but i want to tell you what was wrong so it won't happen again (hopefully).
If you got an onAdd fuction for your vehicle.
(Like: function SomeVehicleName::onAdd(%this,%obj) )
Please do add a parent in there.
(Like: Parent::onAdd(%this, %obj); )
Otherwise my overwrite of the onAdd function of the Armor class will not be executed and thus my code will never be used for that vehicle.
That is why the hands were not hidden.
Anyway, fixed it and sent a PM with the fixed version back to you.
Also, while testing your fixed version, i found an error in my support script.
PLEASE REDOWNLOAD SUPPORT_HANDSONVEHICLE NOWCaps because caps.