Faction Vehicles
#1

I got 6 ZR-350 with a siren as cop vehicle.
I used the next code to prevent civillians to enter the ZR-350

Код:
		if(vehicleid >= CopVehicle[0] && vehicleid <= CopVehicle[6])
	{
		if(PlayerInfo[playerid][pMember] != 1)
	    {
	    	SendClientMessage(playerid, COLOR_WHITE,"You don't have the keys of this vehicle( Faction-vehicle)");
	    	ClearAnimations(playerid);
		}
	}
And here the vehicles and siren..
Код:
	CopVehicle[0] = AddStaticVehicle(477,1566.2892,-1615.8591,13.1186,270.1325,1,1); // cop car 1
	CopVehicle[1] = AddStaticVehicle(477,1557.3464,-1615.8545,13.1397,270.2108,1,1); // cop car 2
	CopVehicle[2] = AddStaticVehicle(477,1591.6287,-1606.2499,13.1367,180.9415,1,1); // cop car 3
	CopVehicle[3] = AddStaticVehicle(477,1597.4304,-1606.0475,13.1902,181.4439,1,1); // cop car 4
	CopVehicle[4] = AddStaticVehicle(477,1601.6312,-1630.6210,13.2421,91.8427,1,1); // cop car 5
	CopVehicle[5] = AddStaticVehicle(477,1564.4960,-1631.6226,13.1129,88.9426,1,1); // cop car 6

	new SirenC;
	for(new i=0; i<sizeof(CopVehicle); i++)
	{
    SirenC = CreateObject(19419, 10.0, 10.0, 10.0, 0, 0, 0);
    AttachObjectToVehicle(SirenC, CopVehicle[i], -0.039999, -0.469999, 0.669999, 0.000000, 0.000000, 0.000000);
But civillians can still enter the car? Whats wrong?
Reply


Messages In This Thread
Faction Vehicles - by Facerafter - 05.05.2013, 17:51
Re: Faction Vehicles - by BossZk - 05.05.2013, 18:11
Re: Faction Vehicles - by MattyG - 05.05.2013, 18:17
Re: Faction Vehicles - by Facerafter - 05.05.2013, 18:27
Re: Faction Vehicles - by MattyG - 05.05.2013, 18:32
Re: Faction Vehicles - by J4mmyHD - 05.05.2013, 18:45
Re: Faction Vehicles - by Facerafter - 05.05.2013, 18:51
Re: Faction Vehicles - by JJB562 - 05.05.2013, 20:55
Re: Faction Vehicles - by Facerafter - 05.05.2013, 21:40
Re: Faction Vehicles - by JJB562 - 05.05.2013, 22:50

Forum Jump:


Users browsing this thread: 1 Guest(s)