06.09.2018, 17:48
Since max color is 255
it can be done like this:
usage:
it can be done like this:
PHP Code:
new Color[MAX_VEHICLES][2 char];
PHP Code:
Color[vehicleid]{0} = color1;
Color[vehicleid]{1} = color2;

