Discord
Steam
/
Garry's Mod
/
Developers
/
prop_physics_m..
Login/Join
Event Log
prop_physics_multiplayer per luascript delete?
1 replies, posted
Search
In This Thread
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.