• DarkRP Bank system v2.0 [DARKRP MODULE]
    51 replies, posted
Hello, this is an bank system for darkrp, i have released 2 other versions before this one and im sorry because i never released this one until today, i have been busy, Really busy but here it is. [release] [url=http://www.garrysmod.org/downloads/?a=view&id=117562][img]http://www.garrysmod.org/img/?t=dll&id=117562[/img][/url] Changelog: [B]*[/B] Destroying the save & interest timer when you leave (No idea why i forgot to do this on the first version) [B]*[/B] You can no longer dupe / Cheat money, Thanks alot MegaJohnny [B]*[/B] Added server tag [B]*[/B] you can now edit the interest amount [B]*[/B] Some other shit, i just edit the module sometimes [/release] Command : [CODE] rp_setbank (target) (amount) [/CODE] [release] You can change the settings at the module file at darkrp/gamemode/modules/banksystem.lua when you open it you will see this: [IMG]http://i53.tinypic.com/voo5fl.jpg[/IMG] [/release] if you dont like it then leave this thread. or if your facepunc username is "erie1555" or "anderson64" or "maskedmayhem" then stay away rate [IMG]http://static.facepunch.com/fp/ratings/lua_king.png[/IMG][IMG]http://static.facepunch.com/fp/ratings/tick.png[/IMG][IMG]http://static.facepunch.com/fp/ratings/emoticon_tongue.png[/IMG][IMG]http://static.facepunch.com/fp/ratings/winner.png[/IMG][IMG]http://static.facepunch.com/fp/ratings/zing.png[/IMG][IMG]http://static.facepunch.com/fp/ratings/information.png[/IMG][IMG]http://static.facepunch.com/fp/ratings/wrench.png[/IMG][IMG]http://static.facepunch.com/fp/ratings/palette.png[/IMG][IMG]http://static.facepunch.com/fp/ratings/clock.png[/IMG][IMG]http://static.facepunch.com/fp/ratings/lua_helper.png[/IMG][IMG]http://static.facepunch.com/fp/ratings/cross.png[/IMG][IMG]http://static.facepunch.com/fp/ratings/heart.png[/IMG][IMG]http://static.facepunch.com/fp/ratings/box.png[/IMG][IMG]http://static.facepunch.com/fp/ratings/rainbow.png[/IMG][IMG]http://static.facepunch.com/fp/ratings/heart.png[/IMG] if you like it Rate [IMG]http://static.facepunch.com/fp/ratings/box.png[/IMG] if you love it or if you dont like it then do not rate
Why didnt you just bump your old thread? Btw you can still withdraw a negative amount of money and have it deposited into your account, basically rendering this version almost as useless as the last.
[QUOTE=Maskedmayhem;27871363]Why didnt you just bump your old thread? Btw you can still withdraw a negative amount of money and have it deposited into your account, basically rendering this version almost as useless as the last.[/QUOTE] i told you to stay away from my threads.
Sorry for the constructive criticism... or as you always seem to call it "Trolling".
[QUOTE=Maskedmayhem;27871518]Sorry for the constructive criticism... or as you always seem to call it "Trolling".[/QUOTE] yeah yeah whatever you say, get out now
[QUOTE=blown25;27871539]yeah yeah whatever you say, get out now[/QUOTE] Stupidity, it was actually constructive criticism, and you seem to not be able to take it, on the other hand, good job on attempting to make this.
[QUOTE=Dizla;27872102]Stupidity, it was actually constructive criticism, and you seem to not be able to take it, on the other hand, good job on attempting to make this.[/QUOTE] thanks, check my other created threads, he is stalking me because of some old E-Drama note: for some reason i rated myself by mistake :S
Still, fix your shit. No one will use a module that allows for people to get 9e109 money, like I do in one server.
[QUOTE=Amokov;27872473]Still, fix your shit. No one will use a module that allows for people to get 9e109 money, like I do in one server.[/QUOTE] [QUOTE][B]* You can no longer dupe, Thanks alot MegaJohnny[/B][/QUOTE]
I. Fucking. Hate. Your. Tabbing.
im glad you guys like it
Oh shit I thought [img]http://static.facepunch.com/fp/ratings/box.png[/img] meant dumb. jk Also, you should make it committable with MySql. Do you care if I touch it up(ur code)?
It's not his code, so go ahead.
[QUOTE=Anderson64;27956294]It's not his code, so go ahead.[/QUOTE] its my code, retard
[QUOTE=blown25;27970999]its my code, retard[/QUOTE] If its your code, go fix the exploit i posted, it shouldn't be too hard being your code and all...
[QUOTE=phoenixftb;27971366]If its your code, go fix the exploit i posted, it shouldn't be too hard being your code and all...[/QUOTE] its already fixed
It's kinda awesome to have that in DarkRP. - :-)
This addon is a pile of shit, I managed to glitch it in order to give myself unlimited cash in no time at all.
[QUOTE=LukeWilliams;28052919]This addon is a pile of shit, I managed to glitch it in order to give myself unlimited cash in no time at all.[/QUOTE] not in this version. i know you're still mad at me, otherwise you would not post this.
[QUOTE=LukeWilliams;28052919]This addon is a pile of shit, I managed to glitch it in order to give myself unlimited cash in no time at all.[/QUOTE] Sounds like you spend your whole weekend how to figure that out, and minge with it on forum.
I know the glitch he is talking about, It's withdrawing/depositing minus numbers, easy to fix. [code] if tonumber(args[1]) < 0 then Notify(ply, 1, 9, "Yeah, we fixed this") else ply:AddMoney(-args[1]) ply:SetNWInt("bank", ply:GetNetworkedInt( "bank" ) + args[1]); Notify(ply, 1, 9, "You deposited "..args[1]..CUR..DOT) Savebank ( ply ) [/code] Same with withdraw EDIT: Just read the posts above, but if you're still using the old version this will fix it.
[QUOTE=FlamingSpaz;28088921]I know the glitch he is talking about, It's withdrawing/depositing minus numbers, easy to fix. [code] if tonumber(args[1]) < 0 then Notify(ply, 1, 9, "Yeah, we fixed this") else ply:AddMoney(-args[1]) ply:SetNWInt("bank", ply:GetNetworkedInt( "bank" ) + args[1]); Notify(ply, 1, 9, "You deposited "..args[1]..CUR..DOT) Savebank ( ply ) [/code] Same with withdraw EDIT: Just read the posts above, but if you're still using the old version this will fix it.[/QUOTE] i have already fixed it, the day i released this version [LUA] local argnum = tonumber(args[1]) if (not argnum) or (argnum < 1) then return end [/LUA] located at Line 84-85 & 97-98
Remove interest and Make the paycheck in darkrp go to your bank account instead of your wallet. That would make a DarkRP server Legendary. I dont even know why you put interest? If someone deposited 9 mil in there they would get back alot of money. With interest you will get like every single person in the server Rich. Then the server will turn into a RDM fest and be raped by little kids yelling into there mic asking how that person got so much money or something.
is it possible to spawn it automatic when the map loads on the same position, so yes please tell me how
How do you fix this error when depositing: [entities\bank_atm\cl_init.lua:62] attempt to index field 'DarkRPVars' (a nil value)
[QUOTE=duif;28209377]is it possible to spawn it automatic when the map loads on the same position, so yes please tell me how[/QUOTE] Permaprops.
[QUOTE=phoenixftb;28215997]Permaprops.[/QUOTE] Thanks
[QUOTE=alphaspida;28215441]How do you fix this error when depositing: [entities\bank_atm\cl_init.lua:62] attempt to index field 'DarkRPVars' (a nil value)[/QUOTE]
[QUOTE=phoenixftb;28215997]Permaprops.[/QUOTE] Unknown command: perma_save how to fix this?
[QUOTE=duif;28257419]Unknown command: perma_save how to fix this?[/QUOTE] Ask... the coder?
Sorry, you need to Log In to post a reply to this thread.