10.03.2017, 05:07
Try something like this:
Then whenever you create the actor, do so like this:
Then it'd be like:
No idea if this would work, just an idea.
Код:
new actors[4]; // Change 4 to 1 more than however many actors you want.
Код:
actor[0] = CreateActor(0, 0.0, 0.0, 3.0, 0.0);
Код:
if(actor[0]) { //Do something here. }