886
Add-Ons / Re: [Vehicle] Technical / Heavy Machine Gun
« on: December 10, 2017, 07:00:26 PM »
Yeah I forgot an eye node in the stand DTS lol. I'll update soon
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Is it possible for you to provide a Bot Template with the tilting feature at some point? I have a few bot vehicles that weren't released and they would benefit a lot with this feature.
Hey having a big issue here where for some reason entering the gun makes my screen white and then my game crashes
Rally [6]
function armor::onMount(%this,%obj,%col,%slot)
{
Parent::onMount(%this,%obj,%col,%slot);
if(%col.getDataBlock() == TankVehicle.getId())
{
if(%slot $= 2)
{
%obj.setLookLimits(1,0);
}
}
else if(%col.getDataBlock() == TankTurretPlayer.getId())
{
%client = %obj.client;
if(isObject(%client))
ServerCmdUnUseTool(%client);
}
}
Actually it might not be that hard, I could just set the look limits over time instead of snapping them. I'll forget with that too

Is the head able to move to the side?
Isn't there a way to clean it up? Because that feature would be incredibly useful for bot vehicles.
can you clarify how you know what limits to set, as the limits would change based on direction you’re facing? are you comparing normal of face you’re on to your eye?

who the forget dies in working solar

https://blocklandglass.com/addons/addon.php?id=707