SA-MP Forums Archive
Display nickname in label - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Display nickname in label (/showthread.php?tid=421666)



Display nickname in label - Louris - 10.03.2013

How to display nickname in 3dtextlabel?


Re: Display nickname in label - Threshold - 10.03.2013

pawn Код:
new nametodisplay[24];
GetPlayerName(playerid, nametodisplay, 24);
Create3DTextLabel(nametodisplay, color, X, Y, Z, ...); //https://sampwiki.blast.hk/wiki/Create3DTextLabel