SA-MP Forums Archive
Attach Player3DText for player - 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: Attach Player3DText for player (/showthread.php?tid=492774)



Attach Player3DText for player - SeV_ - 05.02.2014

hey guys i have a problem..

Look that:

// Code in OnPlayerSpawn
pawn Код:
CreatePlayer3DTextLabel(playerid,"Testing", COLOR_RED, 0.0, 0.0, 0.0, 50.0, playerid, INVALID_VEHICLE_ID, 0);

After spawn, not show the 3dtext for me, why?


Re: Attach Player3DText for player - Threshold - 05.02.2014

If the label is attached to yourself, you won't be able to see it, but others will. Try testing this code on another player, see if you can see the label above their head.