Making a moving ship.
#3

pawn Код:
#define MAX_SHIP_OBJECTS 7 // 6+1

new shipobject[MAX_SHIP_OBJECTS];

shipobject[0] = CreateObject(9585, -1024.33, -282.61, 7.56,   0.00, 0.00, 97.62);
shipobject[1] = CreateObjec...

And to move the objects:

for(new i=0; i<MAX_SHIP_OBJECTS;i++)
{
     MoveObject(shipobject[i], ...);
}
Reply


Messages In This Thread
Making a moving ship. - by nickdodd25 - 14.01.2012, 05:23
Re: Making a moving ship. - by mineralo - 14.01.2012, 09:58
Re: Making a moving ship. - by Outcast - 14.01.2012, 11:02

Forum Jump:


Users browsing this thread: 1 Guest(s)