22.01.2017, 03:51
What are you doing?
This seems advanced, yet for what?
What I'm saying is, why so complicated for such a simple task? It looks like you should redo the entire bottom of this script (From the else down first off, but could extend to the rest of the script needing to be redone somehow)
Код:
GivePlayerMoney(randomNumbers[0] > randomNumbers[1] ? inviter : playerid, amount); GivePlayerMoney(randomNumbers[0] > randomNumbers[1] ? playerid : inviter, -amount);
What I'm saying is, why so complicated for such a simple task? It looks like you should redo the entire bottom of this script (From the else down first off, but could extend to the rest of the script needing to be redone somehow)