Name help.
#2

try this may be it work
pawn Код:
stock RemoveUnderScore(playerid)
{
    new name[MAX_PLAYER_NAME];
    playerid = id
    GetPlayerName(id,name,sizeof(name));
    for(new i = 0; i < MAX_PLAYER_NAME; i++)
    {
        if(name[i] == '_') name[i] = ' ';
    }
    return name;
}
Reply


Messages In This Thread
Name help. - by iGetty - 19.07.2011, 17:26
Re: Name help. - by shaikh007 - 19.07.2011, 17:48
Re: Name help. - by XGh0stz - 19.07.2011, 18:27
Re: Name help. - by Amit_B - 19.07.2011, 18:36

Forum Jump:


Users browsing this thread: 1 Guest(s)