Name with dots
#2

pawn Код:
GetNameWithDots(playerid)
{
    new playersName[MAX_PLAYER_NAME + 6];
    GetPlayerName(playerid, playersName, MAX_PLAYER_NAME);
    strcat(playersName, ".....");
    return playersName;
}
Reply


Messages In This Thread
Name with dots - by Whizion - 14.11.2012, 13:26
Re: Name with dots - by SuperViper - 14.11.2012, 14:15
Re: Name with dots - by Whizion - 14.11.2012, 14:39

Forum Jump:


Users browsing this thread: 2 Guest(s)