DisableNameTagLOS
คำอธิบาย
Disables the nametag Line-Of-Sight checking so that players can see nametags through objects.
Name | Description |
---|
ตัวอย่าง
public OnGameModeInit()
{
DisableNameTagLOS();
return 1;
}
บันทึก
warning
This can not be reversed until the server restarts.
ฟังก์ชั่นที่เกี่ยวข้องกัน
- ShowNameTags: Set nametags on or off.
- ShowPlayerNameTagForPlayer: Show or hide a nametag for a certain player.