Quote:
Originally Posted by Amagida
PHP код:
stock ConvertInRPStyle(player_name[MAX_PLAYER_NAME])
{
for(new i; i < MAX_PLAYER_NAME; i++)
{
if(player_name[i] == '_') player_name[i] = ' ';
}
return player_name;
}
PHP код:
format(nametag, sizeof(nametag), "{%06x} %s (%i)\n{DB816F}HP: %.0f {FFFFFF}- AR: %.0f", GetPlayerColor(i) >>> 8, ConvertInRPStyle(playername), i, hp, armour);
|
Should've show the full name, but it only shows the first name
https://imgur.com/a/cTmhJ