Little line in the middle
#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


Messages In This Thread
Little line in the middle - by remyguys - 13.01.2011, 09:27
Re: Little line in the middle - by JamesC - 13.01.2011, 09:59
Re: Little line in the middle - by yarrum3 - 13.01.2011, 10:36

Forum Jump:


Users browsing this thread: 1 Guest(s)