Reaper5150 Posted August 23, 2021 Report Share Posted August 23, 2021 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 More sharing options...
Khyron Posted August 25, 2021 Report Share Posted August 25, 2021 does it come with "Get a haircut?" ;-) Link to comment Share on other sites More sharing options...
Reaper5150 Posted August 25, 2021 Author Report Share Posted August 25, 2021 2 hours ago, Khyron said: does it come with "Get a haircut?" ;-) Nope! but you can add it I'm sure XD Link to comment Share on other sites More sharing options...
Airwaves Man Posted August 25, 2021 Report Share Posted August 25, 2021 You miss the actual payout in the script. It is just the text about the payout. Link to comment Share on other sites More sharing options...
Reaper5150 Posted August 26, 2021 Author Report Share Posted August 26, 2021 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 More sharing options...
Airwaves Man Posted August 26, 2021 Report Share Posted August 26, 2021 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" Reaper5150 1 Link to comment Share on other sites More sharing options...
Reaper5150 Posted August 26, 2021 Author Report Share Posted August 26, 2021 3 hours ago, A Man said: _wealth = player getVariable["cashMoney",0]; player setVariable["cashMoney",(_wealth + _pay),true]; Z_MoneyVariable changed to "cashMoney" Sweet, thanks I will work on update for this script and test :) Link to comment Share on other sites More sharing options...
Recommended Posts