14.12.2010, 13:46
Well we're just creating strings, applying the colorcodes when we format the string and
then apply the string to SetVehicleNumberPlate.
Example:
And It works fine without the colorcode.
then apply the string to SetVehicleNumberPlate.
Example:
pawn Код:
new string[32];
format(string, sizeof(string), "{COLOR}%s",VALUE);
SetVehicleNumberPlate(vehicleid,string);

