25.10.2009, 21:44
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.
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.