Can someone make me a script that i can use that automaticly removes any :
hl2 weapons
Vehicles
and any button spawners (regens)
please thanks,
For one you need to search the forums.
For two, just loop though ents and remove any with those classes.
[QUOTE=Vbits;21195746]For two, just loop though ents and remove any with those classes.[/QUOTE]
He asked how to do this. -.-
@ OP: Why not just blacklist them? Or maybe you want a timer which deletes them, say every 15 minutes?
[code]timer.Create (900, 0, function() -- Sadly, I dont know the function for it. :/[/code]
Sorry, you need to Log In to post a reply to this thread.