Moveobject trough a loop
#3

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
Reply


Messages In This Thread
Moveobject trough a loop - by DaneAMattie - 15.08.2010, 21:45
Re: Moveobject trough a loop - by Redgie - 15.08.2010, 21:52
Re: Moveobject trough a loop - by DaneAMattie - 15.08.2010, 21:57
Re: Moveobject trough a loop - by Redgie - 15.08.2010, 21:58
Re: Moveobject trough a loop - by DaneAMattie - 15.08.2010, 22:00
Re: Moveobject trough a loop - by DaneAMattie - 15.08.2010, 22:05
Re: Moveobject trough a loop - by Redgie - 15.08.2010, 22:07
Re: Moveobject trough a loop - by DaneAMattie - 15.08.2010, 22:10
Re: Moveobject trough a loop - by Tr1viUm - 15.08.2010, 22:23
Re: Moveobject trough a loop - by DaneAMattie - 15.08.2010, 22:24

Forum Jump:


Users browsing this thread: 1 Guest(s)