[HELP]Job Payment.
#4

Quote:
Originally Posted by Camacorn
Посмотреть сообщение
Код:
public PayTimer(playerid)
{
if(GetPlayerJobID(playerid)!=1)
GivePlayerMoney(playerid,300);
}
Right here you have it defined to give anybody that does not have ID 1 the money.

Use this:

Код:
public PayTimer(playerid)
{
if(GetPlayerJobID(playerid)==1)
GivePlayerMoney(playerid,300);
}
Thank you!
But how can i add payment on job ID 2?
Reply


Messages In This Thread
[HELP]Job Payment. - by Qaiis - 10.10.2011, 00:11
Re: [HELP]Job Payment. - by Camacorn - 10.10.2011, 00:20
Re: [HELP]Job Payment. - by Hal - 10.10.2011, 00:22
Re: [HELP]Job Payment. - by Qaiis - 10.10.2011, 00:34
Re: [HELP]Job Payment. - by TheLazySloth - 10.10.2011, 00:48
Re: [HELP]Job Payment. - by Qaiis - 10.10.2011, 01:06

Forum Jump:


Users browsing this thread: 1 Guest(s)