03.01.2015, 05:58
i am getting error in that code about mismatch of argument.
I got the solution from wiki . but i have another problem
if i add the above code in OnPlayerText then it will send the message to that player in white and red color . but i want that if the player type /red then only in that case the half message appears red and if he again type /red so the code reset to default (all text appear in white)
I got the solution from wiki . but i have another problem
PHP код:
#define COLOR_RED_EMBED "FF0000"
SendClientMessage(playerid, -1, "This is white and {"COLOR_RED_EMBED"}this is red.");