Script small question
#2

Use it like this maybe?
Код:
for(new i = 0; i < MAX_PLAYERS; i++)
   			{
   		    	if(IsPlayerConnected(i))
   		    	{
		   			ShowPlayerNameTagForPlayer(i, playerid, 0);
				}
and for showing it again
Код:
for(new i = 0; i < MAX_PLAYERS; i++)
   			{
   		    	if(IsPlayerConnected(i))
   		    	{
		   			ShowPlayerNameTagForPlayer(i, playerid, 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)