How to make PlayerID near player nick ?
#1

How to make PlayerID near player nick ? i whait answer and srr for bad english
Reply
#2

help me please i need this
Reply
#3

Player id where? on top of the players head, in their chat?
Reply
#4

in chat , can make that?
Reply
#5

You mean something like this?
pawn Код:
public OnPlayerText(playerid, text[])
{
    new sendername[MAX_PLAYER_NAME], string[128];
    GetPlayerName(playerid, sendername, sizeof(sendername));
    format(string, sizeof(string), "%s(%d): %s", sendername, playerid, text);
    SendClientMessageToAll(COLOR_HERE, string);
    return 0;
}
This should work, I haven't tested I wrote this up quickly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)