Admin Chat Issue
#6

Quote:
Originally Posted by Joshswag
Посмотреть сообщение
Bump, issue is still not resolved and I can't find the problem.
Try changing
Код:
format(string, sizeof(string), "%s %s:"COL_WHITE "%s", atext, RemoveUnderScore(playerid), playerid, result);
to

Код:
new PLAYER_NAME[MAX_PLAYER_NAME];
GetPlayerName(playerid, PLAYER_NAME, MAX_PLAYER_NAME);
format(string, sizeof(string), "%s %s: "COL_WHITE"%s", atext, PLAYER_NAME, result);
Reply


Messages In This Thread
Admin Chat Issue - by Joshswag - 12.10.2013, 09:27
Re: Admin Chat Issue - by boomerboom - 12.10.2013, 09:31
Re: Admin Chat Issue - by Joshswag - 12.10.2013, 09:39
Re: Admin Chat Issue - by boomerboom - 12.10.2013, 09:42
Re: Admin Chat Issue - by Joshswag - 13.10.2013, 08:11
Re: Admin Chat Issue - by showdown - 13.10.2013, 08:42
Re: Admin Chat Issue - by Joshswag - 13.10.2013, 09:16

Forum Jump:


Users browsing this thread: 1 Guest(s)