note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
Delete3DTextLabel
คำอธิบาย
Delete a 3D text label (created with Create3DTextLabel).
Name | Description |
---|---|
Text3D:textid | The ID of the 3D text label to delete. |
ส่งคืน
1 if the 3D text label was deleted, otherwise 0.
ตัวอย่าง
new Text3D:MyLabel;
MyLabel = Create3DTextLabel(...);
Delete3DTextLabel(MyLabel);
ฟังก์ชั่นที่เกี่ยวข้องกัน
- 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.