Help please, Chat range
#1

Hey, I want to change the chat to range one like RP

And i want to remove the markers.

Can you help me please ?

Oh last request..

I want to make all with color white the names
Reply
#2

Код:
public OnPlayerText(playerid, text[])
{
    new textv2[128], name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof (name));
    format(textv2, sizeof (textv2), "{FFFFFF}%s: %s", name, text);
    SendPlayerMessageToAll(playerid, textv2);
    return 0;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)