SA-MP Forums Archive
Need help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need help (/showthread.php?tid=254887)



Need help - Dan_Barocu - 13.05.2011

how do i erase the nametags above head??so know sees who we are??


Re: Need help - Daddy Yankee - 13.05.2011

https://sampwiki.blast.hk/wiki/ShowNameTags
https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer


Re: Need help - [SU]Balli - 13.05.2011

Hello!
Place under OnGameModeInit() ShowNameTags(0);
i.E:
pawn Код:
public OnGameModeInit( )
{
    ShowNameTags( 0 );
}