DisableNameTagLOS
Description:
Function DisableNameTagLOS disables the nametag Line-Of-Sight checking so that players can see nametags through objects.
This function does not work in the current SA:MP version! |
Function DisableNameTagLOS was added in 0.3a and will not work in earlier versions! |
This can not be reversed until the server restarts. |
Parameters:
(This function has no parameters.)
Return Values:
This function does not return any specific values.
Examples:
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.