• |Need Help| Auto-Freeze props
    0 replies, posted
Hello I have a big problem, on my server, every ~ 20 seconds or rather every time someone spawn a props the props this freeze (even when we have it with the physic-gun) and we have to let it go then take it back and it's very painful, could you please help me I'm looking for 5 days .. e=ents.FindByClass("prop_physics") for _,e in pairs(e) do if e:IsValid() then p=e:GetPhysicsObject() if (IsValid(p)) then p:EnableMotion(false) end end end... rcon from "208.103.169.206:57274": command "lua_run e=ents.FindByClass("prop_physics") for _,e in pairs(e) do if e:IsValid() then p=e:GetPhysicsObject() if (IsValid(p)) then p:EnableMotion(false) end end end" eml_macid[1003]: Changing collision rules within a callback is likely to cause crashes! Thanks :/
Sorry, you need to Log In to post a reply to this thread.