Skip to main content

TextDrawShowForAll

คำอธิบาย

Shows a textdraw for all players.

NameDescription
textThe ID of the textdraw to show. Returned by TextDrawCreate.

ส่งคืน

1: The function executed successfully.

0: The function failed to execute. This means the textdraw specified does not exist.

ตัวอย่าง

new Text:textid = TextDrawCreate(100.0, 100.0, "Hello!");
TextDrawShowForAll(textid);

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