Ugrás a fő tartalomhoz

DisableNameTagLOS

Description

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

Examples

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

Notes

vigyázat

This can not be reversed until the server restarts.

tanács

You can also disable nametags Line-Of-Sight via config.json

"use_nametag_los": false,