Script small question
#1

I made this little script just so that people could not see certain player's Tagname, however It seems like when I use the command It masks everyone's Tagname but not mine, on my screen I can't see Tagnames, and other players are indeed able to see my tagname, How can I turn it so that people won't be able to see a certain player's Tagname when he uses the command ?
PHP код:
if (strcmp("/mask"cmdtexttrue) == 0)
{
    for(new 
0playeridi++) ShowPlayerNameTagForPlayer(playeridifalse);
    
GameTextForPlayer(playerid"~W~You have put mask ~g~ on"50005);
    return 
1;

Reply


Messages In This Thread
Script small question - by Scriptissue - 27.09.2010, 19:14
Re: Script small question - by sekol - 27.09.2010, 19:17
Re: Script small question - by Scriptissue - 27.09.2010, 19:20
Re: Script small question - by sekol - 27.09.2010, 19:25
Re: Script small question - by Scriptissue - 27.09.2010, 19:35
Re: Script small question - by sekol - 28.09.2010, 10:36
Re: Script small question - by Scriptissue - 28.09.2010, 11:28
Re: Script small question - by Mike_Peterson - 28.09.2010, 11:44
Re: Script small question - by Scriptissue - 28.09.2010, 13:09
Re: Script small question - by Mike_Peterson - 28.09.2010, 13:35

Forum Jump:


Users browsing this thread: 1 Guest(s)