Little question.
#2

Quote:
Originally Posted by JonyAvati
I will explain quickly.
I'm trying to make a command, and I want that his command run only if variables Engine1 OR Engine2 are on value 1.

I put this:
if(Engine1 == 1 && Engine2 == 1) This didnt work...
Then tryed this:
if(Engine1 == 1 || Engine2 == 1) Same result

What may I put?

Thanks for any help.
if(Engine1 == 1 || Engine2 == 1) is correct for what you want the problem must be somewhere else in script.
Reply


Messages In This Thread
Little question. - by JonyAvati - 25.10.2009, 21:44
Re: Little question. - by Battleskull - 25.10.2009, 21:49
Re: Little question. - by JonyAvati - 25.10.2009, 21:51
Re: Little question. - by Battleskull - 25.10.2009, 21:51
Re: Little question. - by JonyAvati - 25.10.2009, 21:52

Forum Jump:


Users browsing this thread: 1 Guest(s)