Jump to content

[Incomplete] Get a Job - Script


Reaper5150

Recommended Posts

Hello all, So due to people stealing my work over the years and this one being one of the most stolen from me and my mate PyroMatic who passed away in 2017. I'm gonna go ahead a release it to everyone to use! 

What this script does:

Allows players to select a random job and pays them on a set amount of time, No it does not track if they are doing the job or not! :)

You can config it anyway you want!

P.S If you have seen this script on a server before?  You can thank them for this release...smh! 

Download Here: https://github.com/DevReaper5150/GetAjobscript  

Link to comment
Share on other sites

21 hours ago, A Man said:

You miss the actual payout in the script. It is just the text about the payout.

Please remove this release from the forums till I can figure out what happened here. I have tried adding the original payment from Pyro's script back where it was, but I think the (Z_MoneyVariable) has changed as it no longer works when I run a test on my server? Sorry about that. 

Example of what was added with no luck! Worth a try I guess :(

under:

_work = _work;

added:

_wealth = player getVariable[Z_MoneyVariable,0];
player setVariable[Z_MoneyVariable,(_wealth + _pay),true];

 

Link to comment
Share on other sites

1 hour ago, Reaper5150 said:

Please remove this release from the forums till I can figure out what happened here. I have tried adding the original payment from Pyro's script back where it was, but I think the (Z_MoneyVariable) has changed as it no longer works when I run a test on my server? Sorry about that. 

Example of what was added with no luck! Worth a try I guess :(

under:

_work = _work;

added:

_wealth = player getVariable[Z_MoneyVariable,0];
player setVariable[Z_MoneyVariable,(_wealth + _pay),true];

 

_wealth = player getVariable["cashMoney",0];
player setVariable["cashMoney",(_wealth + _pay),true];

Z_MoneyVariable changed to "cashMoney"

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Advertisement
  • Discord

×
×
  • Create New...