DisableNameTagLOS
From SA-MP Wiki
DisableNameTagLOS
Warning: This is a new function working since SA-MP 0.3. It won't work in previous versions.
Disables the nametag Line-Of-Sight checking so you can see nametags through objects
This function has no parameters
This function does not return a specific value, it's best to simply ignore it.
public OnGameModeInit() { DisableNameTagLOS(); return 1; }
- ShowNameTags: Set nametags on or off.
- ShowPlayerNameTagForPlayer: Show or hide a nametag for a certain player.
