Passa al contenuto principale

SetPlayer3DTextLabelVirtualWorld

warning

This function was added in omp v1.1.0.2612 and will not work in earlier versions!

Description

Sets the player's 3D text label virtual world id.

NameDescription
playeridThe ID of the player.
PlayerText3D:textidThe ID of the player's 3D text label to set the virtual world id.
virtualWorldThe virtual world in which you are able to see the 3D Text

Examples

new PlayerText3D:playerTextId;
new Float:X, Float:Y, Float:Z;

GetPlayerPos(playerid, X, Y, Z);
playerTextId = CreatePlayer3DTextLabel(playerid, "Hello\nI'm at your position", 0x008080FF, X, Y, Z, 40.0);

SetPlayer3DTextLabelVirtualWorld(playerid, playerTextId, 60);

Notes

warning

There is no virtual world support for player 3D text labels. This function does nothing and is fundamentally broken!