Vehicle Looping
#3

This: ?

pawn Код:
new VehPosX[Max_Vehicles];
new VehPosY[Max_Vehicles];
new VehPosZ[Max_Vehicles];

for(new i = 0;i < MAX_VEHICLES;i++)
{
    GetVehiclePos(i,VehPosX[i],VehPosY[i],VehPosZ[i]);
    //VehPosX[0] = PosX for Vehicleid 0
}
Reply


Messages In This Thread
Vehicle Looping - by serj009 - 12.04.2012, 14:38
Re: Vehicle Looping - by SomebodyAndMe - 12.04.2012, 14:41
Re: Vehicle Looping - by Shabi RoxX - 12.04.2012, 14:45
Re: Vehicle Looping - by serj009 - 12.04.2012, 14:56

Forum Jump:


Users browsing this thread: 1 Guest(s)