LARP MAfia/gang cars
#1

Hello . I have problem to add Mafia cars to La Famiglia Sintra if ai add cars then cars is for sale ? can som1 help me ?
BAD ENGLISH

ok i have actived it but how i can add these cars to mafia it go to sale

Код:
  AddStaticVehicle(560,1255.3193,-803.8607,83.8454,180.8869,115,115); // La Famiglia Sinatra
  AddStaticVehicle(560,1242.8909,-803.2634,83.8458,180.6330,115,115); // La Famiglia Sinatra
  AddStaticVehicle(409,1248.8331,-806.1240,83.9407,179.9658,115,115); // La Famiglia Sinatra
  AddStaticVehicle(598,1293.1139,-824.1514,82.8899,180.0306,115,115); // La Famiglia Sinatra
  AddStaticVehicle(431,1279.6552,-830.2987,83.2359,89.7303,115,115); // La Famiglia Sinatra
  AddStaticVehicle(487,1292.0697,-786.7369,96.6378,359.0001,115,115); // La Famiglia Sinatra
HELP
Reply
#2

REALY nO ONE CANT HELP ? NEED FAST HELP
Reply
#3

Quote:
Originally Posted by andero11
REALY nO ONE CANT HELP ? NEED FAST HELP
for sinatra cars:

Код:
forward IsAGangCar2(carid);
Код:
public IsAGangCar2(carid)
{
if(carid >= 172 && carid <= 175)  < -- it means 172 to 175 car are gang cars , change the ids how you have them
	{
		return 1;
	}
	return 0;
}
Код:
if(IsAGangCar2(newcar))
		{
		  if(PlayerInfo[playerid][pLeader] == 6||PlayerInfo[playerid][pMember] == 6) { }
		  else {
	    RemovePlayerFromVehicle(playerid);
	    SendClientMessage(playerid, COLOR_GREY,"You don't have keys of this vehicle.");}
		}
Its is possible you have these codes in your script u only need re active them . just delete /* and */ things.

-------------------------------------------
that because the cars go buyable cars is that . servers cars are 1-184 , next cars are buyable . you need change script to increase these ammounts.


Good Luck!

Reply
#4

Thanks i have just actived that but how i cann add cars if i hat cars then its going to sale my cars

Код:
  AddStaticVehicle(560,1255.3193,-803.8607,83.8454,180.8869,115,115); // La Famiglia Sinatra
  AddStaticVehicle(560,1242.8909,-803.2634,83.8458,180.6330,115,115); // La Famiglia Sinatra
  AddStaticVehicle(409,1248.8331,-806.1240,83.9407,179.9658,115,115); // La Famiglia Sinatra
  AddStaticVehicle(598,1293.1139,-824.1514,82.8899,180.0306,115,115); // La Famiglia Sinatra
  AddStaticVehicle(431,1279.6552,-830.2987,83.2359,89.7303,115,115); // La Famiglia Sinatra
  AddStaticVehicle(487,1292.0697,-786.7369,96.6378,359.0001,115,115); // La Famiglia Sinatra
Reply
#5

no one `?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)