SA-MP Forums Archive
creation a Vehicle don't need to buy - 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: creation a Vehicle don't need to buy (/showthread.php?tid=126667)



creation a Vehicle don't need to buy - billy4601 - 09.02.2010

I am editing LARP. Many of the vehicles need to buy or rent before you can use.

How creation a Vehicle don't need to buy?


Re: creation a Vehicle don't need to buy - jesuschristlordandsavior - 09.02.2010

Код:
AddStaticVehicle(VEHICLEID, XCOORDINATE, YCOORDNIATE, ZCOORDINATE, ROTATION, -1, -1);



Re: creation a Vehicle don't need to buy - billy4601 - 09.02.2010

Quote:
Originally Posted by jesuschristlordandsavior
Код:
AddStaticVehicle(VEHICLEID, XCOORDINATE, YCOORDNIATE, ZCOORDINATE, ROTATION, -1, -1);
Just Add a new vehicle? The new vehicle can use other systems (fuel. .. etc)?