The open.mp logo
Home
FAQ
Forums
Servers
Partners
Docs
Blog

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.

Delete3DTextLabel

warning

This function was added in SA-MP 0.3a and will not work in earlier versions!

Description

Delete a 3D text label (created with Create3DTextLabel).

NameDescription
Text3D:idThe ID of the 3D text label to delete.

Returns

1 if the 3D text label was deleted, otherwise 0.

Examples

new Text3D:gMyLabel;

gMyLabel = Create3DTextLabel(...);

Delete3DTextLabel(gMyLabel);

Related Functions

  • 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.

Community

  • Discord
  • Instagram
  • Twitter
  • Twitch
  • YouTube
  • Facebook
  • VK

More

  • SA-MP
  • Blog
  • GitHub