Adding car for the shop (bad english -.- )
#2

Sorry, i don't fully understand what you're trying to tell, but do you want to make those vehicles spawn at the start?

Because that's not a problem, just add them under:

pawn Код:
public OnGameModeInit()
{
    AddStaticVehicle(454,-2233.1082,2391.4265,0.1556,45.9606,0,1); // sailing
    AddStaticVehicle(454,-2221.9111,2398.5869,0.0929,42.6189,1,1); // sailing
    AddStaticVehicle(484,-2232.5522,2450.9089,0.2900,225.4840,0,0); // sailing
    AddStaticVehicle(484,-2239.4688,2440.2356,0.1190,223.0288,1,1); // sailing
    AddStaticVehicle(541,-2387.6899,2262.7966,1.1730,64.0934,1,1); // bullet
    AddStaticVehicle(572,-2390.3650,2266.0073,1.1278,63.5073,6,6); // minitracktor
    AddStaticVehicle(487,-2377.9080,2273.6772,11.9769,359.0318,1,1); //Majervik
    return 1;
}
Reply


Messages In This Thread
Adding car for the shop (bad english -.- ) - by Dannu13 - 18.11.2010, 11:44
Re: Adding car for the shop (bad english -.- ) - by ExeC - 18.11.2010, 11:50
Re: Adding car for the shop (bad english -.- ) - by Dannu13 - 18.11.2010, 11:54
Re: Adding car for the shop (bad english -.- ) - by ExeC - 18.11.2010, 11:57
Re: Adding car for the shop (bad english -.- ) - by Dannu13 - 18.11.2010, 12:03

Forum Jump:


Users browsing this thread: 1 Guest(s)