textdraw?
#2

This should do it.
Код:
new name[MAX_PLAYER_NAME], string[128];
GetPlayerName(playerid,name,sizeof(name))
format(string, sizeof(string), "%s",name);
Textdraw1 = TextDrawCreate(530.000000, 10.000000,string);
TextDrawBackgroundColor(Textdraw1, 255);
TextDrawFont(Textdraw1, 1);
TextDrawLetterSize(Textdraw1, 0.500000, 1.000000);
TextDrawColor(Textdraw1, -16776961);
TextDrawSetOutline(Textdraw1, 0);
TextDrawSetProportional(Textdraw1, 1);
TextDrawSetShadow(Textdraw1, 1);
Reply


Messages In This Thread
textdraw? - by Luis- - 06.10.2010, 15:09
Re: textdraw? - by Mike_Peterson - 06.10.2010, 15:14

Forum Jump:


Users browsing this thread: 1 Guest(s)