22.12.2015, 19:23
@AmigaBlizzard Do i need to put this:
Because, if i dont put this, for first player who have vip bank will be 5, and for all next players??
@SickAttack Thank you!
Код:
public Plata() { new bank = 1; foreach(Player, i) { if(gPlayerLogged[i] == 1) { bank = 1; // this if(PlayerInfo[i][pVip] > 1) bank = 5; GiveMoney(i, money*bank); ..
@SickAttack Thank you!