Checking if strval of string, and make a new line.
#4

I'm getting messed up with this thing, strmid

Like if I have

Код:
CMD:me(playerid, params[])
{
	new string[256],action[256];
	if(sscanf(params, "s[256]", action)) return SCM(playerid, -1, "USAGE: /me [action]");
	format(string, sizeof(string), "* %s %s", GetNameWithMask(playerid), action);
	ProxDetector(30, playerid, string, COLOR_PURPLE);
	return 1;
}
Can someone make it to start a new line after 128 characters?
Reply


Messages In This Thread
Checking if strval of string, and make a new line. - by PaulDinam - 14.02.2013, 11:41
Re: Checking if strval of string, and make a new line. - by zxc1 - 14.02.2013, 12:16
Re: Checking if strval of string, and make a new line. - by RajatPawar - 14.02.2013, 12:17
Re: Checking if strval of string, and make a new line. - by PaulDinam - 14.02.2013, 13:14

Forum Jump:


Users browsing this thread: 1 Guest(s)