03.02.2020, 15:01
Apollo explained the error. Converting string to hex can be done with sscanf
Use `hex_color` in `GangZoneFlashForPlayer` function.
pawn Code:
new hex_color;
format(col_str, 24, "0x%sCC", pgpg);
sscanf(col_str, "x", hex_color);