14.12.2017, 11:10
Use the `i` as an indicator to the current stage and conditional statement to know what i equals to, if it equals to any i, make it send the message with the color formatted in HEX between {}
Something like so
Something like so
pawn Код:
if(i==3) SendClientMessage(playerid, COLOR_RED);
