02.02.2020, 21:15
I ran into this issue just now and instead of making the script differently I'd first like to know why exactly doesn't this work?
Example code:
Error is at this line:
Example code:
Code:
new col_str[24], pgpg[10]; format(pgpg, 10, "FF0000"); format(col_str, 24, "0x%sCC", pgpg); GangZoneFlashForPlayer(playerid, gangwars_Zone, col_str);
Code:
GangZoneFlashForPlayer(playerid, gangwars_Zone, col_str);