|
发表于 2006-7-16 17:52:00
|
显示全部楼层
来自 中国–江苏–盐城–大丰区
回复: amx_bank 1.7 银行插件,偶汉化的第一个插件:)
啊哦,为什么,我想用SQL写数据咯
我都不知道他那个所有人的银行账号及其存的钱的数据放在哪里..内存中?一重启不是就没了??
附上 cfg:
//银行系统设置
//开设新银行账号时默认存放的数量,如果没有这么多数量那么什么时候有什么时候自动存入 (默认1000)
bank_default_opening 1000
//银行开关是否发消息到玩家 (默认 1; 0|1) 关|开
bank_state 1
//使用银行最少人数限制 (默认 2)
bank_min_players 2
//银行使用权限制 (默认 0; 0|1|2) 0为任何人可以使用; 1为"addons/amxmodx/configs/bankusers.ini"上的或SQL表bankusers上有的SteamID及管理员可以使用 ;2为只有ini上有SteamID的可以使用
bank_restrict 0
//设定多少回合内可以使用银行 (默认 15)
bank_interest_rounds 15
//返回多少利息 (默认 0.01 (0.01 = 1%))
bank_interest_rate 0.01
//Bank fee for first transaction in each round (default 0; in $)
bank_fees_base 0
//Increase in the current bank fee per transaction (default 0; in $)
bank_fees_increase 0
//How many rounds to wait to turn on the bank at the beginning of the map.
bank_offrounds 1
//Set the message displayed to tell people that the bank is running
bank_msg "本服务器使用了银行插件,输入bank_menu调用银行菜单,输入bank_help查看帮助"
//(default 60) - Set the rate in seconds at which the message is displayed
bank_msg_interval 90
//(default 0; 0|1) - Set whether or not to use IP based accounts. Default is using SteamID based accounts.
bank_use_ip 0 |
|