Help : How to Delete color
#1

Hi guys


Please how to delete color on chat and color name player
Reply
#2

You want the player's name on chat to be white but in game play to have its original color?
Reply
#3

Quote:
Originally Posted by HurtLocker
Посмотреть сообщение
You want the player's name on chat to be white but in game play to have its original color?
i want to delete color on chat http://postimg.org/image/ivxbqhvcr/


and name
Reply
#4

Use SetPlayerColor ( https://sampwiki.blast.hk/wiki/Function:SetPlayerColor ) in OnPlayerConnect
Reply
#5

press F7 two times.
Reply
#6

What do you mean 'delete' the color? You can't 'delete' the colour, you can set the colour though. You can't make it transparent though.

Do you mean turn it white?
Reply
#7

i asked you a question man, help us to help you.
EDIT: Add this in your gm:
pawn Код:
public OnPlayerText(playerid, text[])
{
    new text[128], name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof (name));
    format(text, sizeof (text), "{FFFFFF}%s:[%d] %s", name, playerid, text);
    SendPlayerMessageToAll(playerid, text);
    return 0;
}
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)