fast reply
#1

im chat is fully same color i need to change text message color not name



here code
pawn Code:
new string[128], name[MAX_PLAYER_NAME];
        GetPlayerName(playerid, name, sizeof(name));
        format(string, sizeof(string), "%s (%i): %s", name, playerid, text);
        SendClientMessageToAll(GetPlayerColor(playerid), string);
Reply
#2

You can try that new thing like this:
pawn Code:
format(string, sizeof(string), "%s (%i): {FFFFFF}%s", name, playerid, text);
Reply
#3

Use SendPlayerMessageToAll.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)