02.04.2015, 00:03
"materialcolor1" and "materialcolor2" requires the color to be in ARGB format. SA-MP uses RGBA colors.
For instance, red would be 0xFF0000FF in RGBA format, and 0xFFFF0000 in ARGB format. Just swap the alpha value.
For instance, red would be 0xFF0000FF in RGBA format, and 0xFFFF0000 in ARGB format. Just swap the alpha value.