07.01.2012, 19:05
Hi, i have this variables :
And, how i can do simply this like :
pawn Код:
new barrel[14];
barrel[0] = CreateDynamicObject(1225, -1406.53, 986.81, 1023.33, 0.00, 0.00, 0.00);
....
barrel[13] = CreateDynamicObject(1225, -1377.71, 990.16, 1023.29, 0.00, 0.00, 0.00);
pawn Код:
DestroyObject(barrel[index]);
barrel[index] = CreateObject()