DisableNameTagLOS
From SA-MP Wiki
Description:
Disables the nametag Line-Of-Sight checking so that players can see nametags through objects.
This function has no parameters.
Return Values:
This function does not return any specific values.
public OnGameModeInit() { DisableNameTagLOS(); return 1; }
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- ShowNameTags: Set nametags on or off.
- ShowPlayerNameTagForPlayer: Show or hide a nametag for a certain player.