[HELP] Remove the underscore in players names
#4

pawn Код:
stock GetPlayerRPName( playerid, name[ ], len )
{
    GetPlayerName( playerid, name, len );
    for(new i = 0; i < len; i++ )
    {
        if ( name[ i ] == '_' )
        name[ i ] = ' ';
    }
}
Better use this in stead of the normal GetPlayerName, and voilla
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)