19.05.2011, 10:49
In LoadCar change this
to
And in OnPropUpdate change masini.cfg to cars.cfg
pawn Код:
CarInfo[idx][cLicense] = strval(arrCoords[10]);
pawn Код:
strmid(CarInfo[idx][cLicense], arrCoords[10], 0, strlen(arrCoords[10]), 255);

