Create3DTextLabel - 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: Create3DTextLabel (
/showthread.php?tid=543725)
Create3DTextLabel -
Mhaux - 28.10.2014
Hi,
Do you have a idea about this problem?
pawn Код:
pI[playerid][pTag] = Create3DTextLabel( __("Homme %i", playerid), C_TAG, 0.0, 0.0, 0.0, 0.0, 0, 0 );
Attach3DTextLabelToPlayer(pI[playerid][pTag], playerid, 0.0, 0.0, 0.0);
Thank you
Re: Create3DTextLabel -
Mhaux - 28.10.2014
help, please
Re: Create3DTextLabel -
Blademaster680 - 28.10.2014
Код:
pI[playerid][pTag] = Create3DTextLabel( __("Homme %i", playerid), C_TAG, 0.0, 0.0, 0.0, 0.0, 0, 0 );
Attach3DTextLabelToPlayer(pI[playerid][pTag], playerid, 0.0, 0.0, 0.7);
Try this?
I also recommend on the create3dtextlabel that you set the last '0' to a 1, so players cant see names through walls and also set the draw distance to a number. Else there will be names everywere...