warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for this page then please click here.
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.
Name | Description |
---|---|
playerid | The ID of the player. |
PlayerText3D:textid | The ID of the player's 3D text label to set the virtual world id. |
virtualWorld | The 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!
Related Functions
- GetPlayer3DTextLabelVirtualWorld: Gets the player's 3D text label virtual world id.
- Set3DTextLabelVirtualWorld: Sets the 3D text label virtual world id.