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