Skip to main content

DisableNameTagLOS

คำอธิบาย

Disables the nametag Line-Of-Sight checking so that players can see nametags through objects.

NameDescription

ตัวอย่าง

public OnGameModeInit()
{
DisableNameTagLOS();
return 1;
}

บันทึก

warning

This can not be reversed until the server restarts.

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