Removing " _ " in player name help pls.!
#9

PHP код:
stock GetICName        playerid ) {
    new 
szICNameMAX_PLAYER_NAME+];
    
GetPlayerNameplayeridszICNamesizeofszICName ) );
    for( new 
i=0strlenszICName ); ++) {
        if( 
szICName] == '_' ) {
            
szICName] = ' ';
        }
    }
    return 
szICName;

Reply


Messages In This Thread
Removing " _ " in player name help pls.! - by TitoRayne - 27.03.2018, 01:47
Re: Removing " _ " in player name help pls.! - by Amagida - 27.03.2018, 02:03
Re: Removing " _ " in player name help pls.! - by TitoRayne - 27.03.2018, 02:15
Re: Removing " _ " in player name help pls.! - by Amagida - 27.03.2018, 02:21
Re: Removing " _ " in player name help pls.! - by TitoRayne - 27.03.2018, 02:22
Re: Removing " _ " in player name help pls.! - by Amagida - 27.03.2018, 02:28
Re: Removing " _ " in player name help pls.! - by TitoRayne - 27.03.2018, 02:32
Re: Removing " _ " in player name help pls.! - by Amagida - 27.03.2018, 02:32
Re: Removing " _ " in player name help pls.! - by Kane - 27.03.2018, 03:42
Re: Removing " _ " in player name help pls.! - by AlamoTR - 27.03.2018, 06:20

Forum Jump:


Users browsing this thread: 2 Guest(s)