Adding Cars
#4

Mate,i will help you.

Search for :
Код:
public IsAnAmbulance(carid)
then you will see this:
Код:
public IsAnAmbulance(carid)
{
	if((carid >= 52) && (carid <= 55))
	{
		return 1;
	}
	return 0;
}
and that numbers are the cars counted from 1 to somenumber.
You must just increase that number depending on the number you added.
It is like you added 2 more cars under 52 then it would be

Код:
public IsAnAmbulance(carid)
{
	if((carid >= 54) && (carid <= 57))
	{
		return 1;
	}
	return 0;
}
it is simple.It is the same trick for Stealing a police car,you are not a taxi driver and things like that.
IsAboat...

-Naruto4
Reply


Messages In This Thread
Adding Cars - by whitedragon - 28.11.2009, 19:08
Re: Adding Cars - by dice7 - 28.11.2009, 19:23
Re: Adding Cars - by whitedragon - 28.11.2009, 19:28
Re: Adding Cars - by Naruto4 - 28.11.2009, 19:36
Re: Adding Cars - by MJ! - 28.11.2009, 19:49
Re: Adding Cars - by Naruto4 - 28.11.2009, 19:57
Re: Adding Cars - by whitedragon - 29.11.2009, 08:28

Forum Jump:


Users browsing this thread: 1 Guest(s)