13.02.2014, 22:41
You would have to use str_replace from strlib and replace the underline with <<<>>> like so:
Then you would use PlayerTextDrawSetString, PlayerTextDrawHide and PlayerTextDrawShow. You should also use that str_replace at the time you set the TextDraw's string or save it to a variable.
pawn Код:
new PlayerName[MAX_PLAYER_NAME];
GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
str_replace("_", "<<<>>>", playerName);