FEATURES
• Low Resmon
• Open Source
• Customizable Config
SUGGESTIONS
This is my very first release, and attempt to making a fully functional public resource. Any feedback would be greatly appreciated, on how to optimize code, suggestions, etc~
Hey so sorry for this late reply I’m actually working on 2.0 so I will definitely take this into consideration just need to learn a bit about cd-dispatch
Hey, so sorry for the late response, haven’t been on the forums.
Did you at all edit the lines below in the config.lua
Basically every time you rob an ATM it generates two random numbers ranging from 1-3 those must equal each other in order to get the reward.
Line 48: Config.LuckyItemPossibility = math.random(1, 3) -- Lucky Item Possibility
Line 49: Config.LuckyItemVariation = math.random(1, 3) -- Luck Item Variation