Stable
1.0.7
UPDATE
- Fixed bLogs support for card transactions not working correctly.
- Fixed multiple lua errors if player disconnected while using the ATM.
Stable
1.0.6
UPDATE
- Fixed missing language string.
- Improved information when a translation string is missing.
- Fixed error if you don't have a compatible money printer system.
Stable
1.0.5
UPDATE
- Added the possibility to withdraw directly from money printers to your bank account
- Support for Tier Printers
- Support for OnePrint
- Support for sPrinter
- The default money printer will send the money directly to your bank instead of spawning a money bag.
- Enable/disable with config
CH_ATM.Config.WithdrawToBankFromPrinter
- Fixed an error spam from the ATM that could occur.
- Fixed that bank accounts would go to 0 on withdrawal if the MaxMoney for their account was 0/unlimited.
- If your account maximum is 0/unlimited then it will say "Unlimited" instead of 0 on the account information panel.
- Fixed not updating interest rate when upgrading account level. You had to reconnect for it to update.
- Fixed not updating interest rate when it was reset by an admin.
- Fixed the ATM not resetting to initial screen when a player leaves it during a loading/temporary screen.
- Added the ability to use your keyboard/numpad when the keypad is active for input.
- This can be enabled/disabled with
CH_ATM.Config.AllowKeyboardInputForKeypad
- Updated French translation.
Stable
1.0.4
UPDATE
- Added security check on deposit/withdraw to check if the desired ATM is being hacked/hacked cooldown.
- You can now press on the icons in the home portal (bank/crypto selection) and it will take you to the respective menu.
- It will enlarge the image and change the color of the button when hovering.
- Recoded the color system for ATMs to allow more options.
- You can now set the color of the ATM when someone is using it with
CH_ATM.Config.ActiveColor
- You can now set the color of an inactive ATM by enabling
CH_ATM.Config.EnableInactiveColor
and changingCH_ATM.Config.InactiveColor
- You can now set the color of an ATM that is "out of order" with
CH_ATM.Config.OutOfOrderColor
- Set action successful color with
CH_ATM.Config.ActionSuccessfulColor
- Set action unsuccessful color with
CH_ATM.Config.ActionUnsuccessfulColor
- Fixed a mistake with logging for
CH_ATM_bLogs_TakeMoney
andCH_ATM_bLogs_ReceiveMoney
- Added
CH_ATM_bLogs_TakeMoney
support for successful hacks. - Added XP support for Sublime Levels, Vrondakis Level System, Elite XP System (EXP2), DarkRP Essentials, Brick's Essentials and GlorifiedLeveling.
- Give XP on successfully hacking an ATM with
CH_ATM.Config.SuccessfulHackXP
Stable
1.0.3
UPDATE
- Added sliding money into ATM on deposit.
- Requires the CH_ATM.Config.SlideMoneyOutOfATM to be enabled.
- Fixed a bug where lockpicking doors could trigger as if you were hacking an ATM.
Stable
1.0.2
UPDATE
- Added aPhone compatibility.
- You now have full control over your bank via the aPhone banking app.
- Added an automatic detection system for replacing static ATM props with interactive ATM entities.
- Enable/disable with config
CH_ATM.Config.ReplaceATMPropsOnMap
- This will automatically detect ATM models on supported maps and replace them with interactive ATM entities.
- Works on rp_rockford_v2b and rp_truenorth_v1a at the moment.
- Added the ability to have money slide out of the ATM when withdrawing.
- This replaces the default of just adding the money straight to the wallet.
- Enable/disable with
CH_ATM.Config.SlideMoneyOutOfATM
- You can choose if anyone or only the owner can take the money via
CH_ATM.Config.OnlyOwnerCanTakeMoney
- Added French translation thanks to FlavSnip
- Added Russian translation thanks to Mactavish
Stable
1.0.1
UPDATE
- Changed some prints to debug prints.
- Using player.GetCount properly.
- Use math.max to prevent interest from falling under 0.
- Removed unused variables.
- Implemented functionality so only the owner of a card terminal can interact with the buttons (Uses CPPI library).
- Draw "ATM occupied" screen on the ATM when it's being used by someone other than you.
- Fixed a bug with sending money to other players.
- Added transfering accounts from SlownLS ATM.
- Added credit card payments and transfers to transaction history (requires SQL).
- Added Turkish translation thanks to Lexus
- Added Polish translation thanks to Hejfi
- Added Spanish translation thanks to Tekiad
- Added crypto currency prefix to total balance text when sending through ATM.
Stable
1.0.0
Initial version.