24.05.2012, 18:53
color1 is I assume an integer? You need to set it as a string.
pawn Код:
new string[10];
format(string, 10, "%i", color1);
SetVehicleNumberPlate(vehid, string);