09.06.2012, 17:17
it is 100% working but you can change the colors i mean usethis way (using only one color) :
if(strcmp(cmdtext, "/me", true, 3)==0)
{
new pname1[24], string[256];
GetPlayerName(playerid, pname1, 24);
format(string, 256, "{762B76}*** %s %s", pname1, cmdtext[4]);
SendClientMessage(0xFFFFFFAA , string);
return 1;
}
if(strcmp(cmdtext, "/me", true, 3)==0)
{
new pname1[24], string[256];
GetPlayerName(playerid, pname1, 24);
format(string, 256, "{762B76}*** %s %s", pname1, cmdtext[4]);
SendClientMessage(0xFFFFFFAA , string);
return 1;
}