11.08.2011, 05:24
Hello , today i removed all cars from larp(gtaRP) , except on bus , so i added new Dealership cars to cars.cfg , i edited
and the /rac , but its sayng Number of vehicle models : 1 , and dont show cars ingame , whats problem ?
Код:
new CarInfo[52][cInfo];
Код:
public IsAnOwnableCar(vehicleid) { if(vehicleid >= 2 && vehicleid <= 51) { return 1; } return 0; }