Player ID in front of Player Name?
#5

That still didn't work. Here's the code in case you're wondering what I'm doing wrong.
pawn Код:
public OnPlayerSpawn(playerid)
{
    [B]new newplayername[MAX_PLAYER_NAME+4];
    GetPlayerName(playerid, newplayername, sizeof(newplayername));
    format(newplayername, sizeof(newplayername), "(%d) %s", playerid, newplayername);
    SetPlayerName(playerid, newplayername);[/B]
    return 1;
}
Reply


Messages In This Thread
Player ID in front of Player Name? - by iPoisonxL - 03.07.2013, 22:42
Re: Player ID in front of Player Name? - by shadowdog - 03.07.2013, 23:24
Re: Player ID in front of Player Name? - by iPoisonxL - 03.07.2013, 23:27
Re: Player ID in front of Player Name? - by BigGroter - 03.07.2013, 23:48
Re: Player ID in front of Player Name? - by iPoisonxL - 04.07.2013, 10:22
Re: Player ID in front of Player Name? - by Vince - 04.07.2013, 10:24
Re: Player ID in front of Player Name? - by iPoisonxL - 04.07.2013, 10:27
Re: Player ID in front of Player Name? - by Vince - 04.07.2013, 10:29
Re: Player ID in front of Player Name? - by RedFusion - 04.07.2013, 10:32
Re: Player ID in front of Player Name? - by TheMaxXx - 04.07.2013, 10:35

Forum Jump:


Users browsing this thread: 1 Guest(s)