How do I set... easy question
#1

How would I set this: if(FlyingInfo[playerid][FlyingTest] == 1) .... I don't want the if part.... just the part that sets them to taking the flying test. How would I write it?

I thought it would be: FlyingInfo[playerid][FlyingTest] == 1 but I get a warning about having no effect.

Thanks: jakejohnsonusa


Note: I have this defined already:

Код:
enum Info
{
 	FlyingTest,
};
Reply
#2

only on‌e = if you want to set it..

FlyingInfo[playerid][FlyingTest] = 1
Reply
#3

THANK YOU SOOOOOO MUCH! +1 Rep.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)