Delete3DTextLabel
From SA-MP Wiki
Description:
Delete a 3D text label (created with Create3DTextLabel).
(Text3D:id)
Text3D:id | The ID of the 3D text label to delete. |
Return Values:
1 if the 3D text label was deleted, otherwise 0.
new Text3D:MyLabel; MyLabel = Create3DTextLabel(...); Delete3DTextLabel(MyLabel);
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- Create3DTextLabel: Create a 3D text label.
- Attach3DTextLabelToPlayer: Attach a 3D text label to a player.
- Attach3DTextLabelToVehicle: Attach a 3D text label to a vehicle.
- Update3DTextLabelText: Change the text of a 3D text label.
- CreatePlayer3DTextLabel: Create A 3D text label for one player.
- DeletePlayer3DTextLabel: Delete a player's 3D text label.
- UpdatePlayer3DTextLabelText: Change the text of a player's 3D text label.