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

Quote:
Originally Posted by Amagida
Посмотреть сообщение
PHP код:
stock ConvertInRPStyle(player_name[MAX_PLAYER_NAME])
{
      for(new 
iMAX_PLAYER_NAMEi++)
      {
           if(
player_name[i] == '_')   player_name[i] = ' ';
      }
      return 
player_name;

PHP код:
format(nametagsizeof(nametag), "{%06x} %s (%i)\n{DB816F}HP: %.0f {FFFFFF}- AR: %.0f"GetPlayerColor(i) >>> 8ConvertInRPStyle(playername), ihparmour); 
Should've show the full name, but it only shows the first name

https://imgur.com/a/cTmhJ
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: 1 Guest(s)