need a little help
#1

can someone please say how i can change Player Text color ? just like in this picture:


PICTURE IS NOT BY ME ! just found it from old topic

and thanks if can someone help
Reply
#2

pawn Код:
public OnPlayerText(playerid, text[])
{
    new playername[24], msg[128];
    GetPlayerName(playerid, playername, sizeof(playername));
    format(msg, sizeof(msg), "%s (%d): %s", playername, playerid, text);
    SendClientMessageToAll(COLOR, msg);
    return 0;
}
Change COLOR to whatever color you want.
Reply
#3

Thank you it works
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)