Quote:
|
Originally Posted by Charr
Then it would be
And a wya you can check the value of the bool is:
Code:
client_print(x,print_x,"%d",blah[x] ? "true" : "false");
|
Ok, so how would I go about using that in an IF() statement?
This image below, makes me think that I am doing the true/false wrong in the IF() statements for the bools. Right? Wrong?