Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
ARTUR
Junior Member
Join Date: Mar 2010
Old 04-19-2010 , 01:06   Re: CSS Bank (including MySQL support)
Reply With Quote #41

Miraculix, SilentWarrior

Sorry, but my native language is Russian. I am in English as well as you in Russian)))

So, let us once again:

I'm typing a word in the game !Bank, bankadmin, bank, his all see in the chat can be done so that the word plug hiding?

As a plug "hide chat triggers" ...

Quote:
The required Admin-flag is "ban"
Thanks!)
ARTUR is offline
Miraculix
Senior Member
Join Date: Dec 2009
Location: Germany
Old 04-19-2010 , 11:18   Re: CSS Bank (including MySQL support)
Reply With Quote #42

/bank or /bankadmin are the silent chat triggers
__________________
greeetz Miraculix ;-)
Miraculix is offline
ARTUR
Junior Member
Join Date: Mar 2010
Old 04-19-2010 , 11:42   Re: CSS Bank (including MySQL support)
Reply With Quote #43

Quote:
Originally Posted by Miraculix View Post
/bank or /bankadmin are the silent chat triggers
Code:
// commands to use
	RegConsoleCmd("bank", BankMenu);
	RegConsoleCmd("deposit", Deposit);
	RegConsoleCmd("withdraw", WithDraw);
	RegConsoleCmd("bankstatus", BankStatus);

	RegAdminCmd("bankadmin", BankAdminMenu, ADMFLAG_BAN);
I need to alter this code? so that the messages hidden in the chat

I need to change to:

Code:
// commands to use
	RegConsoleCmd("/bank", BankMenu);
	RegConsoleCmd("/deposit", Deposit);
	RegConsoleCmd("/withdraw", WithDraw);
	RegConsoleCmd("/bankstatus", BankStatus);

	RegAdminCmd("/bankadmin", BankAdminMenu, ADMFLAG_BAN);
I understand correctly?
ARTUR is offline
Miraculix
Senior Member
Join Date: Dec 2009
Location: Germany
Old 04-19-2010 , 14:35   Re: CSS Bank (including MySQL support)
Reply With Quote #44

If you type !bank it is displayed in the chat and if you are typing /bank nothing appears. Theres nothing to change.

Its a default sourcemod feature:
Quote:
  • "!" is the default public trigger (PublicChatTrigger in configs/core.cfg) and your entry will be displayed to all clients as normal.
  • "/" is the default silent trigger (SilentChatTrigger in configs/core.cfg) and your entry will be blocked from being displayed.
__________________
greeetz Miraculix ;-)
Miraculix is offline
ARTUR
Junior Member
Join Date: Mar 2010
Old 04-20-2010 , 00:31   Re: CSS Bank (including MySQL support)
Reply With Quote #45

Miraculix

thank you!
ARTUR is offline
gaissi
Senior Member
Join Date: Sep 2009
Old 04-23-2010 , 08:25   Re: CSS Bank (including MySQL support)
Reply With Quote #46

Hey,

I have four request (or bugs?)...

1. When you enter "!deposit all" than only the Deposit menu appears.

2. Can you add a function that at the end of map all your money get deposited automaticly?

3. Why an admin can't add money to the account of himself?

4. How i can reset the bank?

Greetings
gaissi

p.s. but anyway best bank plugin for sourcemod....
gaissi is offline
Miraculix
Senior Member
Join Date: Dec 2009
Location: Germany
Old 04-24-2010 , 01:51   Re: CSS Bank (including MySQL support)
Reply With Quote #47

Quote:
1. When you enter "!deposit all" than only the Deposit menu appears.
It's actually not planned to type "!deposit all". But I will add it to the next version.

Quote:
2. Can you add a function that at the end of map all your money get deposited automaticly?
No. This feature is not so important to be installed. If someone wants to save his money at the end of map he must do it manually.

Quote:
3. Why an admin can't add money to the account of himself?
This is a point I have also discussed with SilentWarrior. Because it is an admin function that players concerns and not to enrich themselves as an admin. But I will think again about that admins also can target itself.

Quote:
4. How i can reset the bank?
At the moment it's not possible. But in the next version will be 2 new commands: css_bank_reset_all and css_bank_reset_money to reset bank completely or only the money amounts.

Quote:
p.s. but anyway best bank plugin for sourcemod....
Thanks

Here's the current state of the next version:
Code:
++ Added: New CVARs: css_bank_mapprefixes, css_bank_mapmode
		to enable/disable bank according to map prefix
++ Added: Commands to reset bank (only money or all)
++ Added: Possibility to hide from top10
++ Added: Possibility to reset own account
++ Added: Slovak translation (special thanks to svito)
>> Changed: Bankmenu (new: settings-item)
__________________
greeetz Miraculix ;-)
Miraculix is offline
gaissi
Senior Member
Join Date: Sep 2009
Old 04-24-2010 , 09:29   Re: CSS Bank (including MySQL support)
Reply With Quote #48

Quote:
Originally Posted by Miraculix View Post
It's actually not planned to type "!deposit all". But I will add it to the next version.

No. This feature is not so important to be installed. If someone wants to save his money at the end of map he must do it manually.


This is a point I have also discussed with SilentWarrior. Because it is an admin function that players concerns and not to enrich themselves as an admin. But I will think again about that admins also can target itself.


At the moment it's not possible. But in the next version will be 2 new commands: css_bank_reset_all and css_bank_reset_money to reset bank completely or only the money amounts.


Thanks

Here's the current state of the next version:
Code:
++ Added: New CVARs: css_bank_mapprefixes, css_bank_mapmode
        to enable/disable bank according to map prefix
++ Added: Commands to reset bank (only money or all)
++ Added: Possibility to hide from top10
++ Added: Possibility to reset own account
++ Added: Slovak translation (special thanks to svito)
>> Changed: Bankmenu (new: settings-item)
OK. Thanks for the informations...
gaissi is offline
gaissi
Senior Member
Join Date: Sep 2009
Old 05-02-2010 , 15:25   Re: CSS Bank (including MySQL support)
Reply With Quote #49

Is there a realise date?

And i have found a bug:

When you use point 3 at the adminmenu you reset the account of the player and don't set money on it....
gaissi is offline
Miraculix
Senior Member
Join Date: Dec 2009
Location: Germany
Old 05-02-2010 , 15:45   Re: CSS Bank (including MySQL support)
Reply With Quote #50

Quote:
Originally Posted by gaissi View Post
Is there a realise date?
Not really. But I think in the next days/weeks.
Quote:
Originally Posted by gaissi View Post
And i have found a bug:

When you use point 3 at the adminmenu you reset the account of the player and don't set money on it....
Hmm. I've tested it and it worked. But I'm going to watch again.
__________________
greeetz Miraculix ;-)
Miraculix is offline
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 08:09.


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