• How do you disable shipment weapon display?
    2 replies, posted
This is what I want to disable. The floating guns that tell you what's inside the shipment: [URL="http://cloud-2.steampowered.com/ugc/937001548242312042/312999814E1EDBDE5B9CC4FC8AC6EFC0F02FB373/1024x769.resizedimage"]http://cloud-2.steampowered.com/ugc/937001548242312042/312999814E1EDBDE5B9CC4FC8AC6EFC0F02FB373/1024x769.resizedimage[/URL]
Go into DarkRP > Entities > Entities > Spawned_shipment > init.lua find this [CODE] local weaponAng = self:GetAngles() local weaponPos = self:GetAngles():Up() * 40 + weaponAng:Up() * (math.sin(CurTime() * 3) * 8) weaponAng:RotateAroundAxis(weaponAng:Up(), (CurTime() * 180) % 360) [/CODE] Play around with it until it does what you want. Keep a backup file just in case.
Sorry but that didn't work:( The gun was floating in the middle of the box, and you couldn't get guns from shipments anymore.
Sorry, you need to Log In to post a reply to this thread.