Checkpoints
#1

I wanna replace houses pickups with Checkpoints

here is my case
Код:
	for(new h = 0; h < sizeof(HouseInfo); h++)
	{
		if(HouseInfo[h][hOwned] == 0)
		{
            Create3DTextLabel("[Property]",0x00AE00FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.75, 25.0, 0);
			HouseInfo[h][hPickupID]=CreateDynamicPickup(1273, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
			pickups++;
		}
		if(HouseInfo[h][hOwned] == 1)
		{
            Create3DTextLabel("[Property]",0x00AE00FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.75, 25.0, 0);
			HouseInfo[h][hPickupID]=CreateDynamicPickup(1239, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
			pickups++;
		}
	}
Im noob in scripting , so tell me what to do step by step , and Thnx
Reply
#2

Plz help me guys
Reply
#3

im not that good scripter bro but i will see what i can do ..

hmmm

i dont thiink thats the houses pickups !!

take a look under OnGameModeInit and see somthing like

Pickup = etc.....
Reply
#4

You mean this ?

Код:
 }
			    else
			    {
			        Election = 1;
			        Votes[0] = 0;
			        Votes[1] = 0;
			        Votes[2] = 0;
			        SendClientMessage(playerid,COLOR_WHITE,"You have started the Election, voting will begin at your position.");
			        new Float:x,Float:y,Float:z;
				    GetPlayerPos(playerid, x, y, z);
			        VotePickup = CreateDynamicPickup(1239, 1, x,y,z);
			        ElectionPos[0] = x;
			        ElectionPos[1] = y;
			        ElectionPos[2] = z;
			    }
			}
	    }
	    return 1;
	}
Reply
#5

no no it's not that , wait i'll take a look again
Reply
#6

that's what i found

Код:
//------------------------------------------------------------------------------------------------------
public OnGameModeInit()
{
    for(new c=0;c<MAX_VEHICLES;c++)
	{
		Gas[c] = 100;
		VehicleOwned[c] = SCRIPT_CARS;
		VehSpawned[c] = 0;
		CarRadio[c] = 0;
	}
	if (!fexist("/TempBanned/TempBans.ban"))
	{
		new File:open = fopen("/TempBanned/TempBans.ban",io_write);
		if (open) fclose(open);
	}
	for(new h = 0; h < sizeof(ReqInfo); h++)
	{
	    strmid(ReqInfo[h][rReq], "None", 0, strlen("None"), 255);
	}
	LoadProperty();
	LoadBizz();
	LoadSBizz();
	LoadFamilies();
	LoadCars();
	LoadInts();
	LoadTrunk();
	LoadSafe();
	LoadIRC();
	LoadNormalCars();
	LoadSportsCars();
	LoadBoatsCars();
	LoadTaxSystem();
	PopulateSkinArray();
	SetGameModeText(SCRIPT_MODE);
	SendRconCommand(SCRIPT_MAP);
	SendRconCommand("weburl PRRP.co.uk");
	gettime(ghour, gminute, gsecond);
	FixHour(ghour);
	ghour = shifthour;
	if(!realtime)
	{
		SetWorldTime(wtime);
	}
	new RandomWeth;
	RandomWeth = random(7);
    switch(RandomWeth)
    {
        case 0:
        {
			DefaultWeather = 0;
        }
        case 1:
        {
			DefaultWeather = 2;
        }
        case 2:
        {
			DefaultWeather = 3;
        }
        case 3:
        {
			DefaultWeather = 4;
        }
        case 4:
        {
			DefaultWeather = 5;
        }
        case 5:
        {
			DefaultWeather = 9;
        }
        case 6:
        {
			DefaultWeather = 11;
        }
	}
	ShowPlayerMarkers(0);
	ShowNameTags(1);
	DisableInteriorEnterExits();
	EnableStuntBonusForAll(0);
	SetNameTagDrawDistance(10.0);
	SetWeather(DefaultWeather);

	for(new i = 0; i < 299; i++)
    {
        if(IsValidSkin(i))
        {
            AddPlayerClass(i,1679.3274,1447.8716,47.7780,273.2993,-1,-1,-1,-1,-1,-1);
        }
    }
	NewbieDraw3 = TextDrawCreate(1.000000,429.000000,"O");
	TextDrawUseBox(NewbieDraw3,1);
	TextDrawBoxColor(NewbieDraw3,0x000000ff);
	TextDrawTextSize(NewbieDraw3,650.000000,9.000000);
	TextDrawAlignment(NewbieDraw3,0);
	TextDrawBackgroundColor(NewbieDraw3,0x00000000);
	TextDrawFont(NewbieDraw3,3);
	TextDrawLetterSize(NewbieDraw3,1.000000,4.000000);
	TextDrawColor(NewbieDraw3,0xff000000);
	TextDrawSetOutline(NewbieDraw3,1);
	TextDrawSetProportional(NewbieDraw3,1);
	TextDrawSetShadow(NewbieDraw3,1);
	//---------New Clock--------------------
	new hours,minuites,seconds;
    new clockst[20];
	gettime(hours,minuites,seconds);
	FixHour(hours);
	hours = shifthour;
    format(clockst, sizeof(clockst), "%d:%d", hours, minuites);
    //---------------------
    Textdraw2 = TextDrawCreate(511.000000, 11.000000, "~y~Pr~w~Rp");
    TextDrawBackgroundColor(Textdraw2, 255);
    TextDrawFont(Textdraw2, 1);
    TextDrawLetterSize(Textdraw2, 0.260000, 1.100000);
    TextDrawColor(Textdraw2, -1);
    TextDrawSetOutline(Textdraw2, 0);
    TextDrawSetProportional(Textdraw2, 1);
    TextDrawSetShadow(Textdraw2, 1);
    //-----------------------------------------
	for(new i=0;i<MAX_PLAYERS;i++)
	{
        Textdraw0[i] = TextDrawCreate(557.000000, 8.000000, clockst);
        TextDrawBackgroundColor(Textdraw0[i], 255);
        TextDrawFont(Textdraw0[i], 3);
        TextDrawLetterSize(Textdraw0[i], 0.400000, 1.800000);
        TextDrawColor(Textdraw0[i], -1);
        TextDrawSetOutline(Textdraw0[i], 0);
        TextDrawSetProportional(Textdraw0[i], 1);
        TextDrawSetShadow(Textdraw0[i], 1);
    
		GameDraw[i] = TextDrawCreate(157.000000,171.000000,"Mission Complete");
		TextDrawAlignment(GameDraw[i],0);
		TextDrawBackgroundColor(GameDraw[i],0x000000ff);
		TextDrawFont(GameDraw[i],3);
		TextDrawLetterSize(GameDraw[i],1.100000,3.499998);
		TextDrawColor(GameDraw[i],0xCEA30BFF);
		TextDrawSetOutline(GameDraw[i],1);
		TextDrawSetProportional(GameDraw[i],1);
		TextDrawSetShadow(GameDraw[i],1);

		NewbieDraw2[i] = TextDrawCreate(18.000000,429.000000,"Police Station");
		TextDrawAlignment(NewbieDraw2[i],0);
		TextDrawBackgroundColor(NewbieDraw2[i],0x000000ff);
		TextDrawFont(NewbieDraw2[i],2);
		TextDrawLetterSize(NewbieDraw2[i],0.399999,1.200000);
		TextDrawColor(NewbieDraw2[i],0xffffffff);
		TextDrawSetOutline(NewbieDraw2[i],1);
		TextDrawSetProportional(NewbieDraw2[i],1);
		TextDrawSetShadow(NewbieDraw2[i],1);

		NewbieDraw1[i] = TextDrawCreate(424.000000,429.000000,"Press ~b~sprint ~w~key to continue");
		TextDrawAlignment(NewbieDraw1[i],0);
		TextDrawBackgroundColor(NewbieDraw1[i],0x000000ff);
		TextDrawFont(NewbieDraw1[i],1);
		TextDrawLetterSize(NewbieDraw1[i],0.399999,1.299999);
		TextDrawColor(NewbieDraw1[i],0xffffffff);
		TextDrawSetOutline(NewbieDraw1[i],1);
		TextDrawSetProportional(NewbieDraw1[i],1);
		TextDrawSetShadow(NewbieDraw1[i],1);

		SecondsDraw[i] = TextDrawCreate(202.000000,362.000000,"Seconds Used: ~n~         ~b~ 45");
		TextDrawAlignment(SecondsDraw[i],0);
		TextDrawBackgroundColor(SecondsDraw[i],0x000000ff);
		TextDrawFont(SecondsDraw[i],2);
		TextDrawLetterSize(SecondsDraw[i],0.699999,2.000000);
		TextDrawColor(SecondsDraw[i],0xffffffff);
		TextDrawSetOutline(SecondsDraw[i],1);
		TextDrawSetProportional(SecondsDraw[i],1);
		TextDrawSetShadow(SecondsDraw[i],1);

        VehicleBuy[i] = TextDrawCreate(265.000000, 368.000000, "~y~Vehicle: ~w~Sultan~n~~y~Model: ~w~Normal~n~~y~Price: ~w~15000$");
        TextDrawBackgroundColor(VehicleBuy[i], 255);
        TextDrawFont(VehicleBuy[i], 2);
        TextDrawLetterSize(VehicleBuy[i], 0.300000, 1.800000);
        TextDrawColor(VehicleBuy[i], -1);
        TextDrawSetOutline(VehicleBuy[i], 0);
        TextDrawSetProportional(VehicleBuy[i], 1);
        TextDrawSetShadow(VehicleBuy[i], 1);

        LocationDraw[i] = TextDrawCreate(17.000000, 427.000000, "Location");
        TextDrawBackgroundColor(LocationDraw[i], 255);
        TextDrawFont(LocationDraw[i], 0);
        TextDrawLetterSize(LocationDraw[i], 0.480000, 1.300000);
        TextDrawColor(LocationDraw[i], -1);
        TextDrawSetOutline(LocationDraw[i], 0);
        TextDrawSetProportional(LocationDraw[i], 1);
        TextDrawSetShadow(LocationDraw[i], 1);
        //------------SPEEDOMETER------------------------------------- Otman's credits
        Textdraws0[i] = TextDrawCreate(527.000000, 407.000000, "R N D");
        TextDrawBackgroundColor(Textdraws0[i], 255);
        TextDrawFont(Textdraws0[i], 2);
        TextDrawLetterSize(Textdraws0[i], 0.389999, 1.999997);
        TextDrawColor(Textdraws0[i], -1);
        TextDrawSetOutline(Textdraws0[i], 0);
        TextDrawSetProportional(Textdraws0[i], 1);
        TextDrawSetShadow(Textdraws0[i], 1);
        Textdraws1[i] = TextDrawCreate(527.000000, 358.000000, "car");
        TextDrawBackgroundColor(Textdraws1[i], 255);
        TextDrawFont(Textdraws1[i], 2);
        TextDrawLetterSize(Textdraws1[i], 0.319999, 1.399999);
        TextDrawColor(Textdraws1[i], -1);
        TextDrawSetOutline(Textdraws1[i], 0);
        TextDrawSetProportional(Textdraws1[i], 1);
        TextDrawSetShadow(Textdraws1[i], 1);
        Textdraws2[i] = TextDrawCreate(559.000000, 372.000000, "Mp/h");
        TextDrawBackgroundColor(Textdraws2[i], 255);
        TextDrawFont(Textdraws2[i], 2);
        TextDrawLetterSize(Textdraws2[i], 0.339998, 1.799999);
        TextDrawColor(Textdraws2[i], -1);
        TextDrawSetOutline(Textdraws2[i], 0);
        TextDrawSetProportional(Textdraws2[i], 1);
        TextDrawSetShadow(Textdraws2[i], 1);
        Textdraws3[i] = TextDrawCreate(527.000000, 364.000000, "------------");
        TextDrawBackgroundColor(Textdraws3[i], 255);
        TextDrawFont(Textdraws3[i], 2);
        TextDrawLetterSize(Textdraws3[i], 0.469998, 6.999997);
        TextDrawColor(Textdraws3[i], 16711935);
        TextDrawSetOutline(Textdraws3[i], 0);
        TextDrawSetProportional(Textdraws3[i], 1);
        TextDrawSetShadow(Textdraws3[i], 1);
        Textdraws4[i] = TextDrawCreate(597.000000, 391.000000, "~g~F");
        TextDrawBackgroundColor(Textdraws4[i], 255);
        TextDrawFont(Textdraws4[i], 2);
        TextDrawLetterSize(Textdraws4[i], 0.370000, 1.500000);
        TextDrawColor(Textdraws4[i], -1);
        TextDrawSetOutline(Textdraws4[i], 0);
        TextDrawSetProportional(Textdraws4[i], 1);
        TextDrawSetShadow(Textdraws4[i], 1);
        Textdraws5[i] = TextDrawCreate(527.000000, 372.000000, "255");
        TextDrawBackgroundColor(Textdraws5[i], 255);
        TextDrawFont(Textdraws5[i], 2);
        TextDrawLetterSize(Textdraws5[i], 0.370000, 1.799999);
        TextDrawColor(Textdraws5[i], -1);
        TextDrawSetOutline(Textdraws5[i], 0);
        TextDrawSetProportional(Textdraws5[i], 1);
        TextDrawSetShadow(Textdraws5[i], 1);
	}
    //--------Text2---------------------------------------
	BusRoutesM = CreateMenu("Bus Routes", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(BusRoutesM, 0, "East");
	AddMenuItem(BusRoutesM, 0, "West");

	StartSweepM = CreateMenu("Sweep Routes", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(StartSweepM, 0, "East");
	AddMenuItem(StartSweepM, 0, "West");

	UsingTatM = CreateMenu("Tattoo Shop", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(UsingTatM, 0, "Left Arm");
	AddMenuItem(UsingTatM, 0, "Left Muscle");
	AddMenuItem(UsingTatM, 0, "Right Arm");
	AddMenuItem(UsingTatM, 0, "Right Muscle");
	AddMenuItem(UsingTatM, 0, "Right Chest");
	AddMenuItem(UsingTatM, 0, "Left Chest");
	AddMenuItem(UsingTatM, 0, "Stomach");
	AddMenuItem(UsingTatM, 0, "Back");
	AddMenuItem(UsingTatM, 0, "Right Cheek");
	AddMenuItem(UsingTatM, 0, "Left Cheek");
	AddMenuItem(UsingTatM, 0, "Neck");
	AddMenuItem(UsingTatM, 0, "Head");

	GuideM = CreateMenu("Player Guide", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(GuideM, 0, "Locations");
	AddMenuItem(GuideM, 0, "Jobs");
	AddMenuItem(GuideM, 0, "Exit");

	Guide2M = CreateMenu("Locations", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(Guide2M, 0, "Driver License Place (DMV)");
	AddMenuItem(Guide2M, 0, "Police Station");
	AddMenuItem(Guide2M, 0, "Gas Station");
	AddMenuItem(Guide2M, 0, "Materials Factory");
	AddMenuItem(Guide2M, 0, "Cellphone Company");
	AddMenuItem(Guide2M, 0, "Exit");

	Guide3M = CreateMenu("Jobs", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(Guide3M, 0, "Smuggler");
	AddMenuItem(Guide3M, 0, "Trucker");
	AddMenuItem(Guide3M, 0, "Mechanic");
	AddMenuItem(Guide3M, 0, "Bus Driver");
	AddMenuItem(Guide3M, 0, "Garbage Man");
	AddMenuItem(Guide3M, 0, "Street Sweeper");
	AddMenuItem(Guide3M, 0, "Exit");

	GunM = CreateMenu("Legal", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(GunM, 0, "Colt 45 - $500 - Time 20");
	AddMenuItem(GunM, 0, "Desert Eagle - $1000 - Time 20");
	AddMenuItem(GunM, 0, "Shotgun - $500 - Time 36");
	AddMenuItem(GunM, 0, "Sawnoff - $500 - Time 36");
	AddMenuItem(GunM, 0, "Rifle - $1000 - Time 36");
	AddMenuItem(GunM, 0, "MP5 - $3000 - Time 56");
	AddMenuItem(GunM, 0, "AK47 - $3000 - Time 108");
	AddMenuItem(GunM, 0, "M4A1 - $4000 - Time 108");
	AddMenuItem(GunM, 0, "Sniper - $7000 - Time 260");
	AddMenuItem(GunM, 0, "Kevlar Vest - $500 - Time 8");

	Gun2M = CreateMenu("Illegal", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(Gun2M, 0, "Colt 45 - $1500 - Time 20");
	AddMenuItem(Gun2M, 0, "Desert Eagle - $5000 - Time 20");
	AddMenuItem(Gun2M, 0, "Shotgun - $1500 - Time 36");
	AddMenuItem(Gun2M, 0, "Sawnoff - $4400 - Time 36");
	AddMenuItem(Gun2M, 0, "Rifle - $3000 - Time 36");
	AddMenuItem(Gun2M, 0, "MP5 - $6000 - Time 56");
	AddMenuItem(Gun2M, 0, "AK47 - $7000 - Time 108");
	AddMenuItem(Gun2M, 0, "M4A1 - $7000 - Time 108");
	AddMenuItem(Gun2M, 0, "Sniper - $5000 - Time 260");
	AddMenuItem(Gun2M, 0, "Kevlar Vest - $1500 - Time 8");

	CellplanM = CreateMenu("Cellphone Plan", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(CellplanM, 0, "Cancel Plan");
	AddMenuItem(CellplanM, 0, "Pay and Go");
	AddMenuItem(CellplanM, 0, "Ten dollars every payday");

	BuyM = CreateMenu("24/7", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(BuyM, 0, "Phone Book $20");
	AddMenuItem(BuyM, 0, "Dice $10");
	AddMenuItem(BuyM, 0, "Mask $50");
	AddMenuItem(BuyM, 0, "Watch $35");
	AddMenuItem(BuyM, 0, "WalkieTalkie $50");
	AddMenuItem(BuyM, 0, "Spray can $90");
	AddMenuItem(BuyM, 0, "Sprunk Can 3$");
	AddMenuItem(BuyM, 0, "Rope $100");
	AddMenuItem(BuyM, 0, "Next");

	Buy2M = CreateMenu("24/7 #2", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(Buy2M, 0, "Cigarettes 20$");
	AddMenuItem(Buy2M, 0, "Lighter $5");
	AddMenuItem(Buy2M, 0, "Seeds 100$");
	AddMenuItem(Buy2M, 0, "Hidden Number 20$");
	AddMenuItem(Buy2M, 0, "MP3 Player 75$");
	AddMenuItem(Buy2M, 0, "Roller Skates 25$");
	AddMenuItem(Buy2M, 0, "Cellphone 55$");
	AddMenuItem(Buy2M, 0, "20$ Phone Card 20$");
	AddMenuItem(Buy2M, 0, "Back");
	AddMenuItem(Buy2M, 0, "Next");

	Buy3M = CreateMenu("24/7 #3", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(Buy3M, 0, "Golfclub $50");
	AddMenuItem(Buy3M, 0, "Bat $30");
	AddMenuItem(Buy3M, 0, "Shovel $20");
	AddMenuItem(Buy3M, 0, "Pool Stick $40");
	AddMenuItem(Buy3M, 0, "Flowers $10");
	AddMenuItem(Buy3M, 0, "Cane $20");
	AddMenuItem(Buy3M, 0, "Brass Knuckles 14$");
	AddMenuItem(Buy3M, 0, "Gas Can $100");
	AddMenuItem(Buy3M, 0, "Water Container $50");
	AddMenuItem(Buy3M, 0, "Growing Chemicals $100");
	AddMenuItem(Buy3M, 0, "Back");

	LSPDM = CreateMenu("Car Selection", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(LSPDM, 0, "LSPD Cruiser");

	LSPD2M = CreateMenu("Car Selection", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(LSPD2M, 0, "LSPD Cruiser");
	AddMenuItem(LSPD2M, 0, "SFPD Cruiser");

    LSPD3M = CreateMenu("Car Selection", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(LSPD3M, 0, "LSPD Cruiser");
	AddMenuItem(LSPD3M, 0, "SFPD Cruiser");
	AddMenuItem(LSPD3M, 0, "LVPD Cruiser");

	LSPDCM = CreateMenu("Color Selection", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(LSPDCM, 0, "Black and White");
	AddMenuItem(LSPDCM, 0, "Blue and White");

	LSPDC2M = CreateMenu("Color Selection", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(LSPDC2M, 0, "Black and White");
	AddMenuItem(LSPDC2M, 0, "Blue and White");
	AddMenuItem(LSPDC2M, 0, "Grey");

	FuelM = CreateMenu("Liters of Gas", 1, 50.0, 180.0, 200.0, 200.0);
	AddMenuItem(FuelM, 0, "10");
	AddMenuItem(FuelM, 0, "20");
	AddMenuItem(FuelM, 0, "30");
	AddMenuItem(FuelM, 0, "40");
	AddMenuItem(FuelM, 0, "50");
	AddMenuItem(FuelM, 0, "60");
	AddMenuItem(FuelM, 0, "70");
	AddMenuItem(FuelM, 0, "80");
	AddMenuItem(FuelM, 0, "90");
	AddMenuItem(FuelM, 0, "100");

	//============================================================================//

	AddStaticVehicleEx(546,1627.0138,-1047.1652,23.8984,0.3994,92,0,VEHICLERESPAWNTIME); // Rent car 1
	AddStaticVehicleEx(546,1631.7704,-1046.7716,23.8984,0.3994,101,101,VEHICLERESPAWNTIME); // Rent car 2
	AddStaticVehicleEx(546,1636.0554,-1046.7605,23.8984,0.3994,83,110,VEHICLERESPAWNTIME); // Rent car 3
	AddStaticVehicleEx(547,1640.4402,-1046.8240,23.8984,0.3994,74,74,VEHICLERESPAWNTIME); // Rent car 4
	AddStaticVehicleEx(547,1644.9596,-1046.9286,23.8984,0.3994,91,91,VEHICLERESPAWNTIME); // Rent car 5
	AddStaticVehicleEx(547,1649.7489,-1046.7491,23.8984,0.3994,41,41,VEHICLERESPAWNTIME); // Rent car 6
	AddStaticVehicleEx(551,1654.1708,-1046.4905,23.8984,0.3994,10,1,VEHICLERESPAWNTIME); // Rent car 7
	AddStaticVehicleEx(551,1658.5457,-1046.3016,23.8984,0.3994,36,1,VEHICLERESPAWNTIME); // Rent car 8
	AddStaticVehicleEx(551,1658.8851,-1036.5258,23.8984,178.0611,45,1,VEHICLERESPAWNTIME); // Rent car 9
	AddStaticVehicleEx(430,2698.8132,-2311.0671,-0.2161,87.3657,0, 1, VEHICLERESPAWNTIME); // Police boat 10
	AddStaticVehicleEx(430,2722.9766,-2311.2756,-0.3360,89.2799,0, 1, VEHICLERESPAWNTIME); // Police boat 11
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(405,1406.93,-1790.2,13.3,90, 0, 0, VEHICLERESPAWNTIME); // Mayor security 12
	AddStaticVehicleEx(405,1406.9,-1793.8,13.3,90, 0, 0, VEHICLERESPAWNTIME); // Mayor security 13
	AddStaticVehicleEx(405,1406.7,-1782.16,13.3,90, 0, 0, VEHICLERESPAWNTIME); // Mayor security 14
	AddStaticVehicleEx(409,1405.87,-1785.96,13.3,90,1,1,VEHICLERESPAWNTIME); // Mayor stretch 15
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(599,616.1244,-601.7048,17.4214,271.5325, -1, -1, VEHICLERESPAWNTIME); // Cop cruiser (Dillimore) 16
	AddStaticVehicleEx(525,1530.3849,-1645.1930,5.7777,179.3521,0,0,VEHICLERESPAWNTIME); // Cop TowTruck 17
	AddStaticVehicleEx(596,-2045.6913,-441.6864,74.6215,106.6492, -1, -1, VEHICLERESPAWNTIME); // Cop cruiser 18
	AddStaticVehicleEx(596,-2045.6913,-441.6864,74.6215,0.4220, -1, -1, VEHICLERESPAWNTIME); // Cop cruiser 19
	AddStaticVehicleEx(596,-2045.6913,-441.6864,74.6215,358.9421,-1, -1, VEHICLERESPAWNTIME); // Cop cruiser 20
	AddStaticVehicleEx(596,-2045.6913,-441.6864,74.6215,359.6335,0,1,VEHICLERESPAWNTIME); // Cop cruiser 21
    AddStaticVehicleEx(596,-2045.6913,-441.6864,74.6215,271.1593,0,1,VEHICLERESPAWNTIME); // Cop cruiser 22
    AddStaticVehicleEx(596,-2045.6913,-441.6864,74.6215,1.1862,0,1,VEHICLERESPAWNTIME); // Cop cruiser 23
    AddStaticVehicleEx(596,-2045.6913,-441.6864,74.6215,88.9959,-1,-1,VEHICLERESPAWNTIME); // Cop cruiser 24
	AddStaticVehicleEx(596,-2045.6913,-441.6864,74.6215,91.6221,-1,-1,VEHICLERESPAWNTIME); // Cop cruiser 25
	AddStaticVehicleEx(596,-2045.6913,-441.6864,74.6215,90.7431,-1,-1,VEHICLERESPAWNTIME); // Cop cruiser 26
	AddStaticVehicleEx(596,-2045.6913,-441.6864,74.6215,270.5692, 29, 29, VEHICLERESPAWNTIME); // Cop general car 27
	AddStaticVehicleEx(596,-2045.6913,-441.6864,74.6215,270.0886, 29, 29, VEHICLERESPAWNTIME); // Cop general car 28
	AddStaticVehicleEx(523,1557.9637,-1694.5964,5.4673,226.4766,-1,-1,VEHICLERESPAWNTIME); // Police moto 29
    AddStaticVehicleEx(523,1557.9060,-1697.4153,5.4689,220.9842,-1,-1,VEHICLERESPAWNTIME); // Police moto 30
    AddStaticVehicleEx(523,1558.1632,-1691.8335,5.4596,224.7542,-1,-1,VEHICLERESPAWNTIME); // Police moto 31
	AddStaticVehicleEx(599,1584.6510,-1671.4448,6.0541,271.5708,0,1,VEHICLERESPAWNTIME); // Police ranger 32
    AddStaticVehicleEx(599,1584.7875,-1667.6138,6.0592,272.0818,0,1,VEHICLERESPAWNTIME); // Police ranger 33
	AddStaticVehicleEx(599,1545.3936,-1667.7957,6.0809,87.7152,29,29,VEHICLERESPAWNTIME); // Police tan-white rancher 34
	AddStaticVehicleEx(599,1545.0044,-1671.9329,6.0791,91.5492,29,29,VEHICLERESPAWNTIME); // Police tan-white rancher 35
	AddStaticVehicleEx(427,1544.2870,-1659.3522,5.6119,88.5025,-1,-1,VEHICLERESPAWNTIME);// Police SWAT enforcer 36
	AddStaticVehicleEx(601,1544.6962,-1663.2948,6.0225,88.9357,-1,-1,VEHICLERESPAWNTIME); // Police SWAT APC 37
	AddStaticVehicleEx(497,1566.6628,-1653.8688,28.5752,91.9445,0,1,VEHICLERESPAWNTIME);// Police maverick 38
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(490,1227.6665,-990.2581,43.3475,2.1943, -1, -1, VEHICLERESPAWNTIME); // FBI rancher 39
	AddStaticVehicleEx(490,1220.8538,-989.6830,43.3489,1.1711,0,0,VEHICLERESPAWNTIME); // FBI rancher 40
	AddStaticVehicleEx(426,1214.3510,-989.9388,43.3478,3.3278,0,0,VEHICLERESPAWNTIME); // FBI elegant 41
	AddStaticVehicleEx(426,1209.3077,-990.2484,43.3408,358.9866,0,0,VEHICLERESPAWNTIME); // FBI elegant 42
	AddStaticVehicleEx(426,1204.6868,-977.8214,43.3448,268.1690,0,0,VEHICLERESPAWNTIME); // FBI elegant 43
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(560,1647.4907,-1707.9280,15.2784,91.9680,37,0,VEHICLERESPAWNTIME); // HSPD car 44
	AddStaticVehicleEx(402,1646.8621,-1703.6670,15.4410,267.7132,0,0,VEHICLERESPAWNTIME); // HSPD car 45
	AddStaticVehicleEx(603,1668.0746,-1716.6841,15.4478,267.0152,0,1,VEHICLERESPAWNTIME); // HSPD car 46
	AddStaticVehicleEx(451,1668.1246,-1705.3185,15.3166,269.6461,0,1,VEHICLERESPAWNTIME); // HSPD car 47
	AddStaticVehicleEx(559,1668.5454,-1696.0044,15.2658,269.3507,0,1,VEHICLERESPAWNTIME); // HSPD car 48
	AddStaticVehicleEx(496,1667.9309,-1710.1772,15.3252,268.4960,0,1,VEHICLERESPAWNTIME); // HSPD car 49
	AddStaticVehicleEx(541,1669.9323,-1693.9136,15.2017,274.8376,0,1,VEHICLERESPAWNTIME); // HSPD car 50
	AddStaticVehicleEx(579,1667.9532,-1693.5905,14.3152,270.0380,-1,-1,VEHICLERESPAWNTIME); // HSPD car 51
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(416,1177.35,-1339.24,13.66,269.58, -1, -1, VEHICLERESPAWNTIME); // Ambulance 52
	AddStaticVehicleEx(416,1176.98,-1308.65,13.62,269.33, -1, -1, VEHICLERESPAWNTIME); // Ambulance 53
	AddStaticVehicleEx(416,2036.3240,-1436.4098,16.8294,178.2195, -1, -1, VEHICLERESPAWNTIME); // Ambulance 54
	AddStaticVehicleEx(487,1161.3387,-1366.9386,26.6491,1.1167, 1, 3, VEHICLERESPAWNTIME); // Medic chopper 55
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(574,1657.3353,-1895.9077,13.5521,267.9025,26,26,VEHICLERESPAWNTIME); // Sweeper 56
	AddStaticVehicleEx(574,1657.4969,-1891.0985,13.5521,267.9025,26,26,VEHICLERESPAWNTIME); // Sweeper 57
	AddStaticVehicleEx(574,1657.9125,-1886.3741,13.5521,267.9025,26,26,VEHICLERESPAWNTIME); // Sweeper 58
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(431,1172.5,-1795.5,13.1,0.0, -1, -1, VEHICLERESPAWNTIME); // Bus 59
	AddStaticVehicleEx(431,1182.1,-1795.9,13.1,0.0, -1, -1, VEHICLERESPAWNTIME); // Bus 60
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(438,1789.4137,-1932.6389,13.1079,357.7568,6,6,VEHICLERESPAWNTIME); // YCAT Co. Old Taxi 61
	AddStaticVehicleEx(438,1803.6373,-1916.4673,13.1141,89.0899,6,6,VEHICLERESPAWNTIME); // YCAT Co. Old Taxi 62
	AddStaticVehicleEx(438,1803.6617,-1925.0874,13.1319,266.7457,6,6,VEHICLERESPAWNTIME); // YCAT Co. Old Taxi 63
	AddStaticVehicleEx(438,1800.6991,-1886.0063,13.1462,268.8892,6,6,VEHICLERESPAWNTIME); // YCAT Co.Old Taxi 64
	AddStaticVehicleEx(438,1777.9976,-1886.0128,13.1922,267.6736,6,6,VEHICLERESPAWNTIME); // YCAT Co. Old Taxi 65
	AddStaticVehicleEx(420,1803.7118,-1906.2510,13.2024,85.1059,-1,-1,VEHICLERESPAWNTIME); // YCAT Co. Taxi 66
	AddStaticVehicleEx(420,1777.3717,-1896.7965,13.1916,270.3214,-1,-1,VEHICLERESPAWNTIME); // YCAT Co. Taxi 67
	AddStaticVehicleEx(420,1796.4906,-1932.9441,13.1914,357.7162,-1,-1,VEHICLERESPAWNTIME); // YCAT Co. Taxi 68
	AddStaticVehicleEx(420,1780.8253,-1931.8109,13.1295,358.2670,-1,-1,VEHICLERESPAWNTIME); // YCAT Co. Taxi 69
	AddStaticVehicleEx(420,1777.6808,-1913.4772,13.1285,267.0958,-1,-1,VEHICLERESPAWNTIME); // YCAT Co. Taxi 70
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(582,1795.24,-1284.89,13.44,125.29,125,125,VEHICLERESPAWNTIME); // News van 71
	AddStaticVehicleEx(582,1797.18,-1291.08,13.27,108.95,125,125,VEHICLERESPAWNTIME); // News van 72
	AddStaticVehicleEx(488,1545.4849,-1353.9330,329.6510,185.4584,125,125,VEHICLERESPAWNTIME); // News Chopper 73
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(525,2078.74,-2006.38,13.25,271.64,0,0,VEHICLERESPAWNTIME); // Towcar 74
	AddStaticVehicleEx(525,2079.06,-2019.84,13.25,269.24,0,0,VEHICLERESPAWNTIME); // Towcar 75
	AddStaticVehicleEx(525,2097.83,-2006.09,13.25,44.15,0,0,VEHICLERESPAWNTIME); // Towcar 76
	AddStaticVehicleEx(525,2106.72,-2015.25,13.25,44.15,0,0,VEHICLERESPAWNTIME); // Towcar 77
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(571,2286.2141,-2354.5000,12.8306,225.8705,-1,-1,VEHICLERESPAWNTIME); // kart 78
	AddStaticVehicleEx(571,2279.9412,-2348.4141,12.8312,225.8585,-1,-1,VEHICLERESPAWNTIME); // kart 79
	AddStaticVehicleEx(571,2291.7932,-2345.5356,12.8305,227.3060,-1,-1,VEHICLERESPAWNTIME); // kart 80
	AddStaticVehicleEx(571,2287.5615,-2341.6433,12.8306,226.5350,-1,-1,VEHICLERESPAWNTIME); // kart 81
	AddStaticVehicleEx(571,2299.6785,-2338.3186,12.8307,224.3563,-1,-1,VEHICLERESPAWNTIME); // kart 82
	AddStaticVehicleEx(571,2295.3887,-2334.9448,12.8307,227.9102,-1,-1,VEHICLERESPAWNTIME); // kart 83
	AddStaticVehicleEx(494,-1401.0436,-210.0052,1042.9913,1.6623,1,0,VEHICLERESPAWNTIME); //hotring 84
	AddStaticVehicleEx(494,-1400.4019,-219.9365,1043.0348,5.3554,1,3,VEHICLERESPAWNTIME); //hotring 85
	AddStaticVehicleEx(494,-1394.4932,-207.7917,1042.9963,3.6872,0,6,VEHICLERESPAWNTIME); //hotring 86
	AddStaticVehicleEx(494,-1393.7854,-217.9354,1043.0325,2.9556,1,2,VEHICLERESPAWNTIME); //hotring 87
	AddStaticVehicleEx(449,-2264.6802,526.1252,35.5946,0.4107,-1,-1,VEHICLERESPAWNTIME); //SF Train 88
	AddStaticVehicleEx(487,-1471.0299,1492.3424,8.4158,359.8693,-1,-1,VEHICLERESPAWNTIME); // SF Heli 89
	AddStaticVehicleEx(456,-1092.5210,1181.3472,38.8563,156.8163,-1,-1,VEHICLERESPAWNTIME); // SF Truck 90
	AddStaticVehicleEx(468,-1434.8973,-585.1266,1055.2488,91.1533,-1,-1,VEHICLERESPAWNTIME); //bike 91
	AddStaticVehicleEx(468,-1449.2814,1610.7823,1052.5313,272.9406,-1,-1,VEHICLERESPAWNTIME); // bike 92
	AddStaticVehicleEx(468,-1453.8767,1611.2418,1052.5313,89.0355,-1,-1,VEHICLERESPAWNTIME); // bike 93
	AddStaticVehicleEx(468,-1454.4746,1614.3342,1052.5313,86.8422,-1,-1,VEHICLERESPAWNTIME); // bike 94
	AddStaticVehicleEx(468,-1449.5795,1614.0684,1052.5313,269.2039,-1,-1,VEHICLERESPAWNTIME); // bike 95
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(408,2185.5791,-1976.9812,13.5528,270.0651,-1,-1,VEHICLERESPAWNTIME); // Garbage Truck 96
	AddStaticVehicleEx(408,2186.0112,-1984.4521,13.5509,270.0651,-1,-1,VEHICLERESPAWNTIME); // Garbage Truck  97
	AddStaticVehicleEx(408,2174.7466,-1983.5223,13.5512,87.1628,-1,-1,VEHICLERESPAWNTIME); // Garbage Truck  98
	AddStaticVehicleEx(408,2174.5354,-1977.8762,13.5547,87.1628,-1,-1,VEHICLERESPAWNTIME); // Garbage Truck  99
	AddStaticVehicleEx(408,2158.4346,-1977.0785,13.5522,87.1628,-1,-1,VEHICLERESPAWNTIME); // Garbage Truck  100
	AddStaticVehicleEx(408,2153.0449,-1982.6213,13.5469,61.2185,-1,-1,VEHICLERESPAWNTIME); // Garbage Truck  101
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(448,2122,-1784.1558,12.9844,0.9122,3,6,VEHICLERESPAWNTIME); // PizzaBoy 102
	AddStaticVehicleEx(448,2120,-1784.1558,12.9844,0.9122,3,6,VEHICLERESPAWNTIME); // PizzaBoy 103
	AddStaticVehicleEx(448,2118,-1784.1558,12.9844,0.9122,3,6,VEHICLERESPAWNTIME); // PizzaBoy 104
	AddStaticVehicleEx(448,2116,-1784.1558,12.9844,0.9122,3,6,VEHICLERESPAWNTIME); // PizzaBoy 105
	AddStaticVehicleEx(448,2114,-1784.1558,12.9844,0.9122,3,6,VEHICLERESPAWNTIME); // PizzaBoy 106
	AddStaticVehicleEx(448,2112,-1784.1558,12.9844,0.9122,3,6,VEHICLERESPAWNTIME); // PizzaBoy 107
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(456,2508.9116,-2111.7759,13.7206,0,-1,-1, VEHICLERESPAWNTIME); // Component Truck Yankee 108
	AddStaticVehicleEx(456,2484.5356,-2111.7759,13.7196,0,-1,-1,VEHICLERESPAWNTIME); // Component Truck Yankee 109
	AddStaticVehicleEx(440,2529.0413,-2085.3999,13.6651,90,-1,-1,VEHICLERESPAWNTIME); // Component Truck Rumpo 110
	AddStaticVehicleEx(440,2528.9482,-2092.6104,13.6631,90,-1,-1,VEHICLERESPAWNTIME); // Component Truck Rumpo 111
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(510,1556.2643,-2361.6479,13.1627,6.6305,39,39,VEHICLERESPAWNTIME); // Mountain bike 112
	AddStaticVehicleEx(510,1552.8982,-2361.8359,13.1623,10.5426,16,16,VEHICLERESPAWNTIME); // Mountain bike 113
	AddStaticVehicleEx(510,1549.1460,-2362.0383,13.1626,5.5903,6,6,VEHICLERESPAWNTIME); // Mountain bike 114
	AddStaticVehicleEx(510,1546.0422,-2362.0017,13.1630,6.6997,5,5,VEHICLERESPAWNTIME); // Mountain bike 115
	AddStaticVehicleEx(510,1542.7434,-2361.9631,13.1626,15.3254,2,2,VEHICLERESPAWNTIME); // Mountain bike 116
	AddStaticVehicleEx(510,1539.4385,-2362.1431,13.1625,11.8010,43,43,VEHICLERESPAWNTIME); // Mountain bike 117
	AddStaticVehicleEx(510,1536.1389,-2362.0837,13.1626,12.2595,46,46,VEHICLERESPAWNTIME); // Mountain bike 118
	AddStaticVehicleEx(510,1532.6709,-2362.2327,13.1631,8.4654,39,39,VEHICLERESPAWNTIME); // Mountain bike 119
	AddStaticVehicleEx(510,1529.8967,-2362.2913,13.1633,3.8305,28,28,VEHICLERESPAWNTIME); // Mountain bike 120
	AddStaticVehicleEx(510,1526.7921,-2362.0647,13.1630,8.0961,16,16,VEHICLERESPAWNTIME); // Mountain bike 121
	AddStaticVehicleEx(586,1561.2104,-2338.5303,13.1464,107.7252,13,13,VEHICLERESPAWNTIME); // Faggio 122
	AddStaticVehicleEx(586,1561.0819,-2335.0010,13.1470,94.8441,14,14,VEHICLERESPAWNTIME); // Faggio 123
	AddStaticVehicleEx(462,1560.7794,-2331.9216,13.1464,96.7927,1,2,VEHICLERESPAWNTIME); // Faggio 124
	AddStaticVehicleEx(462,1560.7391,-2328.2046,13.1470,92.0937,2,1,VEHICLERESPAWNTIME); // Faggio 125
	AddStaticVehicleEx(462,1560.9022,-2325.0593,13.1462,91.0980,1,3,VEHICLERESPAWNTIME); // Faggio 126
	AddStaticVehicleEx(462,1561.0276,-2321.8657,13.1475,95.4715,3,1,VEHICLERESPAWNTIME); // Faggio 127
	AddStaticVehicleEx(462,1561.0735,-2318.5796,13.1443,97.1012,10,10,VEHICLERESPAWNTIME); // Faggio 128
	AddStaticVehicleEx(462,1560.9514,-2315.0532,13.1465,94.5565,12,12,VEHICLERESPAWNTIME); // Faggio 129
	AddStaticVehicleEx(462,1560.8143,-2311.6104,13.1455,95.1219,13,13,VEHICLERESPAWNTIME); // Faggio 130
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(405,2052.5889,-1903.9319,13.4218,180.9040,84,84,VEHICLERESPAWNTIME); // Driving school 131
	AddStaticVehicleEx(405,2055.9761,-1903.8756,13.4219,179.6732,84,84,VEHICLERESPAWNTIME); // Driving school 132
	AddStaticVehicleEx(405,2059.1111,-1903.9015,13.4219,180.2001,84,84,VEHICLERESPAWNTIME); // Driving school 133
	AddStaticVehicleEx(405,2062.3347,-1903.9109,13.4219,179.3091,84,84,VEHICLERESPAWNTIME); // Driving school 134
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(404,1492.3069,-2225.8262,13.5469,0.5198,92,0,VEHICLERESPAWNTIME); // Rent car 135
	AddStaticVehicleEx(404,1498.8536,-2225.5454,13.5469,359.3918,101,101,VEHICLERESPAWNTIME); // Rent car 136
	AddStaticVehicleEx(404,1504.6974,-2225.5806,13.5469,359.3918,83,110,VEHICLERESPAWNTIME); // Rent car 137
	AddStaticVehicleEx(401,1511.3140,-2224.9124,13.5469,359.3918,74,74,VEHICLERESPAWNTIME); // Rent car 138
	AddStaticVehicleEx(401,1517.6421,-2224.7915,13.5469,359.3918,91,91,VEHICLERESPAWNTIME); // Rent car 139
	AddStaticVehicleEx(401,1523.7065,-2224.5168,13.5469,359.9557,41,41,VEHICLERESPAWNTIME); // Rent car 140
	AddStaticVehicleEx(401,1529.9364,-2223.9224,13.5469,4.0684,10,1,VEHICLERESPAWNTIME); // Rent car 141
	AddStaticVehicleEx(401,1536.2256,-2223.6628,13.5469,1.2483,36,1,VEHICLERESPAWNTIME); // Rent car 142
	AddStaticVehicleEx(401,1542.0568,-2223.8650,13.5469,1.2483,45,1,VEHICLERESPAWNTIME); // Rent car 143
	AddStaticVehicleEx(445,1559.9570,-2234.4331,13.5469,269.4801,114,114,VEHICLERESPAWNTIME); // Rent car 144
	AddStaticVehicleEx(445,1560.4993,-2240.6768,13.5469,180.9313,95,95,VEHICLERESPAWNTIME); // Rent car 145
	AddStaticVehicleEx(445,1560.6084,-2247.3972,13.5469,180.9313,61,61,VEHICLERESPAWNTIME); // Rent car 146
	AddStaticVehicleEx(445,1560.0042,-2253.9294,13.5459,271.9030,119,119,VEHICLERESPAWNTIME); // Rent car 147
	AddStaticVehicleEx(436,1560.1342,-2260.6089,13.5461,271.3390,92,1,VEHICLERESPAWNTIME); // Rent car 148
	AddStaticVehicleEx(436,1560.1317,-2270.5210,13.5469,266.8270,109,1,VEHICLERESPAWNTIME); // Rent car 149
	AddStaticVehicleEx(436,1542.0807,-2273.1462,13.5469,92.5493,11,1,VEHICLERESPAWNTIME); // Rent car 150
	AddStaticVehicleEx(458,1540.9473,-2263.7605,13.5469,270.3756,109,1,VEHICLERESPAWNTIME); // Rent car 151
	AddStaticVehicleEx(458,1541.7595,-2257.3604,13.5469,270.3756,4,1,VEHICLERESPAWNTIME); // Rent car 152
	AddStaticVehicleEx(458,1542.8369,-2250.8589,13.5469,270.3756,30,1,VEHICLERESPAWNTIME); // Rent car 153
	AddStaticVehicleEx(458,1543.6641,-2244.6936,13.5469,270.3756,91,1,VEHICLERESPAWNTIME); // Rent car 154
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(532,-387.4058,-1476.6927,26.7035,265.6719,0,0,VEHICLERESPAWNTIME); // Harvest 155
	AddStaticVehicleEx(532,-382.8609,-1465.2964,26.7162,262.4081,0,0,VEHICLERESPAWNTIME); // Harvest 156
	AddStaticVehicleEx(532,-392.8095,-1487.2607,26.3314,268.0157,0,0,VEHICLERESPAWNTIME); // Harvest 157
	AddStaticVehicleEx(532,-399.6307,-1500.4774,25.4502,265.1973,0,0,VEHICLERESPAWNTIME); // Harvest 158
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(532,-54.1143,86.1869,4.0927,246.1964,16,0,VEHICLERESPAWNTIME); // Drug harvest 159
	AddStaticVehicleEx(532,-39.0122,-19.7210,4.0923,66.2487,16,0,VEHICLERESPAWNTIME); // Drug harvest 160
	AddStaticVehicleEx(532,-34.2867,-9.5510,4.0883,62.7305,16,0,VEHICLERESPAWNTIME); // Drug harvest 161
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(484,439.2941,-1911.0260,-0.3356,355.3599,-1,-1,VEHICLERESPAWNTIME); // boat 162
    AddStaticVehicleEx(473,438.5605,-1919.6116,-0.1111,355.3599,-1,-1,VEHICLERESPAWNTIME); // boat 163
    AddStaticVehicleEx(484,427.6647,-1918.6882,0.6927,355.3599,-1,-1,VEHICLERESPAWNTIME); // boat 164
    AddStaticVehicleEx(473,428.6749,-1908.8632,0.9604,355.3599,-1,-1,VEHICLERESPAWNTIME); // boat 165
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(407,1775.3115,-1702.3152,13.5074,357.2623,3,1,VEHICLERESPAWNTIME); // FireTruck 166
	AddStaticVehicleEx(407,1782.9917,-1702.4672,13.5082,0.6463,3,1,VEHICLERESPAWNTIME); // FireTruck 167
	AddStaticVehicleEx(431,1169.2975,-1765.0500,13.5703,0.9634, -1, -1, VEHICLERESPAWNTIME);  // bus 168
	AddStaticVehicleEx(574,1668.6692,-1896.1118,13.2720,268.0269,26,26,VEHICLERESPAWNTIME); // Street sweeper 169
	AddStaticVehicleEx(574,1668.7383,-1891.4990,13.2720,270.7320,26,26,VEHICLERESPAWNTIME); // Street sweeper 170
	AddStaticVehicleEx(574,1668.7280,-1886.8180,13.2720,268.9658,26,26,VEHICLERESPAWNTIME); // Street sweeper 171
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(598,1387.6909,375.8332,19.7578,246.9063,29,84,VEHICLERESPAWNTIME); // Sheriff 172
	AddStaticVehicleEx(598,1388.9868,379.3287,19.7578,246.9063,0,0,VEHICLERESPAWNTIME); // Sheriff Black 173
	AddStaticVehicleEx(598,1390.8175,382.6538,19.7578,246.9063,29,84,VEHICLERESPAWNTIME); // Sheriff 174
	AddStaticVehicleEx(598,1391.6755,385.7787,19.7578,246.9063,29,84,VEHICLERESPAWNTIME); // Sheriff 175
	AddStaticVehicleEx(598,1393.1212,389.1278,19.7578,246.9063,29,84,VEHICLERESPAWNTIME); // Sheriff 176
	AddStaticVehicleEx(598,1394.8372,392.5396,19.7578,246.9063,29,84,VEHICLERESPAWNTIME); // Sheriff 177
	AddStaticVehicleEx(598,1396.2068,395.7105,19.7578,246.9063,29,84,VEHICLERESPAWNTIME); // Sheriff 178
	AddStaticVehicleEx(598,1397.7485,399.0609,19.7578,246.9063,29,84,VEHICLERESPAWNTIME); // Sheriff 179
	AddStaticVehicleEx(599,1399.1274,402.4583,19.7578,246.9063,29,84,VEHICLERESPAWNTIME); // Sheriff 180
	AddStaticVehicleEx(599,1400.3956,405.6603,19.7578,246.9063,29,84,VEHICLERESPAWNTIME); // Sheriff 181
	AddStaticVehicleEx(421,1222.598266,-978.992919,43.603176,182.257110,0,0,VEHICLERESPAWNTIME); //FBI Washington 182
	AddStaticVehicleEx(421,1217.757568,-979.189331,43.605392,181.879394,0,0,VEHICLERESPAWNTIME); //FBI Washington 183
	AddStaticVehicleEx(421,1213.521850,-979.748901,43.359020,178.943527,0,0,VEHICLERESPAWNTIME); //FBI Washington 184
	AddStaticVehicleEx(421,1210.105834,-978.639282,43.359054,181.200408,0,0,VEHICLERESPAWNTIME); //FBI Washington 185
	AddStaticVehicleEx(490,1205.067504,-982.154479,43.605598,270.537597,0,0,VEHICLERESPAWNTIME); //FBI Rancher 186
	AddStaticVehicleEx(431,1367.601806,374.114990,19.744220,65.190345,0,0,VEHICLERESPAWNTIME); //Sheriff Bus 187
	AddStaticVehicleEx(497,1385.398803,416.766723,28.932195,156.727859,29,84,VEHICLERESPAWNTIME); //Sheriff Heli 188
	AddStaticVehicleEx(427,1380.671875,368.707641,19.793180,247.288314,84,1,VEHICLERESPAWNTIME); //Sheriff SWAT 189
	AddStaticVehicleEx(525,1793.18124,-1701.231445,13.407100,0.983669,1,3,VEHICLERESPAWNTIME); //EMT Towtruck 190
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(511,-2045.6913,-441.6864,74.6215,90.4928,1,1,2600); // smuggle airplane 191
	AddStaticVehicleEx(511,-2045.6913,-441.6864,74.6215,90.1577,1,1,2600); // smuggle airplane 192
	AddStaticVehicleEx(511,-2045.6913,-441.6864,74.6215,89.9174,1,1,2600); // smuggle airplane 193
	AddStaticVehicleEx(511,-2045.6913,-441.6864,74.6215,94.5918,1,1,2600); // smuggle airplane 194
	AddStaticVehicleEx(511,-2045.6913,-441.6864,74.6215,90.1891,1,1,2600); // smuggle airplane 195
	AddStaticVehicleEx(511,-2045.6913,-441.6864,74.6215,88.8844,1,1,2600); // smuggle airplane 196
	AddStaticVehicleEx(511,-2045.6913,-441.6864,74.6215,92.7429,1,1,2600); // smuggle airplane 197
	AddStaticVehicleEx(511,-2045.6913,-441.6864,74.6215,90.4798,1,1,2600); // smuggle airplane 198
	AddStaticVehicleEx(511,-2045.6913,-441.6864,74.6215,90.4779,1,1,2600); // smuggle airplane 199
	AddStaticVehicleEx(511,-2045.6913,-441.6864,74.6215,88.8091,1,1,2600); // smuggle airplane 200
	AddStaticVehicleEx(511,-2045.6913,-441.6864,74.6215,88.8092,1,1,2600); // smuggle airplane 201
	AddStaticVehicleEx(511,-2045.6913,-441.6864,74.6215,93.2547,1,1,2600); // smuggle airplane 202
	//-------------------------------------------------------------------------------------------
	AddStaticVehicleEx(416,1189.6963,-1305.2448,13.6112,180.3767,1,3,VEHICLERESPAWNTIME); // ambulance 203
	AddStaticVehicleEx(416,1189.5912,-1345.7173,13.6318,2.1848,1,3,VEHICLERESPAWNTIME); // ambulance 204
	AddStaticVehicleEx(416,2039.1674,-1425.6992,17.2286,178.8627,1,3,VEHICLERESPAWNTIME); // ambulance 205
	AddStaticVehicleEx(416,2008.0769,-1410.1896,17.1407,88.9613,1,3,VEHICLERESPAWNTIME); // ambulance 206
	AddStaticVehicleEx(416,2016.5653,-1419.1664,17.1371,90.9496,1,3,VEHICLERESPAWNTIME); // ambulance 207
	AddStaticVehicleEx(407,1796.3120,-1689.5370,13.7135,89.2859,3,1,VEHICLERESPAWNTIME); // firetruck 208
	AddStaticVehicleEx(407,1771.5131,-1689.2325,13.6636,89.4930,3,1,VEHICLERESPAWNTIME); // firetruck 209
	AddStaticVehicleEx(599,1211.7772,-1311.1158,13.7068,0.9668,3,1,VEHICLERESPAWNTIME); // chief rancher 210
	AddStaticVehicleEx(599,1211.8496,-1330.5369,13.7129,0.0784,3,1,VEHICLERESPAWNTIME); // chief rancher 211
	//-------------------------------------------------------------------------------------------
	LinkVehicleToInterior(84,7);
	LinkVehicleToInterior(85,7);
	LinkVehicleToInterior(86,7);
	LinkVehicleToInterior(87,7);

	//============================================================================//

	for(new h = 0; h < sizeof(HouseInfo); h++)
	{
		if(HouseInfo[h][hOwned] == 0)
		{
            Create3DTextLabel("[Property]",0x00AE00FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.75, 25.0, 0);
			HouseInfo[h][hPickupID]=CreateDynamicPickup(1273, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
			pickups++;
		}
		if(HouseInfo[h][hOwned] == 1)
		{
            Create3DTextLabel("[Property]",0x00AE00FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.75, 25.0, 0);
			HouseInfo[h][hPickupID]=CreateDynamicPickup(1239, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
			pickups++;
		}
	}
Reply
#7

k found it,


Create3DTextLabel("[Property]",0x00AE00FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.75, 25.0, 0);
HouseInfo[h][hPickupID]=CreateDynamicPickup(1273, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
pickups++;
}
if(HouseInfo[h][hOwned] == 1)
{
Create3DTextLabel("[Property]",0x00AE00FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.75, 25.0, 0);
HouseInfo[h][hPickupID]=CreateDynamicPickup(1239, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
pickups++;
}
}

but idk bro, sorry i cant get it how to change it. cuz its not simple! we cant change it from here. u need to change some stuff in the script which used to work for pickups not for checkpoints.
Reply
#8

ok i'll wait for others , thanks
Reply
#9

anyone can help me ?
Reply
#10

Plz .. anyone ?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)