Help i'm new
#11

Код:
	if(strcmp(cmd, "/clothes", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
     		if(IsAtClothShop(playerid))
			{ // HERE WAS YOUR ONE PROBLEM
				GetPlayerWeapons(playerid);
				ForceClassSelection(playerid);
				SetPlayerHealth(playerid,0)
				}
	            SetPlayerHealth(playerid,50);
	            SetPlayerWeapons(playerid);
				SetPlayerSpawn(playerid);
	        }
	    }
	    return 1;
	}
Now figure out our second problem.
Reply


Messages In This Thread
Help i'm new - by NewYork-Roleplay - 21.11.2010, 18:55
Re: Help i'm new - by NewYork-Roleplay - 21.11.2010, 19:03
Re: Help i'm new - by TheNuttyScientist - 21.11.2010, 19:04
Re: Help i'm new - by TheXIII - 21.11.2010, 19:05
Re: Help i'm new - by XoSarahMoX - 21.11.2010, 19:06
Re: Help i'm new - by NewYork-Roleplay - 21.11.2010, 19:09
Re: Help i'm new - by TheXIII - 21.11.2010, 19:10
Re: Help i'm new - by XoSarahMoX - 21.11.2010, 19:16
Re: Help i'm new - by TheXIII - 21.11.2010, 19:23
Re: Help i'm new - by NewYork-Roleplay - 21.11.2010, 19:26
Re: Help i'm new - by NewbBeginner - 21.11.2010, 19:29

Forum Jump:


Users browsing this thread: 1 Guest(s)