Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2. if SERVER then
  3. timer.Create("cleanshit", 10, 1, function()
  4. for k, v in pairs(ents.FindByClass("prop_physics")) do
  5. v:Remove()
  6. end
  7. end)
  8. end
  9. print("Remove all ->MAP PROPS<- loaded")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement