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.
DeletePlayer3DTextLabel
คำอธิบาย
Destroy a 3D text label that was created using CreatePlayer3DTextLabel.
Name | Description |
---|---|
playerid | The ID of the player whose 3D text label to delete. |
PlayerText3D:textid | The ID of the player's 3D text label to delete. |
ส่งคืน
1: The function executed successfully.
0: The function failed to execute. This means the label specified doesn't exist.
ตัวอย่าง
new PlayerText3D:labelid = CreatePlayer3DTextLabel(...);
// Later...
DeletePlayer3DTextLabel(playerid, labelid);
ฟังก์ชั่นที่เกี่ยวข้องกัน
- 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.
- UpdatePlayer3DTextLabelText: Change the text of a player's 3D text label.