Little line in the middle
#1

Is it possible to remove this little line ingame chat and above peoples head. Normally on a RP server itslike: Name_Name but now i see a lot of Name Name. Without the little stripe.

Anyway to remove it?

Thanks in Advance
Reply
#2

Search
Reply
#3

use something like this
Код:
stock GetPlayerNameEx(playerid)
{
   new string[MAX_PLAYER_NAME];
   GetPlayerName(playerid, string, sizeof(string));
   for(new i; i < MAX_PLAYER_NAME; i++) if (string[i] == '_') string[i] = ' ';
   return string;
}
And when your doing your format for like a /me command put in GetPlayerNameEx on it

EDIT : dam i posted to late oh well
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)