GetObjectModelID ??
#2

You could store the objectids in an array when the objects are created.

Код:
new objectIDArray[5000]; // change 5000 to whatever your max objects is.
...
new model = 700;
new id = CreateObject(model, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
objectIDArray[id] = model;
Something along those lines.
Reply


Messages In This Thread
GetObjectModelID ?? - by Azazelo - 11.05.2012, 20:12
Re: GetObjectModelID ?? - by Yasahiro - 11.05.2012, 20:33
Re: GetObjectModelID ?? - by Azazelo - 11.05.2012, 20:40

Forum Jump:


Users browsing this thread: 1 Guest(s)