24.09.2013, 19:29
Guys can someone tell me how can I make a function that checks if player is Level 1 VIP and if the player VIP level is 1 he'll receive +1 extra Exp on PayDay.
I have this funciton:
The function that i'm showin give +1 Exp on every member wich vip level is 0.
I have this funciton:
Код:
if(PlayerInfo[i][ExpS] == 0) { PlayerInfo[i][Exp]++; } else { PlayerInfo[i][Exp] += PlayerInfo[i][ExpS]; }