/me cmd
#2

Код:
if (strcmp("/me", cmdtext, true, 3) == 0)
	{
	    new me[20];
	    new text[19];
	    new name[MAX_PLAYER_NAME];
	    format(me, sizeof(me), "*%s %s", name, text);
		SendClientMessageToAll(COLOR_WHITE, me);
		IRC_GroupSay(gGroupID, IRC_CHANNEL, me);
		IRC_GroupSay(gGroupID, ADMIN_IRC_CHANNEL, me);
		return 1;
        }
This may help you!
Reply


Messages In This Thread
/me cmd - by logoster - 30.04.2012, 15:49
Re: /me cmd - by LaGrande - 30.04.2012, 16:08
Re: /me cmd - by MichaelProPlayer - 30.04.2012, 16:54

Forum Jump:


Users browsing this thread: 1 Guest(s)