DisableNameTagLOS KO

From SA-MP Wiki

Jump to: navigation, search

Template:Scripting Ko


DisableNameTagLOS KO was added in SA-MP 0.3a This function was added in SA-MP 0.3a and will not work in earlier versions!



Description:

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


Parameters:
This function has no parameters.


Return Values:

This function does not return any specific values.


Image:32px-Circle-style-warning.png

Important
Note

This can not be reversed until the server restarts.


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.

Personal tools
Navigation
Toolbox