Skip to main content

TextDrawHideForAll

คำอธิบาย

Hides a text draw for all players.

NameDescription
textThe ID of the textdraw to hide (returned by TextDrawCreate).

ส่งคืน

This function does not return any specific values.

ตัวอย่าง

new TextID;

TextID = TextDrawCreate(...);


//Later on
TextDrawShowForAll(TextID);

//Even later on
TextDrawHideForAll(TextID);

ฟังก์ชั่นที่เกี่ยวข้องกัน