Delete3DTextLabel
From SA-MP Wiki
Delete3DTextLabel
Warning: This is a new function working since SA-MP 0.3. It won't work in previous versions.
Destroy a 3D text label
(Text3D:id)
| Text3D:id | The ID of the 3D text label you want to destroy. |
| Returns | 1 if destroyed |
Related Functions
The following functions might be useful as well, as they're related to this function in one way or another.
- Create3DTextLabel: Creates a 3D Text Label.
- Attach3DTextLabelToPlayer: Attaches a 3D Text Label to a specific player.
- Attach3DTextLabelToVehicle: Attaches a 3D Text Label to a specifig vehicle.
- Update3DTextLabelText: Changes a 3D Text Label.
- CreatePlayer3DTextLabel: Creates a 3D Text Label for a specific player.
- DeletePlayer3DTextLabel: Destroys a 3D Text Label for a specific player.
- UpdatePlayer3DTextLabelText: Changes a 3D Text Label for a specific player.
