AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   AMX Bank 1.7 (https://forums.alliedmods.net/showthread.php?t=7939)

sageburner 03-03-2006 21:18

problem
 
I'm running your plugin and with the amx_loot plugin also. but there is a problem can you make it so that you have to be alive to use the bank function or cvar alive or dead banking

One more problem i type maxdep sometimes it just does 8000?

I also running the amx_maxmoney plugin could you work that in some how if not i'm trying to add it myself.

Jon

twistedeuphoria 06-14-2006 22:35

I've been working on an update for this and the changes so far for version 1.7 are:
Code:

Added money hook to auto deposit when gain money above $16000
Added Money Transferring Command Console & Say
Added Give Money Command Console & Say
Added say verisons of bank_open & bank_close
Changed default value of bank_fees_base and bank_fees_increase to 0 (disabled)
Changed bank_min_opening to bank_default_opening
bank_create no longer takes a parameter for opening deposit, instead it attempts to deposit up to bank_default_opening in the new account
Added bank_menu to access the bank menu

I also plan to add ip based accounts for this version. Any other requests?

Throstur 06-18-2006 06:43

I've got a request;

Transfers & I.O.U.'s

A player may chose to transfer $amount$ to another player, or he can issue it as a loan. In this case a player must say "/loan $5000" (or whatever), then another person says "/lend" to lend the person/people that asked for loans.

Loans have interest rates, but if there are no willing players, the bank can also issue out loans, with MUCH higher interest rates :)

twistedeuphoria 06-18-2006 19:39

I was thinking of adding loans, not quite the way you described but similar. I guess I'll add those and a little bit more before I release the next version.

Dontask-jello 06-19-2006 20:29

I see that another individual has posted about nobody having access to the bank after using the configuration file with comments in it.

Would you add capability to use comments in the configuration file for the next version?

twistedeuphoria 06-19-2006 20:36

What symbols would you like to use for starting/ending comments?

Edit: If you are referring to Dr. Knuckles then his problem wasn't with comments.

Edit2: Anything that's not a SteamID will be ignored, you are free to put comments in the file. If you are using SQL you could even add a comments column to the table. (I will be adding this as a default for the sql version for the next version.)

Dontask-jello 06-19-2006 22:29

I just figured you might as well make it somewhat equivalent to users.ini by having ";" comment out a line.

twistedeuphoria 06-19-2006 22:45

You can already do that.

twistedeuphoria 06-19-2006 23:01

Update ~ Version 1.7

-Added money hook to auto deposit $10000 when gain money above $16000
-Added Money Transferring Command Console & Say
-Added Give Money Command Console & Say
-Added say verisons of bank_open & bank_close
-Changed default value of bank_fees_base and bank_fees_increase to 0 (disabled)
-Changed bank_min_opening to bank_default_opening
-bank_create no longer takes a parameter for opening deposit, instead it attempts to deposit up to bank_default_opening in the new account
-Added bank_menu to access the bank menu
-Added bank_use_ip (default 0; 1|0) - sets whether or not to use IP addresses instead of Steam IDs for accounts
-Added IP based accounts (instead of SteamID)
-Bank fees now only affect withdraws
-Added missing dollar signs to bank fees messages
-Added comments column for bankusers table in SQL mode
-SQL errors fixed - it works now!

Have fun!
------

I've decided to put off loans and some other stuff until the next version.

ZerroQ 06-20-2006 14:13

Alright, since this last plugin update, i can't compile it anymore for cs 1.6 As i get it's ment for cs:s but ok °no metter what it's for.. so the problem is comming up on compiling the file amx_bank.sma and it shows those lines:
Code:

//// amx_bank.sma
// c:\scripting\amx_bank.sma(67) : error 017: undefined symbol "formatex"
// c:\scripting\amx_bank.sma(71) : error 017: undefined symbol "formatex"
// c:\scripting\amx_bank.sma(142) : error 017: undefined symbol "formatex"
// c:\scripting\amx_bank.sma(171) : error 017: undefined symbol "formatex"
//
// 4 Errors.
// Could not locate output file compiled\amx_bank.amx (compile failed).
//
// Compilation time 0.39 sec
//----------------------------------------------

And ofcorse afther thus failure, Press any key to exit... :(

Could you please release another version of this for me to run on cs1.6 amxmodx cu'z i would really appreciate your honour!
It's really nice job man!


All times are GMT -4. The time now is 21:22.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.