Raised This Month: $51 Target: $400
 12% 

[CS:S/CS:GO] CSS Bank (including MySQL support) v1.6.6


Post New Thread Reply   
 
Thread Tools Display Modes
Miraculix
Senior Member
Join Date: Dec 2009
Location: Germany
Old 04-23-2011 , 07:01   Re: [CSS] CSS Bank (including MySQL support) v1.4.2 (updated 03-24-2011)
Reply With Quote #251

Do you have the latest version?

Config?
__________________
greeetz Miraculix ;-)

Last edited by Miraculix; 04-23-2011 at 07:07.
Miraculix is offline
Masshypnosis
Junior Member
Join Date: Jan 2010
Old 05-08-2011 , 13:14   Re: [CSS] CSS Bank (including MySQL support) v1.4.2 (updated 03-24-2011)
Reply With Quote #252

css_bank_adminflag "z"

// Maximun amount of money admins are allowed to have in the bank. 0 for no other limit.
// -
// Default: "0"
css_bank_adminlimit "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
// -
// Default: "1.0"
// Minimum: "0.000000"
// Maximum: "2.000000"
css_bank_announce "1.0"

// Default auto deposit for new player
// -
// Default: "0"
css_bank_autodep "0"

// Default auto withdraw for new player
// -
// Default: "0"
css_bank_autowith "0"

// Set the database configuration listed in databases.cfg
// -
// Default: "clientprefs"
css_bank_dbconfig "bank"

// Fee, the players must pay for each deposit
// -
// Default: "200"
css_bank_deposit_fee "200"

// Turns Bank On/Off
// -
// Default: "1"
css_bank_enable "1"

// Set the name of your bank
// -
// Default: "CSS Bank"
css_bank_identity "Simply-Fire Bank"

// % of interest players will get per round
// -
// Default: "2.5"
css_bank_interest "0"

// 0 = Disable bank during listed map prefixes, 1 = disable bank during NON-listed map prefixes (only listed maps enable bank)
// -
// Default: "0"
css_bank_mapmode "0"

// List the map prefixes where the bank is enabled or disabled. Related to the css_bank_mapmode Cvar
// Separate with commas. e.g.: css_bank_mapprefixes "gg_,fy_,aim_"
// -
// Default: " "
css_bank_mapprefixes " "

// Maximun amount of money players are allowed to have in the bank, 0 to disable (max 2,000,000,000)
// -
// Default: "250000"
css_bank_maximum "250000"

// Min. deposit amount, 0 to disable
// -
// Default: "1000"
css_bank_min_deposit "1000"

// The number of min players to activate bank, min 0
// -
// Default: "2"
css_bank_min_players "2"

// Set the number of pistolrounds the bank is disabled, min. 0
// -
// Default: "1"
css_bank_pistolrounds "1"

// Set the number of days after inactive players will be deleted, 0 for never
// -
// Default: "0"
css_bank_prunedb "120"

// Set the number of days the bank should reset periodically, 0 for never
// -
// Default: "0"
css_bank_resetinterval "0"
Masshypnosis is offline
Masshypnosis
Junior Member
Join Date: Jan 2010
Old 05-11-2011 , 16:49   Re: [CSS] CSS Bank (including MySQL support) v1.4.2 (updated 03-24-2011)
Reply With Quote #253

Habe das eben nochmal getestet.
Der Befehl dafür ist !withdraw -1000 z.b. man sollte aber sagen wir 2000 auf dem Bankkonto haben. Danach hat man mit diesem Befehl 3000 auf dem Konto.
Masshypnosis is offline
lqhnybear
Member
Join Date: Oct 2009
Location: Miami Beach, Fl
Old 05-12-2011 , 04:40   Re: [CSS] CSS Bank (including MySQL support) v1.4.2 (updated 03-24-2011)
Reply With Quote #254

Just a few questions.

1. Does this plugin allow for more than 16k cash on the player at any time? If not, is there a way to do that?
2. Will this plugin allow people to give cash to multiple people at once? ie: ct team or t team or even multiple names?
3. Can you set up so that all new connected players are given a certain amount of cash in the bank?
__________________
lqhnybear is offline
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 05-12-2011 , 14:42   Re: [CSS] CSS Bank (including MySQL support) v1.4.2 (updated 03-24-2011)
Reply With Quote #255

Quote:
Originally Posted by lqhnybear View Post
Just a few questions.

1. Does this plugin allow for more than 16k cash on the player at any time? If not, is there a way to do that?
2. Will this plugin allow people to give cash to multiple people at once? ie: ct team or t team or even multiple names?
3. Can you set up so that all new connected players are given a certain amount of cash in the bank?
1) Use [EXTENSION] CSS No Money Limit for that.
2) That I don't know
__________________
Links to posts I received Karma from:
Big thanks to all who gave Karma
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
Miraculix
Senior Member
Join Date: Dec 2009
Location: Germany
Old 05-12-2011 , 15:14   Re: [CSS] CSS Bank (including MySQL support) v1.4.2 (updated 03-24-2011)
Reply With Quote #256

Quote:
Habe das eben nochmal getestet.
Der Befehl dafür ist !withdraw -1000 z.b. man sollte aber sagen wir 2000 auf dem Bankkonto haben. Danach hat man mit diesem Befehl 3000 auf dem Konto.
Thx for reporting. Fix will come soon...

Quote:
2. Will this plugin allow people to give cash to multiple people at once? ie: ct team or t team or even multiple names?
No
You can only transfer money to single player.
Quote:
3. Can you set up so that all new connected players are given a certain amount of cash in the bank?
No
... not yet. Maybe in a future release...
__________________
greeetz Miraculix ;-)

Last edited by Miraculix; 05-12-2011 at 15:37.
Miraculix is offline
Miraculix
Senior Member
Join Date: Dec 2009
Location: Germany
Old 05-12-2011 , 15:35   Re: [CS:S] CSS Bank (including MySQL support) v1.4.3 (updated 05-12-2011)
Reply With Quote #257

ok. new version available:

Code:
1.4.3 (2011-05-12)     ** Fixed: Bug with negative values. (!withdraw -1000)
__________________
greeetz Miraculix ;-)
Miraculix is offline
lqhnybear
Member
Join Date: Oct 2009
Location: Miami Beach, Fl
Old 05-12-2011 , 17:42   Re: [CS:S] CSS Bank (including MySQL support) v1.4.3 (updated 05-12-2011)
Reply With Quote #258

Having an issue with using auto deposit and auto withdraw at the same time.

Let's say I have

Auto Deposit $2000
Auto Withdraw $6000

every round it's depositing over $6000 the first round after setting it sometimes works right but then it'll always screw up the deposits.
__________________
lqhnybear is offline
Masshypnosis
Junior Member
Join Date: Jan 2010
Old 05-13-2011 , 06:23   Re: [CS:S] CSS Bank (including MySQL support) v1.4.3 (updated 05-12-2011)
Reply With Quote #259

Sehr nice das fix. Ich werds gleich mal updaten wenn ich zuhause bin. Es verbreitet sich nämlich wie eine seuche auf meinen Servern und sich geld "ercheaten" mit diesem Befehl war echt mal sehr blöde. Jetzt sollen sie wieder einmal sparen meine Spieler anstatt sich sofort das maximum zu holen *gg*.
Großes Lob und danke nochmal für die Hilfe. Hab versucht das selber zu fixen, ging aber irgendwie net *gg*.
Masshypnosis is offline
Ares Veteran
Senior Member
Join Date: Jul 2010
Location: Hungary
Old 05-13-2011 , 06:51   Re: [CS:S] CSS Bank (including MySQL support) v1.4.3 (updated 05-12-2011)
Reply With Quote #260

Quote:
Originally Posted by Miraculix View Post
ok. new version available:

Code:
1.4.3 (2011-05-12)     ** Fixed: Bug with negative values. (!withdraw -1000)
OMG that realy worked?! I'm so lucky that my players doesn't heard -i hope - about this bug.
__________________
P.M.C Clan
pmcfighters.co.nr

Ares Veteran is offline
Send a message via MSN to Ares Veteran
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:33.


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