variables checking row
#2

left to right, GetPlayerScore first then GetPlayerMoney.

since you are using &&, both functions will be called,
but for example, if it's something like this with OR
Код:
if(this() || that())
if this() returns true, the whole if statement results in true and further checking
of, in this case, that() won't happen
Reply


Messages In This Thread
variables checking row - by MerryDeer - 18.12.2016, 17:03
Re: variables checking row - by CutX - 18.12.2016, 17:22

Forum Jump:


Users browsing this thread: 1 Guest(s)