14.02.2013, 13:14
I'm getting messed up with this thing, strmid
Like if I have
Can someone make it to start a new line after 128 characters?
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; }