PAYDAY System. Welfare . Help.
#8

You're a bit impatient, I'm not going to do this but I will however give you the snippets needed.

pawn Код:
if(PlayerInfo[playerid][pAccount] >= 30000 && PlayerInfo[playerid][pMember] != 0)
That's if they have over 30 grand + has job.
pawn Код:
if(PlayerInfo[playerid][pAccount] >= 30000 && PlayerInfo[playerid][pMember] == 0)
Over 30 grand but dont have job.
pawn Код:
if(PlayerInfo[playerid][pAccount] < 30000 && PlayerInfo[playerid][pMember] != 0)
That's if they have less than 30 grand + has job.
pawn Код:
if(PlayerInfo[playerid][pAccount] < 30000 && PlayerInfo[playerid][pMember] == 0)
Less 30 grand but dont have job.

Now for being so impatient, you can work where to put them yourself.
Reply


Messages In This Thread
PAYDAY System. Welfare . Help. - by PhoeNiX778 - 15.06.2012, 19:04
Re: PAYDAY System. Welfare . Help. - by Infinity90 - 15.06.2012, 19:17
Re: PAYDAY System. Welfare . Help. - by PhoeNiX778 - 16.06.2012, 06:26
Re: PAYDAY System. Welfare . Help. - by PhoeNiX778 - 17.06.2012, 06:23
Re: PAYDAY System. Welfare . Help. - by PhoeNiX778 - 17.06.2012, 13:09
Re: PAYDAY System. Welfare . Help. - by PhoeNiX778 - 18.06.2012, 09:05
Re: PAYDAY System. Welfare . Help. - by PhoeNiX778 - 18.06.2012, 15:45
Re: PAYDAY System. Welfare . Help. - by A7X_CEEJAY - 18.06.2012, 15:57

Forum Jump:


Users browsing this thread: 1 Guest(s)