Faction Cars
#1

how can i add more cars in factions
For example The Faction Russian Bratva:
Код:
		if(newcar == 69 || newcar == 70 || newcar == 71 || newcar == 99 || newcar == 100 || newcar == 101)
		{
		  if(PlayerInfo[playerid][pMember] == 11||PlayerInfo[playerid][pLeader] == 11) { }
		  else
			{
		    SendClientMessage(playerid,COLOR_GREY,"  You are not a Russian Bratva Member !");
		    RemovePlayerFromVehicle(playerid);
		  }
		}
And the AddStaticVehicle Code
Код:
	AddStaticVehicleEx(415,1242.8447,-2018.2719,60.0984,180.2751,50, 50, 60000);//69 Russian Bratva /*Sentinel*/
	AddStaticVehicleEx(550,1247.9614,-2045.3164,59.7690,268.9492,50, 50, 60000);//Russian Bratva/*Sentinel*/
	AddStaticVehicleEx(560,1276.6172,-2045.9310,59.0498,89.1410,50, 50, 60000);//Russian Bratva/*Sentinel*/
IF i add more cars on addstaticvehicle it appears bugs like "You are not hitman"etc
Reply


Messages In This Thread
Faction Cars - by Jo1Nt - 29.01.2010, 11:15
Re: Faction Cars - by Jo1Nt - 29.01.2010, 17:22
Re: Faction Cars - by Naruto4 - 29.01.2010, 18:38
Re: Faction Cars - by Jo1Nt - 29.01.2010, 19:02
Re: Faction Cars - by Joe Staff - 29.01.2010, 19:07
Re: Faction Cars - by Jo1Nt - 29.01.2010, 19:11
Re: Faction Cars - by Naruto4 - 31.01.2010, 17:59

Forum Jump:


Users browsing this thread: 1 Guest(s)