/me command help !
#1

Hello I have long needed a way to make my command will be long and not by line stop and after a few words that will open another line please help my command so please help

Код:
command(me, playerid, params[]) {
	new
	    string[128];

	if(isnull(params))
	{
	    return SendClientMessage(playerid, WHITE, "SYNTAX: /me [action]");
	}
	if(Player[playerid][pMask] == 1)
	{
	    format(string, sizeof(string), "*[Mask_%d] %s", Player[playerid][MaskRandom], params);
	}
	else
	{
		format(string, sizeof(string), "* %s %s", RemoveUnderScore(playerid), params);
	}
	NearByMessage(playerid, COLOR_PURPLE, string);
	Player[playerid][MeActions]++;
	return 1;
}
Reply


Messages In This Thread
/me command help ! - by UnAngel - 20.10.2012, 08:19
Re: /me command help ! - by Gamer_007 - 20.10.2012, 09:16
Re: /me command help ! - by JaKe Elite - 20.10.2012, 09:21
Re: /me command help ! - by UnAngel - 20.10.2012, 09:23
Re: /me command help ! - by JaKe Elite - 20.10.2012, 09:24
Re: /me command help ! - by UnAngel - 20.10.2012, 10:02
Re: /me command help ! - by UnAngel - 20.10.2012, 12:12
Re: /me command help ! - by JaKe Elite - 20.10.2012, 12:19
Re: /me command help ! - by UnAngel - 20.10.2012, 12:23

Forum Jump:


Users browsing this thread: 1 Guest(s)