DeletePlayer3DTextLabel
From SA-MP Wiki
DeletePlayer3DTextLabel
Warning: This is a new function working since SA-MP 0.3. It won't work in previous versions.
Destroys a specific 3D Text Label
.
Parameters:(playerid, PlayerText3D:id)
| playerid | The player which shouldn't see the 3D Text anymore. |
| PlayerText3D:id | 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.
- UpdatePlayer3DTextLabelText: Changes a 3D Text Label for a specific player.
