Textdraw Player Names
#6

Код:
stock RPName(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;
}
Reply


Messages In This Thread
Textdraw Player Names - by ThatFag - 18.08.2016, 21:41
Re: Textdraw Player Names - by Loinal - 18.08.2016, 22:52
Re: Textdraw Player Names - by ThatFag - 18.08.2016, 22:53
Re: Textdraw Player Names - by Sew_Sumi - 18.08.2016, 23:00
Re: Textdraw Player Names - by WhiteGhost - 18.08.2016, 23:02
Re: Textdraw Player Names - by ThatFag - 18.08.2016, 23:15
Re: Textdraw Player Names - by Sew_Sumi - 18.08.2016, 23:54

Forum Jump:


Users browsing this thread: 4 Guest(s)