Realistic ATM
How to install Nevera Development - Realistic ATM script.
This script is compatible with ESX and QB.
Script
Installation
Download from keymaster and unzip the
Realistic ATM
on desktop. Open ESX folder, and movenv_atm
in your server's resource folder.Add the resource to your server start config:
ensure nv_atm
, the name of the folder must not be changed or the resource will not function correctly. Ensure the script is the latest one.
# ...
# All the other resources
ensure nv_atm
Open the config.lua and configure it correctly, paying attention to all the variables!
Restart server or type
ensure nv_atm
in console.
Code
config = {}
config.notifyName = "Fleeca Bank"
config.notifyDesc = "ATM Machine"
config.notifyIcon = "CHAR_BANK_FLEECA"
config.enableNotification = false
config.atmModels = {
"prop_atm_01",
"prop_atm_02",
"prop_atm_03",
"prop_fleeca_atm"
}
config.msg_deposit1 = "You don't have enough money."
config.msg_deposit2 = {"You are successfully deposit $","to bank."}
config.msg_withdraw1 = "You don't have enough money."
config.msg_withdraw2 = {"You are successfully withdraw $","from bank."}
config.atm_lang = {
welcome_title = "Welcome to",
title="FL<b>EE</b>CA BANK",
insert_card="Insert a card",
balance="Balance",
withdraw="Withdrawal",
deposit="Deposit",
exit="Exit",
back="Back",
custom_input="Custom Input",
msg_balance="Your Balance",
msg_deposit="How much money you want to deposit?",
msg_withdraw="How much money you want to withdraw?",
msg_thanks = "Thanks for using our services",
msg_soon = "See you soon!"
}
-- If you want to enable QB Target, you can set this to true
config.qbtarget = false
config.qbtarget_name = "Open ATM"
-- If you want to enable OX Target, you can set this to true
config.ox_target = false
config.ox_target_name = "Open ATM"
Support
Last updated