Delete3DTextLabel

From SA-MP Wiki

Jump to: navigation, search


Delete3DTextLabel was added in SA-MP 0.3a 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).


Parameters:
(Text3D:id)
Text3D:idThe 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.


Personal tools
Navigation
Toolbox
In other languages