SA-MP Forums Archive
ID on head only? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: ID on head only? (/showthread.php?tid=136167)



ID on head only? - Fedee! - 23.03.2010

Is there a way to only see the ID of the person above persons head?

Thanks.


Re: ID on head only? - cozza123456 - 23.03.2010

This would be a good feature, but if someone could make one, could you make it compatible with the gl_chatbubble?


Re: ID on head only? - Correlli - 23.03.2010

Quote:
Originally Posted by Fedee!
Is there a way to only see the ID of the person above persons head?

Thanks.
Yes, there is. Create a player 3d-text, set it's draw-distance, update it with the players ID and attach it to the player and of course, don't forget to disable the sa:mp name markers.

https://sampwiki.blast.hk/wiki/CreatePlayer3DTextLabel
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer


Re: ID on head only? - Fedee! - 23.03.2010

Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by Fedee!
Is there a way to only see the ID of the person above persons head?

Thanks.
Yes, there is. Create a player 3d-text, set it's draw-distance, update it with the players ID and attach it to the player and of course, don't forget to disable the sa:mp name markers.

https://sampwiki.blast.hk/wiki/CreatePlayer3DTextLabel
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer
Thanks


Re: ID on head only? - Correlli - 23.03.2010

You're welcome. =)