How to make a players name go invisible/disappear at a command?
#16

Quote:
Originally Posted by Nero_3D
he forgot the ";" after showplayer...
Код:
if(strcmp(cmdtext, "/invisible", true) == 0)
{
	for(new a=0; a<MAX_PLAYERS; a++)
	{
		ShowPlayerNameTagForPlayer(playerid,a,false);
	}
	return 1;
}
ops
Reply


Messages In This Thread
How to make a players name go invisible/disappear at a command? - by theshigbat - 26.01.2008, 20:55
Re: How to make a players name go invisible/disappear at a command? - by yom - 26.01.2008, 20:58
Re: How to make a players name go invisible/disappear at a command? - by theshigbat - 26.01.2008, 20:59
Re: How to make a players name go invisible/disappear at a command? - by LarzI - 26.01.2008, 21:02
Re: How to make a players name go invisible/disappear at a command? - by Nero_3D - 26.01.2008, 21:06
Re: How to make a players name go invisible/disappear at a command? - by Rozzie - 26.01.2008, 22:04
Re: How to make a players name go invisible/disappear at a command? - by yom - 26.01.2008, 22:06
Re: How to make a players name go invisible/disappear at a command? - by Rozzie - 26.01.2008, 22:07
Re: How to make a players name go invisible/disappear at a command? - by IA015 - 27.01.2008, 12:31
Re: How to make a players name go invisible/disappear at a command? - by Antironix - 27.01.2008, 12:33
Re: How to make a players name go invisible/disappear at a command? - by IA015 - 27.01.2008, 12:47
Re: How to make a players name go invisible/disappear at a command? - by theshigbat - 27.01.2008, 13:07
Re: How to make a players name go invisible/disappear at a command? - by IA015 - 27.01.2008, 13:47
Re: How to make a players name go invisible/disappear at a command? - by theshigbat - 27.01.2008, 16:48
Re: How to make a players name go invisible/disappear at a command? - by Nero_3D - 27.01.2008, 17:48
Re: How to make a players name go invisible/disappear at a command? - by IA015 - 27.01.2008, 17:58
Re: How to make a players name go invisible/disappear at a command? - by LethaL - 27.01.2008, 18:18
Re: How to make a players name go invisible/disappear at a command? - by yom - 27.01.2008, 18:21
Re: How to make a players name go invisible/disappear at a command? - by Snoop.Dogg - 08.09.2009, 12:11

Forum Jump:


Users browsing this thread: 5 Guest(s)