[SOLVED] Underscore
#8

pawn Код:
stock GetPlayerNameEx(playerid)
{
    new pname[MAX_PLAYER_NAME]; GetPlayerName(playerid,pname,sizeof(pname));
    new i = strfind(pname,"_",true);
    if(i != (-1)) pname[i] = ' ';
    return pname;
}
Reply


Messages In This Thread
[SOLVED] Underscore - by KnooL - 12.01.2010, 14:37
Re: [UNSOLVED] Underscore - by RyDeR` - 12.01.2010, 14:44
Re: [UNSOLVED] Underscore - by Virtual1ty - 12.01.2010, 14:50
Re: [UNSOLVED] Underscore - by GTAguillaume - 12.01.2010, 14:51
Re: [UNSOLVED] Underscore - by KnooL - 12.01.2010, 19:38
Re: [UNSOLVED] Underscore - by KnooL - 13.01.2010, 16:03
Re: [UNSOLVED] Underscore - by AiVAMAN - 13.01.2010, 16:20
Re: [UNSOLVED] Underscore - by Sergei - 13.01.2010, 16:22
Re: [UNSOLVED] Underscore - by KnooL - 13.01.2010, 16:52
Re: [UNSOLVED] Underscore - by Kurence - 13.01.2010, 17:26

Forum Jump:


Users browsing this thread: 2 Guest(s)