[STANDALONE] Cash register ROBBERY

DESCRIPTION

  • Rob the cash register of shop
  • Use prompt to start robbery OR use command
  • Enable/Disable the lockpick minigame
  • Each shop have its own configuration (cooldown, amount of money, …)
  • Full sync with OneSync
  • STANDALONE
  • Full translate ready

SHOWCASE

Showcase video

REQUIREMENTS

  • Nothing

IMPORTANT INFORMATION

  • Enjoy !

Price

15.00€

Tebex : Cash register Robbery

Changelog

v1.1.1

  • Fixed the prompt issue

v1.1.0

  • Rework all the code for better sync
  • Add a function in the config file when the player fail the robbery

v1.0.3

  • Fixed the minigame was not displayed only for the stealer

v1.0.2

  • Reworked animations to make them smoother : Preview

v1.0.1

  • Added a new function (server side) in the config file to give you more option to allow player to start robbery (or not).
Open-source No
Subscription-based No
Lines (approximately) 400
Requirements Nothing
Support Yes
5 Likes

This is great!

It would be cool if you needed a lockpick in your inventory to be able to start the robbery. :slight_smile:

1 Like

I don’t want to do that because I can’t release a standalone due to all frameworks have different event to check if user have item.

its a cool idea, what is all unlocked in this script? want to be able to integrate this into a society system to alert lawmen and put it on a timer

All files are encrypted if it’s what you asked

Hello, do sheriff alerts work?

is it possible to define a number of sheriff needed

Thank you for your reply

Hello,

Yes, you can add your own sheriff alert in the config file.
Same for the number of sheriff needed

New UPDATE available !

  • Added a new function (server side) in the config file to give you more option to allow player to start robbery (or not).

Example :

  • Test if player have item
  • Test if enough sheriff are active
Config.canStartRobbery  = function(source,shopID)
  --Fire when player start to rob the cash register
  
  --Examples :
  --Add your item check here
  --Add your sheriff alert here
  return true
end
2 Likes

Thanks for the update!

1 Like

New UPDATE available !

  • Reworked animations to make them smoother : Preview

Does anyone have an example configuration to alert the police during a robbery, with syn_society for example?

New UPDATE available !

  • Fixed the minigame was not displayed only for the stealer

New UPDATE :

  • Rework all the code for better sync
  • Add a function in the config file when the player fail the robbery

New UPDATE :

  • Fixed the prompt issue