How to set tuned cars in the game? - 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: How to set tuned cars in the game? (
/showthread.php?tid=256887)
How to set tuned cars in the game? -
Join7 - 22.05.2011
How to set tuned cars in the game that is "Car [1] = CreateVehicle = ... " and "AddVehicleComponents"
Re: How to set tuned cars in the game? -
Wesley221 - 22.05.2011
pawn Код:
new CarName[Amount you want];
OnGameMode/FilterScriptInit
Car[0] = CreateVehicle(~~~~~~);
OnVehicleSpawn
Car[0] = AddVehicleComponent(~~~~~~);
Re: How to set tuned cars in the game? -
Join7 - 22.05.2011
Thank you!