Help /Maskon
#1

Is there something wrong with this?
When I /maskon the name above the player is on and not hidden
Код:
	if(strcmp(cmd, "/maskon", true) == 0) 
	{
	    if(IsPlayerConnected(playerid))
	    {
	    	if(PlayerInfo[playerid][pMask] == 0)
	   	 	{
	   		     SendClientMessage(playerid, COLOR_GRAD1, "** You don't have a mask");
	   		     return 1;
	   		}
	   		if(PlayerInfo[playerid][pLevel] < 5)
	    	{
	       		SendClientMessage(playerid, COLOR_GRAD1, "** You are not able to use it.");
	        	return 1;
	    	}
   for(new i = 0; i < MAX_PLAYERS; i++)
   			{
   		    	if(IsPlayerConnected(i))
   		    	{
        ShowNameTags( 0 );
				}
			}
Reply


Messages In This Thread
Help /Maskon - by [Headless] - 09.10.2011, 10:15
Re: Help /Maskon - by =WoR=G4M3Ov3r - 09.10.2011, 11:05
Re: Help /Maskon - by [Headless] - 09.10.2011, 12:43

Forum Jump:


Users browsing this thread: 2 Guest(s)