04.04.2016, 15:18
Change
to
Then remove the
And set the plate:
Also make sure that Vehicles[i][plate] is defined a String in the enum.
pawn Код:
Vehicles[i][plate] = dini_Int(CarFile(i), "plate");
pawn Код:
format(Vehicles[i][plate], 32, "%s", dini_Get(CarFile(i), "plate"));
pawn Код:
new iStr;
format(iStr, sizeof(iStr), "%s", plate);
pawn Код:
SetVehicleNumberPlate(i, Vehicles[i][plate]);