02.04.2015, 12:16
You could just use #define.
pawn Код:
#define red "{FF0000}"
SendClientMessage(playerid, -1, "This is white - "red"This is red");