AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:S/CS:GO] CSS Bank (including MySQL support) v1.6.6 (https://forums.alliedmods.net/showthread.php?t=120578)

LolderPunkt 09-11-2010 07:03

Re: CSS Bank (including MySQL support)
 
hmmm.... dont safe the money... sry @ miraculix something ist not right on my settigs here you can look!

sourcemod.cfg

//+++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++
//
//Bank-Plugin
//
//+++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++

css_bank_enable 1
//(1) Turns Bank On/Off
css_bank_maximum 200000
//(250000) Maximun amount of money players are allowed to have in the bank, 0 to disable
css_bank_announce 1.0
//(1.0) Turns on announcement when a player joins the server, every map or every round: 0.0 = disabled, 1.0 = every map, 2.0 = every round
css_bank_deposit_fee 199
// (200) Fee, the players must pay for each deposit
css_bank_interest 0.75
//(2.5) % of interest players will get per round
css_bank_min_deposit 500
//(1000) Min. deposit amount, 0 to disable
css_bank_pistolrounds 1
//(1) Set the number of pistolrounds the bank is disabled, min. 0
css_bank_identity ~LoLDIEBANK~
//(CSS Bank) Set the name of your bank
css_bank_min_players 0
//(2) The number of min players to activate bank, min 0
css_bank_dbconfig "cssbank"
//(clientprefs) Set the database configuration listed in databases.cfg
css_bank_mapmode 0
//(0) 0 = Disable bank during listed map prefixes, 1 = disable bank during NON-listed map prefixes (only listed maps enable bank)
css_bank_mapprefixes ""
//(" ") List the map prefixes where the bank is enabled or disabled. Related to the css_bank_mapmode Cvar



database.cfg

"Databases"
{
"driver_default" "mysql"

"default"
{
"driver" "default"
"host" "db4free.net"
"database" "lolderserver"
"user" "lolderpunkt"
"pass" "xxxxxxxxxxx"
//"timeout" "0"
"port" "3306"
}
"cssrank"
{
"driver" "default"
"host" "db4free.net"
"database" "lolderserver"
"user" "lolderpunkt"
"pass" "xxxxxxxxxx"
//"timeout" "0"
"port" "3306"
}
"cssbank"
{
"driver" "default"
"host" "db4free.net"
"database" "lolderserver"
"user" "lolderpunkt"
"pass" "xxxxxxxxxx"
"port" "3306"
}
}

and the files are on correct places who the other working plugins too!

Miraculix 09-11-2010 22:07

Re: CSS Bank (including MySQL support)
 
the configs are correct.

something in the logs?

rautamiekka 10-12-2010 14:29

Re: CSS Bank (including MySQL support)
 
I've had enough of this Plugin erasing some of the money after crashes and map changes.

thetwistedpanda 10-12-2010 14:30

Re: CSS Bank (including MySQL support)
 
Here's an idea, don't use it then! You could be helpful, and tell the plugin author what's going on and give them any possible errors you're giving. But no, you'd rather be an ungrateful troll.

rautamiekka 10-12-2010 14:32

Re: CSS Bank (including MySQL support)
 
Quote:

Originally Posted by thetwistedpanda (Post 1323122)
Here's an idea, don't use it then! Or, you could be helpful, and tell the plugin author what's going on and give them any possible errors you're giving. But no, you'd rather be an ungrateful troll.

You and your trolls. Just looking at the Server Logs and SourceMod Logs, there's nothing. Nothing ! I'll help if someone tells what.

Miraculix 10-12-2010 14:45

Re: CSS Bank (including MySQL support)
 
More information would be not bad. On our server so far had no problems.
What is crashed?
- The plugin?
- The server?
which money was gone?
- the hole bank?
- That one has paid into during map?

rautamiekka 10-12-2010 14:53

Re: CSS Bank (including MySQL support)
 
Quote:

Originally Posted by Miraculix (Post 1323129)
More information would be not bad. On our server so far had no problems.
What is crashed?
- The plugin?
- The server?
which money was gone?
- the hole bank?
- That one has paid into during map?

- Server crashed due to SM voting, or a random crash. Particularly money was lost due to SM voting crashing the Server or just ES stepping onto segfault. We're now running without SM voting, ES and MAP.
- Particularly, but not solely, my money's gone. With Server shutted down I have manually set our moneys back to their values in the database for 3 times.
- There have been two instances where 70 accounts out of 80 lost 100k-1m of money between map changes; almost whole bank.
- Yeah we've manually deposited money before map auto-changing; the bank should auto-deposit your money right before map changing, anyway.

Think those answer the listed Qs.

Miraculix 10-12-2010 15:07

Re: CSS Bank (including MySQL support)
 
I can't see that happening. especially if nothing in the logs. because actually everything after each action is stored.

rautamiekka 10-12-2010 15:14

Re: CSS Bank (including MySQL support)
 
Quote:

Originally Posted by Miraculix (Post 1323144)
I can't see that happening. especially if nothing in the logs. because actually everything after each action is stored.

I'm with you in that, even more especially that the moneys are stored in a database in opposite end of the planet, meaning the money can't be lost unless the Plugin sends a command to do that (since the Server nor SM won't do that).

I'm gonna have to do more testing. This sucks, you can believe that.

Miraculix 10-12-2010 15:19

Re: CSS Bank (including MySQL support)
 
Have you tested whether the money is missing only temporarily?
On the other hand, I've no explanation for this obscure phenomenon.


All times are GMT -4. The time now is 08:51.

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