Delete3DTextLabel
From SA-MP Wiki
Delete3DTextLabel
Warning: This function was added in SA-MP version 0.3. It is not available in previous versions.
Delete a 3D text label
(Text3D:id)
| Text3D:id | The ID of the 3D text label you want to delete. |
| Returns | 1 if deleted or 0 if not |
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: Delete a 3D Text Label for a specific player.
- UpdatePlayer3DTextLabelText: Changes a 3D Text Label for a specific player.
