Exp on payday
#1

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:
Код:
			if(PlayerInfo[i][ExpS] == 0)
			{
			    PlayerInfo[i][Exp]++;
			}
			else
			{
			    PlayerInfo[i][Exp] += PlayerInfo[i][ExpS];
			}
The function that i'm showin give +1 Exp on every member wich vip level is 0.
Reply


Messages In This Thread
Exp on payday - by iWaYz - 24.09.2013, 19:29
Re: Exp on payday - by DanishHaq - 24.09.2013, 19:37
Re: Exp on payday - by iWaYz - 24.09.2013, 20:06
Re: Exp on payday - by Patrick - 24.09.2013, 20:08
Re: Exp on payday - by iWaYz - 24.09.2013, 20:45

Forum Jump:


Users browsing this thread: 1 Guest(s)