26.06.2014, 09:19
Create the Bank robbery command.
Then once the robbery is complete, loop through the players.
Inside of the loop do the following:
new balance = pInfo[i][pBankBalance];
pInfo[i][pBankBalance] = balance/2;
If you need help writing the entire system Forum PM me.
Then once the robbery is complete, loop through the players.
Inside of the loop do the following:
new balance = pInfo[i][pBankBalance];
pInfo[i][pBankBalance] = balance/2;
If you need help writing the entire system Forum PM me.