24.06.2009, 23:20
you can add the cars on the .pwn file under ongamemodeinit
AddStaticVehicle(487,-720.5153,967.4464,12.3307,217.3708,6,6); //example
the 6,6 are the colors of the car
IN the debug, use /Save [add here a name to identify this ]
then , go to savedpositions.txt and copy the cord like the exampla above
and paste under ongamemode init
More info search in the wiki
AddStaticVehicle(487,-720.5153,967.4464,12.3307,217.3708,6,6); //example
the 6,6 are the colors of the car
IN the debug, use /Save [add here a name to identify this ]
then , go to savedpositions.txt and copy the cord like the exampla above
and paste under ongamemode init
More info search in the wiki