How to make Create3DTextLabel visible to others 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)
+--- Thread: How to make Create3DTextLabel visible to others only? (
/showthread.php?tid=653913)
How to make Create3DTextLabel visible to others only? -
DeathCore - 16.05.2018
Hi, I want to make my 3D Text label visible to others but not me is there a way to do that?
Re: How to make Create3DTextLabel visible to others only? -
andrejc999 - 16.05.2018
https://sampwiki.blast.hk/wiki/CreatePlayer3DTextLabel
or use streamer plugin
https://sampforum.blast.hk/showthread.php?tid=102865
Re: How to make Create3DTextLabel visible to others only? -
Dayrion - 16.05.2018
PHP код:
CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_3D_TEXT_LABEL_SD, areaid = -1, priority = 0);
Use the parameter "playerid". It set the label only for this players. If you have no clue what is streamer plugin or you don't find how to solve that "problem" ; you should script something simpler.