SA-MP Forums Archive
3DLabel for player. Problem - 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: 3DLabel for player. Problem (/showthread.php?tid=417896)



3DLabel for player. Problem - Baltazar - 22.02.2013

There's no "virtual world" parameter in CreatePlayer3DTextLabel(). How to create a label, that's visible to a player, but only if he is in a certain virtual world?


Re: 3DLabel for player. Problem - [CG]Milito - 23.02.2013

pawn Код:
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:distance = 100.0);



Re: 3DLabel for player. Problem - Bakr - 23.02.2013

Why does it matter? The label can only be in the same world as the player anyway.