How I can do this?
#3

pawn Код:
stock RemoveUnderscores(id)
{
    new pname[24], i;
    GetPlayerName(playerid, pname, 24);
    while(pname[i] != 0)
    {
        if(pname[i] == '_') pname[i] == ' ';
        i++;
    }
    return pname;
}
Something like that would work.
Reply


Messages In This Thread
How I can do this? - by TheDiscussionCafe - 28.04.2012, 07:05
Re: How I can do this? - by Niko_boy - 28.04.2012, 07:10
Re: How I can do this? - by [HiC]TheKiller - 28.04.2012, 07:11

Forum Jump:


Users browsing this thread: 1 Guest(s)