Tags - 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: Tags (
/showthread.php?tid=269636)
Tags -
muhib777 - 17.07.2011
I have a problem and looked in wiki for ShowPlayerNameTagForPlayer but that is not what I am looking for.
I want it so the players name and hp bar are not visible if i write a cmd /spy.
Which means you can see everyones tag but they cant see your tag.
Re: Tags -
=WoR=Varth - 18.07.2011
I guess loop can do the trick
pawn Код:
for(new i;i<MAX_PLAYERS;i++)
{
ShowPlayerNameTagForPlayer(playerid,i,0);