Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rssbanking_system

Category:script
Author(s):remaked1
Downloads:117
Rate:You need to be logged in to vote
Rating:None (0)
Description:
Features: 

- Registering a bank account including a PIN for safety.

- Ability to change your PIN.

- Ability to deposit/withdraw money.

- Ability to transfer money even to offline accounts.

- You can add ATMs easily wherever you want by modifying the coordinates tables in the script.

- All bank accounts and their information is saved using SQLite.

- Exported functions for admins:

    - exports.banking_system:getPlayerPIN(plr) -- get a player's PIN

    - exports.banking_system:getAccountPIN(accountName) -- get an account PIN

    - exports.banking_system:setPlayerPIN(plr, PIN) -- set a player's PIN, PIN should be a 4-digit number

    - exports.banking_system:setAccountPIN(accountName, PIN) -- set an account's PIN, PIN should be a 4-digit number

    - exports.banking_system:getPlayerBankCash(plr) -- get  a player's amount of cash in his bank account

    - exports.banking_system:getAccountBankCash(accName) -- get an account's amount of cash in that account's bank account.

    - exports.banking_system:setPlayerBankCash(plr, amount) -- set a player's amount of cash in his bank account.

    - exports.banking_system:setAccountBankCash(accName, amount) -- set an account's amount of cash in that account's bank account.
...

(more)

Download latest version | Report

Version history

Version Publish Date Changes
1.0.0 2021-03-25 14:05:22 First public release Download