• Gravgun a prop
    2 replies, posted
Hello guys, well a year ago i bought a Farming system for 2.4.3 version of DarkRP, now i've fixed 99% the only issue im having is that i can't gravgun i've tried doing ( Admin can gravgun block entities ) and things like that but nothing... Can anyone help me? Here's the entity that i'am trying to grav. Thanks ! [code] for k,v in pairs(pos) do local ent = ents.Create("spawned_food") ent:SetModel("models/props/cs_italy/bananna_bunch.mdl") ent:SetPos(self:GetPos() + v) ent.Sellable = true ent:Spawn() ent:GetPhysicsObject():EnableMotion(false) table.insert(self.Fruit, ent) end [/code] Also does anyone know how to hide CVars? like if i change prop limit it doesn't show-up in chat? Thanks.
So you're trying to make entities that gravity gun can pick up?
[QUOTE=Masster;46719953]So you're trying to make entities that gravity gun can pick up?[/QUOTE] I'm pretty sure that is what he said. Could [URL="http://wiki.garrysmod.com/page/GM/GravGunPickupAllowed"]this [/URL]help?
Sorry, you need to Log In to post a reply to this thread.