over nick the player id
#10

pawn Код:
public OnPlayerText(playerid, text[]) {

    new
        cString[128],
        pName[MAX_PLAYER_NAME]
    ;
   
    GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
    format(cString, sizeof(cString), "%s(%d): {FFFFFF}%s", pName, playerid, text);
    SendClientMessageToAll(GetPlayerColor(playerid), cString);
   
    return 0;
}
to get the real chat effect...
Reply


Messages In This Thread
PlayerID near player nick - by V4at - 31.10.2011, 08:52
Re : over nick the player id - by V4at - 31.10.2011, 11:13
Re: over nick the player id - by Scenario - 31.10.2011, 11:16
Re: over nick the player id - by knackworst - 31.10.2011, 11:18
Re : over nick the player id - by V4at - 31.10.2011, 11:18
Re: over nick the player id - by Psymetrix - 31.10.2011, 11:46
Re: over nick the player id - by knackworst - 31.10.2011, 11:55
Re : over nick the player id - by V4at - 31.10.2011, 12:12
Re: over nick the player id - by Psymetrix - 31.10.2011, 12:40
Re: over nick the player id - by knackworst - 31.10.2011, 12:49

Forum Jump:


Users browsing this thread: 3 Guest(s)