12.12.2010, 13:52
(
Последний раз редактировалось [NeS]Justin; 12.12.2010 в 17:38.
)
Hello,
i there is a bug with colors of VehicleNumberPlates when i try to use a dynamic colorsystem with format strings...
Explanation:
>> the Numberplate shows the complete nBShowString incl. hex code and there is no color changed!
Hope you can fix this problem whith format....
- JayTea
i there is a bug with colors of VehicleNumberPlates when i try to use a dynamic colorsystem with format strings...
Explanation:
Код:
new nBShowString[48]; if(VehNBColor[vehicleid] == 1) { format(nBShowString, sizeof(nBShowString), "{#fb1d37}%s", platetext); } OR if(VehNBColor[vehicleid] == 1) { format(nBShowString, sizeof(nBShowString), "{%x}%s", GetNBColor(vehicleid), platetext); } .......so on with some other VehNBColors.... SetVehicleNumberPlate(vehicleid, nBShowString);
Hope you can fix this problem whith format....
- JayTea