(HELP) Car
#1

pawn Код:
for(new h = 184; h < sizeof(CarInfo); h++)
    {
  AddStaticVehicleEx(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+1.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],60000);
    }
How to make this script for no h++ but only to 262? please?
Reply
#2

Sorry i highly didn't understand the question, i removed my post.

Sorry.
Reply
#3

pawn Код:
AddStaticVehicleEx(CarInfo[262][cModel],CarInfo[262][cLocationx],CarInfo[262][cLocationy],CarInfo[262][cLocationz]+1.0,CarInfo[262][cAngle],CarInfo[262][cColorOne],CarInfo[262][cColorTwo],60000);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)