• How do I make it so players can grav gun heavy objects?
    6 replies, posted
How do I make it so players can grav gun heavy objects? I have a piano entity on my server and people cannot grav gun it because it is too heavy. Any way to change this?
You could try setting the mass of the entity to a smaller number. [url]https://wiki.garrysmod.com/page/PhysObj/SetMass[/url]
There's a console command (physcannon_maxforce) that lets you change the gravity gun's overall force, if that's what you're looking for.
[QUOTE=Matsumoto;51637428]You could try setting the mass of the entity to a smaller number. [url]https://wiki.garrysmod.com/page/PhysObj/SetMass[/url][/QUOTE] Sorry to bump this thread but would this go in the shared.lua?
[QUOTE=vkk;52324228]Sorry to bump this thread but would this go in the shared.lua?[/QUOTE] This would go in the entities file. Wherever you're creating the entity/object.
[QUOTE=Richtofen;52324539]This would go in the entities file. Wherever you're creating the entity/object.[/QUOTE] Sorry, I meant the shared.lua of the entity file.
[QUOTE=vkk;52325903]Sorry, I meant the shared.lua of the entity file.[/QUOTE] Yes sir. That would be where you specify it.
Sorry, you need to Log In to post a reply to this thread.