10.10.2011, 00:11
Hello.!
How can i go do so only the job with ID 1 get the money?
I got this:
Then i got this:
Its give money to all players. You dont need to be in an job!
Its not working. Can you please help me? And how can i add an job with an other payment?
Thank You!
How can i go do so only the job with ID 1 get the money?
I got this:
Код:
public OnGameModeInit() { SetTimer("PayTimer",5000,true); return 1; }
Код:
public PayTimer(playerid) { if(GetPlayerJobID(playerid)!=1) GivePlayerMoney(playerid,300); }
Its not working. Can you please help me? And how can i add an job with an other payment?
Thank You!