Getting spawned entities?
Hello, how to get for example all owrongs that are spawned in world to iterate through them?
In response to SkyeX ():
Hello, how to get for example all owrongs that are spawned in world to iterate through them?
What you want to do?
In response to klauz24 ():
What you want to do?
I want to iterate through x(int) owrongs in the world, and destroy them.
Server.Command("destroyall owrong");
Yeah, but it will destroy all owrongs. I'm trying to destroy owrongs above the limit, like 500.