Quote:
Originally Posted by Redgie
pawn Код:
for(new ObjID = 0; ObjID < 50; ObjID++) { new Object = CreateObject(101,0,0,0,0,0,0); MoveObject(Object,10,10,0); }
All your really doing though is creating 50 objects ontop of eachother?
|
yea its just an example, they dont all come to the same place but in this example yes so your code wont realy help cuz your code make them all go to 1 spot :P