Problem with /me2 command.
#2

No it doesn't, you just have the same format of message in both /me's...

ME: format(str, sizeof(str), "*** %s (ID:%d) %s", str,playerid,cmdtext[4]);
ME2: format(str, sizeof(str), "*** %s (ID:%d) %s", str,playerid,cmdtext[4]);

If you want to see difference then change ME to:
format(str, sizeof(str), "(ME) %s (ID:%d) %s", str,playerid,cmdtext[4]);

and ME2 to:
format(str, sizeof(str), "(ME2) %s (ID:%d) %s", str,playerid,cmdtext[4]);

Also, what color does the /me2 show in, in-game? is it pink or lime green?
Reply


Messages In This Thread
REMOVED - by Campionull - 04.02.2014, 15:17
Re: Problem with /me2 command. - by LocMax - 04.02.2014, 15:38
Re: Problem with /me2 command. - by Borg - 04.02.2014, 16:34

Forum Jump:


Users browsing this thread: 1 Guest(s)