Booleans help!
#1

so I just started using Booleans, and this doesn't work and hoping someone could help me
Код:
 	if(strcmp(cmd, "/God", true) == 0)
	{
	 	if (PlayerStats[playerid][pAdmin] >= 2)
	    {
			new bool:god;
			if(god == true)
			{
			    SetPlayerHealth(playerid,999);
			}
			if(god == false)
			{
			    SetPlayerHealth(playerid,100);
			}
		}
  		return 1;
	}
Reply


Messages In This Thread
Booleans help! - by HighHP - 16.02.2015, 08:55
Re: Booleans help! - by $$inSane - 16.02.2015, 09:54
Re: Booleans help! - by HighHP - 22.02.2015, 01:21
Re: Booleans help! - by Stoyanov - 22.02.2015, 10:29

Forum Jump:


Users browsing this thread: 1 Guest(s)