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
#2

is that godfather?
if so, u need to look for the car type ithink
CarInfo[vehicleid][vType] - something like that, im pretty rusty :S
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)