15.10.2011, 20:07
(
Последний раз редактировалось Tom1412; 15.10.2011 в 20:45.
)
hey,
I'm making a create cone command, and I'v done it so you can create loads of cones.
But When i do the /removecones it only removes the last one help.
How can i do it so it removes all object that are cones( object id = 1238 )
Iv removed the FS, Sorry I just need a way to remove all the cones that have been created.
Just using Cone = CreateObject
And i tryed to use DestroyObject(Cone);
But that only destroys that last one made.
I'm making a create cone command, and I'v done it so you can create loads of cones.
But When i do the /removecones it only removes the last one help.
How can i do it so it removes all object that are cones( object id = 1238 )
Iv removed the FS, Sorry I just need a way to remove all the cones that have been created.
Just using Cone = CreateObject
And i tryed to use DestroyObject(Cone);
But that only destroys that last one made.