06.06.2009, 15:11
I found out that the first car ID was 182 and the last 265.
So I changed the Public IsAnOwnableCar into this:
But when I entered the server and got in car ID 182 it looked like this:

So I changed the Public IsAnOwnableCar into this:
Код:
public IsAnOwnableCar(vehicleid) { if(vehicleid >= 182 && vehicleid <= 265) { return 1; } return 0; }
