URGENT - PLEASE HELP ME!!!
#1

Hi guys.
Does anyone know what is the pawno code for change only the name i mean without the TAB color , just color name ingame, not SetPlayerColor.
Reply
#2

pawn Код:
SetPlayerName(playerid, name[])
https://sampwiki.blast.hk/wiki/SetPlayerName
Reply
#3

My fault , not setplayername , i ment the pawn code for the COLOR NAME without changing the TAB COLOR.
Reply
#4

I don't get you.
Reply
#5

I mean HOW TO CHANGE THE PLAYER'S COLOR NAME WITHOUT THE WHOLE TAB COLOR , I MEAN THE NAME COLOR INGAME WHEN HE SAYS SOMETHING TO BE RED AND WHEN WE PRESS TAB THE COLOR BE WHITE
Reply
#6

its not possible to set player name color without changing player color
Reply
#7

pawn Код:
public OnPlayerText(playerid, text[])
{
    new str[145], pname[24];
    GetPlayerName(playerid, pname, sizeof (pname));
    format(str, sizeof (str), "{FF0000}%s: {FFFFFF}%s", pname, text); // Change the hex to the color you want.
    SendClientMessageToAll(-1, str);
    return 0;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)