What's wrong ?
#3

wow my bad, I copied some extra stuff there xD


Код:
	if(strcmp(cmd, "/human", true) ==0)
	{
		if(team[playerid] == 0)
		{
	        team[playerid] = 1;
	        SendClientMessage(playerid,GREEN,"You may now spawn.");
			HideMenuForPlayer(mainmenu,playerid);
	        return 1;
 		}
		else
 		{
 		    team[playerid] = 1;
 			SetPlayerHealth(playerid, 0);
    	    return 1;
 		}
	}
Reply


Messages In This Thread
What's wrong ? - by marinov - 11.11.2010, 21:00
Re: What's wrong ? - by The_Moddler - 11.11.2010, 21:14
Re: What's wrong ? - by marinov - 11.11.2010, 21:16
Re: What's wrong ? - by marinov - 11.11.2010, 21:19
Re: What's wrong ? - by Lenny the Cup - 11.11.2010, 22:53
Re: What's wrong ? - by marinov - 12.11.2010, 00:57

Forum Jump:


Users browsing this thread: 2 Guest(s)