28.11.2009, 19:36
Mate,i will help you.
Search for :
then you will see this:
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
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
Search for :
Код:
public IsAnAmbulance(carid)
Код:
public IsAnAmbulance(carid) { if((carid >= 52) && (carid <= 55)) { return 1; } return 0; }
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; }
IsAboat...
-Naruto4