SA-MP Forums Archive
(HELP) Car - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: (HELP) Car (/showthread.php?tid=269472)



(HELP) Car - spaty2 - 16.07.2011

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?


Re: (HELP) Car - Shockey HD - 16.07.2011

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

Sorry.


Re: (HELP) Car - TouR - 16.07.2011

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);