15.11.2012, 20:46
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:
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, };