• prop_physics_multiplayer per luascript delete?
    1 replies, posted
Can a lua script delete prop_physics_multiplayer?
[lua] hook.Add("InitPostEntity","RemoveProps",function() for _,ent in pairs(ents.FindByClass("prop_physics_multiplayer")) do ent:Remove() end end) [/lua]
Sorry, you need to Log In to post a reply to this thread.