Display nickname in label
#1

How to display nickname in 3dtextlabel?
Reply
#2

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


Forum Jump:


Users browsing this thread: 1 Guest(s)