Jump to content

[REL]The Bank System !


PaiN^

Recommended Posts

Hi every one

:)

Today i finished working on my mode :

.: The Bank System :.

It's a system used to save your money in game, Where you can draw and deposit your money to your account ..

*. You must be registered and logged in to use it ( Because it uses account data ) .

*. The account name is your username NOT changable, But your free with your password .

*. Your password must be longer than 5 and shorter than 20 .

*. The GUI opens with F2 button or /bank command, Changable and removable .

* You can change all the setings in the BS_client.lua file .

* Report any bug, comment any idea or opinion, Rate as you like =D .

And before i forget, The Download link :

~{ https://community.multitheftauto.com/index.php?p=resources&s=details&id=6934 }~

**-----------------------------------------------------**

New Version 1.5 is Relised !

Features :

* SQL Database :

You can select the username that you want, Your bank Account Is saved in SQL and not Account Data .

* Serial Check :

If it's your first time, You can't access untl you register, And then next times, You can immediately login .

* New GUI's :

New GUI's smaller and more organized and easier to deal with .

Don't miss it, Go check it =D

Download :

~{ https://community.multitheftauto.com/index.php?p=resources&s=details&id=6934 }~

Regardes,

#Pai_[N]

Edited by Guest
Link to comment

goog script but you can use and this

-- Convert Number 
function convertNumber ( number )   
    local formatted = number   
    while true do       
        formatted, k = string.gsub(formatted, "^(-?%d+)(%d%d%d)", '%1,%2')     
        if ( k == 0 ) then       
            break    
        end   
    end   
    return formatted 
end 

to know more about the ConvertNumber look this: https://wiki.multitheftauto.com/wiki/ConvertNumber

to convert money to see it like: ( your money: 99,899,999) and no 99899999

and add the $ firts then the money Example: $99,899,999

Edited by Guest
Link to comment
  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...