• Freeze entity?
    3 replies, posted
Simple question, how did I freeze an entity in LUA. I can't find it on the wiki, it's probably something simple. Any ideas?
[b][url=http://wiki.garrysmod.com/?title=Entity.SetMoveType]Entity.SetMoveType [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b], MOVETYPE_NONE
Thanks
Or you can do, ent:GetPhysicsObject():EnableMotion(false). So that you can animate it at a later time.
Sorry, you need to Log In to post a reply to this thread.