01.02.2018, 07:13
Help me
CreatePlayer3DTextLabel(playerid, text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, attachedplayer, attachedvehicle, testLOS)
Attach3DTextLabelToPlayer(Text3D:id, playerid, Float:OffsetX, Float:OffsetY, Float:OffsetZ)
You need to disable the player nametags, before trying to do something like this.
|
And if you using this in a cmd like mask you can just put this ShowNameTags(0); in the cmd aswell.
|
this will disable whole server's name tags, use this - ShowPlayerNameTagForPlayer (https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer)
|