Quick question.
#1

I spawned some cop cars (id: 198, 199) and when I enter then it acts as if they are the type of vehicles for you to buy.
This is the line of code that triggers it I believe, how can I fix it?.

Код:
public IsAnOwnableCar(vehicleid)
{
	if(vehicleid >= 184 && vehicleid <= 268) { return 1; }
	return 0;
}
Reply


Messages In This Thread
Quick question. - by -eXo - 22.04.2009, 22:03
Re: Quick question. - by BSMan - 22.04.2009, 22:47

Forum Jump:


Users browsing this thread: 1 Guest(s)