DisableNameTagLOS

From SA-MP Wiki

Jump to: navigation, search

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;
}