#1

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.
Reply
#2

I guess loop can do the trick
pawn Код:
for(new i;i<MAX_PLAYERS;i++)
{
    ShowPlayerNameTagForPlayer(playerid,i,0);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)