Posts: 426
Threads: 128
Joined: Aug 2013
Reputation:
0
Is there any way to loop all objects by some ID and delete them?
Posts: 385
Threads: 10
Joined: Dec 2013
Reputation:
0
You can't delete all objects, it'll just freeze the client lol...
It's too much to handle, it can't be done.
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
There's no function to get an object id.
You need to create them, and assign them to an array or variables in order to use them.
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
That destroys all objects, he was asking to destroy objects by the object id.