Attach3DTextLabelToPlayer - 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: Attach3DTextLabelToPlayer (
/showthread.php?tid=563412)
Attach3DTextLabelToPlayer -
s3ek - 15.02.2015
if(PlayerInfo[playerid][Level] >= 1) {
how ?
Write on top his skin Attach3DTextLabelToPlayer : (Admin)
Re: Attach3DTextLabelToPlayer -
ZaBraNjeNi - 15.02.2015
See here:
-
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer
Re: Attach3DTextLabelToPlayer -
Golf - 15.02.2015
PHP код:
// attach script
new textAdmin[MAX_PLAYERS];
textAdmin[playerid] = Attach3DTextLabelToPlayer( "Admin", playerid, 0.0, 0.0, 3.0 );
// destroy script
Delete3DTextLabel(textAdmin[playerid]);