[Release] My version of es_robberies [updated]

on their discord and twitter

How would we make this work for essentialmode 4?

Simply set the user.addMoney, and your sources, etc. It really only takes a couple minutes to do everything.

How to edit the script that there needs to be 2 cops online in able to rob?

doesnt work for me at all

Can we also use this with Es_rp. Cuz the plugin works, but the oney wont be transfered into my balance : |

All you need to do is edit the way EssentialMode reads the money.

can you explain a little bit more were to change and to what?
I’m trying to figure it out but my knowledge don’t go that far! if you can help thanks

Line 60 of server.lua change target:addMoney(bank.reward) to target.addMoney(bank.reward)

2 Likes

Thanks so much it did work,! :muscle::mascot:

1 Like

do i put it in resource folder or [essential] folder?

after the robbery is over i dont actualy get any of the money?

Line 60 of server.lua change target:addMoney(bank.reward) to target.addMoney(bank.reward)

1 Like

I don’t get the money when I rob the bank

why doesn’t it work please help

I’m also on fxserver

Line 60 of server.lua change target:addMoney(bank.reward) to target.addMoney(bank.reward)

that doesn’t work man

Dude. You realize that your sentence is redundant right? Looks as if you are telling people to change Line 60 to what it already is.

Please be a bit more specific or show a screenshot.

No, i’m telling them to change it to what it needs to be.

target:addMoney(bank.reward)

needs to be replaced with:

target.addMoney(bank.reward)