/me command help
#9

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;
}
Reply


Messages In This Thread
/me command help - by [LSG]Lil_Familie - 09.06.2012, 17:09
Re: /me command help - by jamax - 09.06.2012, 17:10
AW: /me command help - by [LSG]Lil_Familie - 09.06.2012, 17:12
Re: /me command help - by NeroX98 - 09.06.2012, 17:12
AW: /me command help - by JhnzRep - 09.06.2012, 17:13
Re: /me command help - by varga - 09.06.2012, 17:14
Re: /me command help - by jamax - 09.06.2012, 17:15
AW: Re: /me command help - by [LSG]Lil_Familie - 09.06.2012, 17:16
Re: /me command help - by varga - 09.06.2012, 17:17
AW: /me command help - by [LSG]Lil_Familie - 09.06.2012, 17:21

Forum Jump:


Users browsing this thread: 2 Guest(s)