Chat range
#7

ight here man
Quote:

CMD:b(playerid, params[])
{
new string[128];
if(sscanf(params, "s[128]", params)) return SendClientMessage(playerid, COLOR_WHITE, "Usage: /b [text] (Local OOC Chat)");
if(AntiAdv(playerid, params)) return 1;
format(string, sizeof(string), "(( Local OOC: %s: %s ))", NAMEGET(playerid), params);
NearMessageSender(playerid, 12, string, COLOR_FADE2,COLOR_FADE2,COLOR_FADE2,COLOR_FADE2,CO LOR_FADE2);
return 1;
}

Reply


Messages In This Thread
fixed - by Nines - 30.06.2013, 11:54
Re: Chat range - by Nines - 30.06.2013, 13:00
Re: Chat range - by BlackID - 30.06.2013, 13:06
Re: Chat range - by Twizted - 30.06.2013, 13:17
Re: Chat range - by Nines - 30.06.2013, 13:37
Re: Chat range - by Twizted - 30.06.2013, 14:02
Re: Chat range - by Nines - 30.06.2013, 14:10
Re: Chat range - by drichie - 30.06.2013, 14:15
Re: Chat range - by Nines - 30.06.2013, 14:20
Re: Chat range - by drichie - 30.06.2013, 14:23

Forum Jump:


Users browsing this thread: 1 Guest(s)