22.04.2009, 22:03
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?.
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;
}

