How to get name for textdraw ?
#5

use format:
pawn Код:
new tdstr[50], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, 24);
format(tdstr, sizeof tdstr, "Nickname = %s", name);
TextDrawSetString(Textdraw2, tdstr);
and show it onplayerconnect as an example.
Reply


Messages In This Thread
How to get name for textdraw ? - by FloxX - 11.01.2015, 09:43
Re: How to get name for textdraw ? - by DavidBilla - 11.01.2015, 09:45
Re: How to get name for textdraw ? - by Guest4390857394857 - 11.01.2015, 09:47
Re: How to get name for textdraw ? - by FloxX - 11.01.2015, 09:49
Re: How to get name for textdraw ? - by Sawalha - 11.01.2015, 09:52

Forum Jump:


Users browsing this thread: 1 Guest(s)