Moveobject trough a loop
#2

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?
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: 2 Guest(s)