[Ajuda] Tem como fazer isso?
#2

pawn Код:
stock NickPlayer(playerid)
{
    new string[24];
    GetPlayerName(playerid,string,24);
    new str[24];
    strmid(str,string,0,strlen(string),24);
    for(new i = 0; i < MAX_PLAYER_NAME; ++i)
    {
        if (str[i] == '_') str[i] = ' ';
    }
    return str;
}
code por: Ricop522
Reply


Messages In This Thread
Tem como fazer isso? - by Tony_Rodrigues - 06.08.2012, 16:03
Re: Tem como fazer isso? - by Delete_ - 06.08.2012, 16:22
Re: Tem como fazer isso? - by paulor - 06.08.2012, 16:39
Re: Tem como fazer isso? - by Tony_Rodrigues - 06.08.2012, 16:49
Re: Tem como fazer isso? - by Ricop522 - 06.08.2012, 17:56
Re: Tem como fazer isso? - by paulor - 06.08.2012, 18:30

Forum Jump:


Users browsing this thread: 1 Guest(s)