SA-MP Forums Archive
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[], colorFloat:xFloat:yFloat:zFloat:drawdistanceattachedplayer INVALID_PLAYER_IDattachedvehicle INVALID_VEHICLE_IDtestlos 0worldid = -1interiorid = -1playerid = -1Float:streamdistance STREAMER_3D_TEXT_LABEL_SDareaid = -1priority 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.