PaiN^ Posted April 19, 2013 Share Posted April 19, 2013 (edited) 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 April 26, 2013 by Guest Link to comment
Max+ Posted April 19, 2013 Share Posted April 19, 2013 Great Script it's useful , Keep it Up Pain ! Link to comment
Mossy Posted April 20, 2013 Share Posted April 20, 2013 Good script! And I don't think this matters but the correct way to show money is by putting the $ sign before the amount. Example: $500 Link to comment
MIKI785 Posted April 20, 2013 Share Posted April 20, 2013 Nice, good job releasing it. But you could have made the GUI little bit smaller, there's too much unused space. Link to comment
Sasu Posted April 20, 2013 Share Posted April 20, 2013 Nice, good job releasing it. But you could have made the GUI little bit smaller, there's too much unused space. +1 and set more transparency, if you want obviously. But... Good script! Link to comment
AlvareZ_ Posted April 21, 2013 Share Posted April 21, 2013 Good Job, But its BIG GUI O,o Link to comment
K4stic Posted April 21, 2013 Share Posted April 21, 2013 (edited) 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 April 21, 2013 by Guest Link to comment
PaiN^ Posted April 22, 2013 Author Share Posted April 22, 2013 Thanx for replays, opinions and ideas guys ... I truly appreciate it ^^ Link to comment
Baseplate Posted April 24, 2013 Share Posted April 24, 2013 Good work, but the GUI doesn't seem to be real professional to me, no offence, but nice job anyways Link to comment
PaiN^ Posted April 26, 2013 Author Share Posted April 26, 2013 Good work, but the GUI doesn't seem to be real professional to me, no offence, but nice job anyways Thanx for your honest replay ^^ . + New version is relised v1.5 ( check main post ) ... Link to comment
HawK-[A] Posted May 15, 2013 Share Posted May 15, 2013 Cool thx and just 1 question where do i put the script when i download it,And how do i but it like in a cilender when someone steps in it the gui opens Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now