PDA

View Full Version : SM Bank Mod: MySQL


Nican
08-27-2007, 00:23
Bank mod: SQL

Original Author:
mateo10
Edit because
Request to add MySQL support

Description
Users can deposit/withdraw money money from a bank account at any time

Commands

say !deposit (amount) - Deposit money into your bank
say !withdraw (amount) - Get money from your bank
say !bankstatus - Shows how much money you have in your bank
say !bank - Shows a friendly menu
sm_bankadd / sm_bankset (search person) (amount)


Cvars

sm_bank_allow (default: 1) - Enable/Disable this plugin
sm_bank_max (default: 50000) - The maximun amount of money is allowed in the bank
sm_bank_fee (default: 250) - How much users must pay for each deposit
sm_bank_transfer (default: 1) - Allow users to share money between them selfs
sm_bank_interest (default: 5.0) - % of interest players will get per round
sm_bank_pistol (default: 0) -Set to 1 to block withdraw during pistol round


Special thanks to:

sessus (http://forums.alliedmods.net/member.php?u=16668) - For the German translation.



Change log

August 26, 2007

Initial release

August 27, 2007

Fixed fee error
Fixed money setting if player reached limit

August 29, 2007

Fixed small error

September 04, 2007

Added menu
Added bank money transferring
Added money with commas

September 06, 2007

Fixed money error... Displayed wrong number when depositing

October 25, 2007

Fixed error that people could not transfer money
Set maxmoney to 0 for unlimited money
Add commands sm_setmoney / sm_addmoney to players

October 27, 2007

Fixed transfer error of max clients not registering

November 4, 2007

Fixed possible change of client disconnecting while transferring money
Fixed some memory leaks
Fixed error of clients getting more money then they could on interest

November 24, 2007

Added cvar to block usage of withdraw during pistol round

March 22, 2007

Made menu show money values relative to how much money the player has.

tkaway69
08-27-2007, 00:42
Very nice. Will you be adding the ability to transfer funds between players?

kipplitz
08-27-2007, 00:44
ok, help a new guy out. To use this, you need the database manager. I assume you need to have an install of mysql as well? Can you do this on a hosted server? Any light on this mucho appreciated!

Thanks,

KippLitz

Nican
08-27-2007, 01:08
I am trying to make the database manager support SQLite too... but SQLite is just not complete enough to use database manager...

When I make database manager support SQLite I will PM you


EDIT:

Woohoo! I found what I needed, now I need to make it compatiable

Nican
08-27-2007, 10:43
There... I added SQLite support to Database manager

Rainbow 6
08-29-2007, 18:36
does not want to compile

Nican
08-29-2007, 18:37
Do you have the database manager?
http://forums.alliedmods.net/showthread.php?t=60036

Rainbow 6
08-29-2007, 20:19
yes i do but what good is it if i can not even get the plugin downloaded so i can get it to my game server

Nican
08-29-2007, 20:21
Here is the deal, this plugin runs over the database manager, WITH IT NEEDS TO BE DOWNLOADED

http://forums.alliedmods.net/showthread.php?t=60036

Install a_mysql.sp and I will add a compiled version to this post

bobbobagan
08-30-2007, 00:13
Are bank balances saved?

Nican
08-30-2007, 00:38
Yes... They are saved to the database when the map starts or when a client disconnects

kipplitz
09-02-2007, 13:30
Tried to make some changes (text wording) to the script file and recomplie it with the online compiler. Here is what I get:

Your plugin failed to compile! Read the errors below:

/home/groups/sourcemod/upload_tmp/php1nOUBY.sp(5) : fatal error 120: cannot read from file: "globaldb"Compilation aborted.

Nican
09-02-2007, 13:41
On this topic:

Requirements

Database manager (http://forums.alliedmods.net/showthread.php?t=60036)



On the other topic:

Notes:
Put the globaldb.inc in addons\sourcemod\scripting\include

Tekniqal
09-02-2007, 18:47
Okay some feature requests Nican:
I think there should be a menu that is triggered by !bank because that is what everyone is used to. And that menu should look like this:
http://img210.**************/img210/7882/mainer7.jpg (http://**************)

And then the breakdown should be like the following:
http://img210.**************/img210/3451/depositkv6.jpg (http://**************)http://img210.**************/img210/3016/withdrawjp0.jpg (http://**************)http://img210.**************/img210/5681/transfergm5.jpg (http://**************)http://img210.**************/img210/3130/settingsme7.jpg (http://**************)

As you can see I am requesting that there be a setting to auto fill your cash each round. Also Id like to see a form of interest that we can set to either be added each round or per map.

Nican
09-02-2007, 18:50
I am currently busy... I will work on that tomorrow :/

Tekniqal
09-02-2007, 18:51
I am currently busy... I will work on that tomorrow :/

Thats cool :mrgreen:. I am using a ES version right now so take your time just giving you a heads up as to what people will want, i think...

kipplitz
09-02-2007, 20:37
By the way Nican...THANK YOU for the data base manager and this bank plugin...I know you put a lot of hard work in to it and I appreciate your patience in working with us through getting it up and running as well as answering the questions you do...more questions to come! :)

KippLitz

Nican
09-04-2007, 14:07
Update!

Tekniqal
09-04-2007, 14:23
Typos:
"TargetTotalLimit"
{
"#format" "{1:s}{2:s}{3:s}"
"en" "{1}[SM Bank]{2} {3} is alredy full."
}

"TargetDeposited"
{
"#format" "{1:s}{2:s}{3:s}{4:s}"
"en" "{1}[SM Bank]{2} {3} Just posited {4} into your bank."
}

"ClientTargetDeposited"
{
"#format" "{1:s}{2:s}{3:s}{4:s}"
"en" "{1}[SM Bank]{2} You sucefully deposited {4} into {3} bank."
}


Also one feature I forgot to mention, a way to set a balance for admins or maybe a admin command to set someones bank. Also it would be best if you could set the amount even if that player is not in the server ie: sm_bank_set STEAM_0:0:1234 100000

Your changes look great thanks

Nican
09-04-2007, 14:28
Thank you for pointing that out... My grammar is not that good D:

tkaway69
09-04-2007, 16:49
Thanks for the Update.

bobbobagan
09-05-2007, 04:36
OK I give up... ive tried everything.

Ive installed all the files, and ive installed the database. But i just get the error Load error: Native "DB_GetColumnId" was not found.

Am I ment to have the database .smx installed because on the first page of that forum post it says you only need the .sp

So I tried removing it and it still doesnt work!!! Do I need to restart my server? Because with other mods they just automaticly update. And yes I have updated my databases.cfg

Please help me... Its driving me insane!!

Nican
09-05-2007, 09:19
Did you read this part:

Requirements

Database manager (http://forums.alliedmods.net/showthread.php?t=60036)


:?

bobbobagan
09-05-2007, 18:54
yes ive already installed that. This is what 'sm plugins list' shows:

41 <Error> "Database manager" (3.0) by Nican132
42 <Failed> "SM Bank" (2.0) by MaTTe, edit by Nican

And ive set the databases.cfg file up

And ive placed the .inc in the scripting/include folder and ive put the .sp in the scripting folder.

I found this in the logs

11:02:23: [SM] Plugin encountered error 25: Call was aborted
L 09/06/2007 - 11:02:23: [SM] Native "SetFailState" reported: [MYSQLmanager] Fail state: Could not connect to mysql
L 09/06/2007 - 11:02:23: [SM] Debug mode is not enabled for "a_mysql.smx"
L 09/06/2007 - 11:02:23: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 41 on
L 09/06/2007 - 11:02:23: [SM] Unable to load plugin "bank.smx": Native "DB_GetColumnId" was not found.

Nican
09-05-2007, 21:49
This line does tell me something:
L 09/06/2007 - 11:02:23: [SM] Native "SetFailState" reported: [MYSQLmanager] Fail state: Could not connect to mysql

If you are not sure what MySQL is, put this in server.cfg or something:
sm_db_config "storage-local"


Maybe I should people differently that MySQL is not being able to connect :O

bobbobagan
09-06-2007, 05:19
Strange... its working now.

Anywho... Can you PLEASE make it so you can close the menus, thats so annoying not being able to close the menu, and also adding a back button? Incase you make a wrong selection.

Tekniqal
09-06-2007, 14:26
Also you may want to prevent withdraws during pistol round. Also a cvar to disable bank would be good so that on certain maps where people dont need to buy guys, we can prevent people from depositing free money.

Nican
09-06-2007, 15:47
sm_bank_allow (default: 1) - Enable/Disable this plugin

?

set sm_bank_allow to 0

Tekniqal
09-06-2007, 15:48
sm_bank_allow (default: 1) - Enable/Disable this plugin

?

set sm_bank_allow to 0

whoops sorry, didnt remember reading that and didnt go read again.

Nican
09-06-2007, 19:26
small update... sorry for that D:
I did a little error

bobbobagan
09-06-2007, 20:15
Nican can you please add a button for closing the menu?

Nican
09-06-2007, 21:13
I am confused...

There is a quit button...

http://img507.**************/img507/2148/csitaly0000fu0.jpg (http://**************)
http://img507.**************/img507/2148/csitaly0000fu0.eec0e665d1.jpg (http://g.**************/g.php?h=507&i=csitaly0000fu0.jpg)

bobbobagan
09-06-2007, 21:20
:| not on my one

wait a few mins ill get a pic

bobbobagan
09-09-2007, 01:40
Sorry to take so long to get back to you lol.

http://img183.**************/img183/5810/css20070909130555fm7.png

Nican
09-09-2007, 01:49
You think microsoft's is any better

Well, I think I found the bug... I will be uploading it in just a sec

bobbobagan
09-16-2007, 04:44
Players keep telling me that they are loosing their money. Theres a bug somewhere in this

Nican
09-16-2007, 10:30
What version do you use? I have been finding some bugs lately

Try updating the DB manager (http://forums.alliedmods.net/showthread.php?t=60036) too

I am really sorry, I am not that perfect of a programmer D:

Isias
09-16-2007, 15:33
Added german language support

Nican
09-16-2007, 15:34
Yayz! Thank you

tkaway69
09-22-2007, 11:24
I need a way to disable the Bank mod for the pistole round of every map. I am sure there is a way, but I am lost.

Nican
09-22-2007, 13:56
set the sm_bank_allow to 0

(second time I am answering that question :O)

tkaway69
09-22-2007, 14:49
Sorry..... I am noob. I saw that in the cvars, but thought it would turn bank off completely.

Nican
09-22-2007, 14:50
No problem

Thank you for using my plugin :D

tkaway69
09-22-2007, 14:56
Hate to ask again but I am confused.

sm_bank_allow (default: 1) - Enable/Disable this plugin.

To me that sounds like it turns the plugin off. I am wanting just to have it off for the first / Pistole round.

You are saying that "sm_bank_allow 0" will disable it for first round? Or will the cvar "sm_bank_allow 1" need to be made before we can use bank again?

Nican
09-22-2007, 17:53
You need to do sm_bank_allow 1 again after the round...

tkaway69
09-22-2007, 18:33
Need a way to have this default off for first round. Thats the way worked for eventscripts. If Player hit bank during pistole round they got a message saying that bank was not available during pistole round.

bobbobagan
09-23-2007, 17:59
pistol*

tkaway69
09-23-2007, 18:39
Had this come up in logs.
L 10/02/2007 - 02:20:32: [admin-sql-prefetch.smx] FetchOverrides() query failed: SELECT type, name, flags FROM sm_overrides
L 10/02/2007 - 02:20:32: [admin-sql-prefetch.smx] Query error: Access denied for user 'ˆ$ýlitz'@'72.249.10.2' (using password: YES)
L 10/02/2007 - 02:20:32: [SM] Native "SQL_FetchRow" reported: No current result set
L 10/02/2007 - 02:20:32: [SM] Debug mode is not enabled for "admin-sql-prefetch.smx"
L 10/02/2007 - 02:20:32: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 2 on
L 10/02/2007 - 02:20:32: [admin-sql-prefetch.smx] FetchUsers() query failed: SELECT id, authtype, identity, password, flags, name, immunity FROM sm_admins
L 10/02/2007 - 02:20:32: [admin-sql-prefetch.smx] Query error: Lost connection to MySQL server during query
L 10/02/2007 - 02:51:25: Error log file session closed.
L 10/02/2007 - 02:51:25: SourceMod error session started
L 10/02/2007 - 02:51:25: Info (map "de_dust") (file "errors_20071002.log")
L 10/02/2007 - 02:51:25: [admin-sql-prefetch.smx] FetchOverrides() query failed: SELECT type, name, flags FROM sm_overrides
L 10/02/2007 - 02:51:25: [admin-sql-prefetch.smx] Query error: Access denied for user 'ˆ$ýlitz'@'72.249.10.2' (using password: YES)
L 10/02/2007 - 02:51:25: [admin-sql-prefetch.smx] FetchGroups() query failed: SELECT flags, name, immunity_level FROM sm_groups
L 10/02/2007 - 02:51:25: [admin-sql-prefetch.smx] Query error: Lost connection to MySQL server during query

Is this user 'ˆ$ýlitz'@'72.249.10.2' Guy trying to hack the bankmod?

Scope
10-11-2007, 20:06
Ive installed it and from everything ive read ive done everything correct, but when my players deposit money then query there bank balance its showing them in negative amounts thus resulting in them not being able to withdraw their money. I have installed the default files, not edited anything.

For instance if i deposit 4000 my balance is then -4000 (minus the fee for depositing money) then when i try to withdraw 1000 it says i dont have that amount, so i query my balance and it says i have -3942 (or whatever the deposit fee is)

can someone please help

bobbobagan
10-12-2007, 18:21
People on my server are saying that if they log off steam that they loose their bank balance completely.

Scope
10-12-2007, 20:17
Nican figured out my problem, i has sm_bank_max set to high in my server.cfg, everything is working great now with no issues, ive just logged off steam and back on and my bank is still there.

Scope
10-13-2007, 02:32
Ok i have the database storing locally, can anyone tell me where/what the file name is called please?

sessus
10-19-2007, 05:52
is there a way to switch the constant advertising ("Available commands are: !bank") at the beginning of a round start off?

Nican
10-19-2007, 06:54
There is alredy, on every round restart it shows a message

"[SM Bank] Available commands are: !bank"

sessus
10-19-2007, 07:40
The question was how to switch it OFF :P

Nevermind, I managed to do it.

sessus
10-19-2007, 11:55
btw: any chance you would be able to add an 'Auto Withdraw' function?

sessus
10-25-2007, 02:33
hey Nican,

could you have a look at the transfer function? Despite having people on the server, I always get "There is not one connected in the server". Could you have a look?

cheers.

Nican
10-25-2007, 07:03
Sure...

Nican
10-25-2007, 17:47
Ok.. update


I am really sorry for the slow updates, school is driving me crazy D:

sessus
10-25-2007, 22:47
Very nice Nican. Thank you.

- How do you use sm_addmoney and sm_setmoney?
- Could you add a cvar to completely disable interest (+any interest messages)?
- Could you add a cvar to completely disable deposit-fee (+ any fee messages)?

Nican
10-25-2007, 23:21
If you set the interest cvar to 0, the messages will disapear

I will work on removing fees later

tkaway69
10-25-2007, 23:30
Still getting "there is not one connected" when we try and transfer money. I am going to try and remove the local storage file and let it make a new one and see if that helps. Any Ideas?

Nican
10-25-2007, 23:42
tkaway, I added you to MSN

tomorrow, I will try to message you and we can talk this personally, because I tested it with my friend and it was working perfectly :O

tkaway69
10-26-2007, 00:16
Ok I am off work tomorrow so that will be good.

sessus
10-26-2007, 02:04
yeah about the transfer funtion:

It did work after the server restart, but then when a new game commences it stops working.

Tekniqal
10-26-2007, 02:09
Nican:

Great job on the new features, since you added those I have switched over from ES bank. One prob tho, you register your commands as sm_bankadd and sm_bankset but in your notes of your descriptions you said it would be sm_setmoney and sm_addmoney. Not to say that your method doesnt work, but I would probably just make it sm_setbank and sm_addbank that way it doesnt sound like your adding money to the players game money (the 16000)

sessus
10-26-2007, 02:53
yeah about the transfer funtion:

It did work after the server restart, but then when a new game commences it stops working.

It works if the plugin is reloaded after map-start. However, no matter who you want to transfer money to, you the message "<player name> ist already full" which cannot be for every single player you try it.

tkaway69
10-26-2007, 23:53
What exactly does this "There is not one connected" message mean? That may be a start in finding out what is going on. With the bank and transfering money.

sessus
10-27-2007, 00:02
It is supposed to mean that there are no players on the server.

Nican
10-27-2007, 12:30
There fixed the transfer bug

tkaway69
10-27-2007, 12:36
Thanks Nican. Works great.

Tekniqal
10-29-2007, 20:34
sm_setmoney / sm_addmoney (search person) (amount)

RegAdminCmd("sm_bankadd", Command_AddtoBank, ADMFLAG_CUSTOM4);
RegAdminCmd("sm_bankset", Command_SetBank, ADMFLAG_CUSTOM4);

Nican
10-29-2007, 20:37
I don't get it

I read that last post of yours, and I did not understand

Tekniqal
10-29-2007, 21:34
Personally, I feel that it would make more sense if you made the commands: sm_setbank and sm_addbank. So I change the following


RegAdminCmd("sm_bankadd", Command_AddtoBank, ADMFLAG_CUSTOM4);
RegAdminCmd("sm_bankset", Command_SetBank, ADMFLAG_CUSTOM4);


To:

RegAdminCmd("sm_addbank", Command_AddtoBank, ADMFLAG_CUSTOM4);
RegAdminCmd("sm_setbank", Command_SetBank, ADMFLAG_CUSTOM4);


But the main thing I wanted you to realize was that your first post is wrong:
sm_setmoney / sm_addmoney (search person) (amount)

should be
sm_bankset / sm_bankadd (search person) (amount)

and in my case (since I edited bank.sp and recompiled) it would be:
sm_setbank / sm_addbank (search person) (amount)

Tekniqal
10-29-2007, 21:35
RegAdminCmd("sm_bankadd", Command_AddtoBank, ADMFLAG_CUSTOM4);
RegAdminCmd("sm_bankset", Command_SetBank, ADMFLAG_CUSTOM4);
sm_setmoney / sm_addmoney (search person) (amount)




So simply put, those need to match :P

Nican
10-29-2007, 23:10
Oh... I feel ashamed now...

Thank you for pointing that out

Tekniqal
10-29-2007, 23:21
Oh... I feel ashamed now...

Thank you for pointing that out

No problem, i couldnt figure out why those commands didnt work til I checked out your source :up:

sessus
10-30-2007, 04:07
Thank you Nican,

transfers work great now. Just a couple of suggestions, though:
When an admin uses the commands !sm_bankadd and !sm_bankset, the name of the admin is not displayed, would it be possible to display that? The same goes for the transfer message.

I see you started implementing the auto-withdrawal function: good effort, cant wait to have that, which would make the bank complete (+maybe automatically disallowing the bank during the first pistol round).

Tekniqal
10-30-2007, 04:37
Yea I have three suggestions:
1)Add the message after a sm_bankadd or sm_bankset to the translation file and maybe let the client know what admin did it.
2)Show people how much interest they gained each round.
3)Dont let people withdraw for a cvar set amount of first rounds ie. no withdraws for first 3 rounds (would depend on the cvar's setting)

Tekniqal
10-31-2007, 19:59
I have got a pretty nasty error log that you may wanna look into Nican:
SourceMod Version: 1.0.0.1656
DB manager: 3.1
SM Bank: 2.4

L 10/30/2007 - 09:45:36: SourceMod error session started
L 10/30/2007 - 09:45:36: Info (map "de_dust2") (file "errors_20071030.log")
L 10/30/2007 - 09:45:36: [sourcebans.smx] Database failure: [1040]: Too many connections
L 10/30/2007 - 09:45:36: [sourcebans.smx] Database failure: [1040]: Too many connections
L 10/30/2007 - 09:45:36: [sourcebans.smx] Database failure: [1040]: Too many connections
L 10/30/2007 - 09:45:36: [sourcebans.smx] Database failure: [1040]: Too many connections
L 10/30/2007 - 09:52:38: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 09:52:38: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 09:52:38: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 09:52:38: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 09:52:38: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 09:52:38: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 09:52:38: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 09:53:44: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 09:53:44: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 09:53:44: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 09:53:44: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 09:53:44: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 09:53:44: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 09:53:44: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 09:54:25: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 09:54:25: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 09:54:25: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 09:54:25: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 09:54:25: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 09:54:25: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 09:54:25: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 09:55:05: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 09:55:05: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 09:55:05: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 09:55:05: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 09:55:05: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 09:55:05: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 09:55:05: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 09:55:28: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 09:55:28: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 09:55:28: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 09:55:28: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 09:55:28: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 09:55:28: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 09:55:28: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 09:55:48: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 09:55:48: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 09:55:48: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 09:55:48: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 09:55:48: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 09:55:48: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 09:55:48: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 09:56:37: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 09:56:37: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 09:56:37: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 09:56:37: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 09:56:37: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 09:56:37: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 09:56:37: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 09:57:32: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 09:57:32: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 09:57:32: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 09:57:32: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 09:57:32: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 09:57:32: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 09:57:32: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 09:57:56: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 09:57:56: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 09:57:56: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 09:57:56: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 09:57:56: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 09:57:56: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 09:57:56: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 09:58:58: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 09:58:58: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 09:58:58: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 09:58:58: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 09:58:58: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 09:58:58: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 09:58:58: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 09:59:54: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 09:59:54: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 09:59:54: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 09:59:54: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 09:59:54: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 09:59:54: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 09:59:54: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:00:35: [SM] Native "SQL_TQuery" reported: Invalid database Handle 0 (error: 4)
L 10/30/2007 - 10:00:35: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 10/30/2007 - 10:00:35: [SM] [0] Line 1100, C:\Projects\sourcebans\game_upload\addons\sou rcemod\scripting\sourcebans.sp::PruneBans()
L 10/30/2007 - 10:00:46: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:00:46: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:00:46: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:00:46: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:00:46: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:00:46: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:00:46: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:01:15: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:01:15: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:01:15: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:01:15: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:01:15: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:01:15: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:01:15: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:02:01: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:02:01: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:02:01: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:02:01: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:02:01: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:02:01: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:02:01: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:02:23: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:02:23: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:02:23: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:02:23: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:02:23: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:02:23: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:02:23: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:02:41: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:02:41: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:02:41: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:02:41: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:02:41: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:02:41: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:02:41: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:03:59: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:03:59: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:03:59: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:03:59: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:03:59: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:03:59: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:03:59: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:04:48: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:04:48: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:04:48: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:04:48: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:04:48: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:04:48: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:04:48: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:05:31: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:05:31: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:05:31: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:05:31: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:05:31: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:05:31: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:05:31: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:06:34: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:06:34: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:06:34: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:06:34: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:06:34: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:06:34: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:06:34: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:07:35: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:07:35: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:07:35: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:07:35: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:07:35: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:07:35: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:07:35: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:07:58: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:07:58: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:07:58: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:07:58: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:07:58: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:07:58: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:07:58: [SM] [0] Line 547, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::S howBankStatus()
L 10/30/2007 - 10:07:58: [SM] [1] Line 217, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::M enuHandler1()
L 10/30/2007 - 10:08:13: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:08:13: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:08:13: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:08:13: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:08:13: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:08:13: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:08:13: [SM] [0] Line 547, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::S howBankStatus()
L 10/30/2007 - 10:08:13: [SM] [1] Line 217, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::M enuHandler1()
L 10/30/2007 - 10:08:14: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:08:14: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:08:14: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:08:14: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:08:14: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:08:14: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:08:14: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:08:42: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:08:42: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:08:42: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:08:42: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:08:42: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:08:42: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:08:42: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:09:41: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:09:41: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:09:41: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:09:41: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:09:41: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:09:41: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:09:41: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:10:13: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:10:13: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:10:13: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:10:13: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:10:13: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:10:13: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:10:13: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:11:03: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:11:03: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:11:03: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:11:03: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:11:03: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:11:03: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:11:03: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:12:04: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:12:04: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:12:04: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:12:04: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:12:04: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:12:04: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:12:04: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:13:34: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:13:34: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:13:34: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:13:34: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:13:34: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:13:34: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:13:34: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:13:52: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:13:52: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:13:52: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:13:52: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:13:52: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:13:52: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:13:52: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:14:26: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:14:26: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:14:26: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:14:26: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:14:26: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:14:26: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:14:26: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:15:00: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:15:00: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:15:00: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:15:00: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:15:00: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:15:00: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:15:00: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:15:54: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:15:54: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:15:54: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:15:54: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:15:54: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:15:54: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:15:54: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:16:36: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:16:36: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:16:36: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:16:36: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:16:36: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:16:36: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:16:36: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:17:24: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:17:24: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:17:24: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:17:24: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:17:24: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:17:24: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:17:24: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:18:11: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:18:11: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:18:11: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:18:11: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:18:11: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:18:11: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:18:11: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:18:58: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:18:58: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:18:58: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:18:58: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:18:58: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:18:58: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:18:58: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:20:01: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:20:01: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:20:01: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:20:01: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:20:01: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:20:01: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:20:01: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:20:52: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:20:52: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:20:52: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:20:52: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:20:52: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:20:52: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:20:52: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:21:43: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:21:43: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:21:43: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:21:43: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:21:43: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:21:43: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:21:43: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:22:56: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:22:56: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:22:56: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:22:56: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:22:56: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:22:56: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:22:56: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:23:02: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:23:02: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:23:02: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:23:02: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:23:02: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:23:02: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:23:02: [SM] [0] Line 437, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::D epositClientMoney()
L 10/30/2007 - 10:23:02: [SM] [1] Line 292, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::D epositWithMenu()
L 10/30/2007 - 10:23:05: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:23:05: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:23:05: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:23:05: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:23:05: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:23:05: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:23:05: [SM] [0] Line 547, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::S howBankStatus()
L 10/30/2007 - 10:23:05: [SM] [1] Line 217, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::M enuHandler1()
L 10/30/2007 - 10:23:45: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:23:45: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:23:45: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:23:45: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:23:45: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:23:45: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:23:45: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:24:39: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:24:39: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:24:39: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:24:39: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:24:39: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:24:39: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:24:39: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:26:23: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:26:23: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:26:23: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:26:23: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:26:23: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:26:23: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:26:23: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:27:17: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:27:17: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:27:17: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:27:17: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:27:17: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:27:17: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:27:17: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:28:17: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:28:17: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:28:17: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:28:17: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:28:17: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:28:17: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:28:17: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:29:28: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:29:28: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:29:28: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:29:28: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:29:28: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:29:28: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:29:28: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:30:05: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:30:05: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:30:05: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:30:05: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:30:05: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:30:05: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:30:05: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:31:19: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:31:19: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:31:19: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:31:19: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:31:19: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:31:19: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:31:19: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:32:01: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:32:01: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:32:01: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:32:01: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:32:01: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:32:01: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:32:01: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:32:50: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:32:50: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:32:50: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:32:50: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:32:50: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:32:50: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:32:50: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:33:42: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:33:42: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:33:42: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:33:42: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:33:42: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:33:42: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:33:42: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:34:02: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:34:02: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:34:02: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:34:02: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:34:02: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:34:02: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:34:02: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:34:41: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:34:41: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:34:41: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:34:41: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:34:41: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:34:41: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:34:41: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:35:51: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:35:51: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:35:51: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:35:51: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:35:51: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:35:51: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:35:51: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:36:24: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:36:24: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:36:24: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:36:24: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:36:24: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:36:24: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:36:24: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:36:56: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:36:56: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:36:56: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:36:56: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:36:56: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:36:56: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:36:56: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:38:10: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:38:10: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:38:10: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:38:10: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:38:10: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:38:10: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:38:10: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:38:38: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:38:38: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:38:38: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:38:38: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:38:38: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:38:38: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:38:38: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:39:00: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:39:00: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:39:00: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:39:00: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:39:00: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:39:00: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:39:00: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:39:32: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:39:32: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:39:32: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:39:32: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:39:32: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:39:32: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:39:32: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:39:50: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:39:50: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:39:50: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:39:50: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:39:50: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:39:50: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:39:50: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:40:11: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:40:11: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:40:11: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:40:11: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:40:11: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:40:11: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:40:11: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:40:30: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:40:30: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:40:30: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:40:30: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:40:30: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:40:30: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:40:30: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:40:57: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:40:57: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:40:57: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:40:57: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:40:57: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:40:57: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:40:57: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:41:32: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:41:32: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:41:32: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:41:32: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:41:32: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:41:32: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:41:32: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:42:55: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:42:55: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:42:55: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:42:55: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:42:55: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:42:55: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:42:55: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:43:25: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:43:25: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:43:25: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:43:25: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:43:25: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:43:25: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:43:25: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:43:54: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:43:54: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:43:54: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:43:54: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:43:54: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:43:54: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:43:54: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:44:22: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:44:22: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:44:22: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:44:22: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:44:22: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:44:22: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:44:22: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:44:46: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:44:46: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:44:46: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:44:46: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:44:46: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:44:46: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:44:46: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:45:09: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:45:09: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:45:09: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:45:09: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:45:09: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:45:09: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:45:09: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:45:28: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:45:28: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:45:28: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:45:28: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:45:28: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:45:28: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:45:28: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 10:46:37: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 10/30/2007 - 10:46:37: [SM] Displaying call stack trace for plugin "a_mysql.smx":
L 10/30/2007 - 10:46:37: [SM] [0] Line 719, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnType()
L 10/30/2007 - 10:46:37: [SM] [1] Line 612, /home/groups/alliedmodders/forums/files/9/4/4/3/19650.attach::GetColumnInfo()
L 10/30/2007 - 10:46:37: [SM] Native "DB_GetColumn" reported: Error encountered while processing a dynamic native
L 10/30/2007 - 10:46:37: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/30/2007 - 10:46:37: [SM] [0] Line 147, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::E ventRoundStart()
L 10/30/2007 - 11:12:41: Error log file session closed.

Nican
10-31-2007, 20:43
Apparently the error was not only from my plugin, I found this within your error log:


L 10/30/2007 - 10:00:35: [SM] Native "SQL_TQuery" reported: Invalid database Handle 0 (error: 4)
L 10/30/2007 - 10:00:35: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 10/30/2007 - 10:00:35: [SM] [0] Line 1100, C:\Projects\sourcebans\game_upload\addons\sou rcemod\scripting\sourcebans.sp::PruneBans()


You might want to check how stable is your MySQL connection, while I check a way to the plugin just log messages instead of doing nested error messages


EDIT:
According to olly, you need to increase your connection limit

Tekniqal
10-31-2007, 21:23
Thanks for the info, I will look into it with Nuclearfallout

Tekniqal
11-01-2007, 21:40
NFo said that it was set to 100 connections but he increased it for me. Since then I have not gotten those errors. The only new error that I have received is the following.

L 10/31/2007 - 16:42:32: SourceMod error session started
L 10/31/2007 - 16:42:32: Info (map "de_dust2") (file "errors_20071031.log")
L 10/31/2007 - 16:42:32: [SM] Native "GetClientName" reported: Client 4 is not connected
L 10/31/2007 - 16:42:32: [SM] Displaying call stack trace for plugin "bank.smx":
L 10/31/2007 - 16:42:32: [SM] [0] Line 331, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::T ransferMenu()

Tekniqal
11-04-2007, 03:08
Yea I have three suggestions:
1)Add the message after a sm_bankadd or sm_bankset to the translation file and maybe let the client know what admin did it.
2)Show people how much interest they gained each round.
3)Dont let people withdraw for a cvar set amount of first rounds ie. no withdraws for first 3 rounds (would depend on the cvar's setting)

I see now that it does display interest gained each round so nevermind on that.

Solltex
11-17-2007, 12:39
Not support to lan servers? In database not saved any player, database is empty.

Nican
11-17-2007, 13:59
Data is usually saved when player disconnects / change map

Does the DB manager or SM:Bank show any errors?

Solltex
11-17-2007, 16:03
any errors DB manager or SM:Bank.
One error with :
L 11/17/2007 - 21:24:08: [admin-flatfile.smx] Error(s) detected parsing addons/sourcemod/configs/admins.cfg
L 11/17/2007 - 21:24:08: [admin-flatfile.smx] (line 53) Invalid flag detected:
L 11/17/2007 - 21:24:08: [admin-flatfile.smx] (line 53) Invalid flag detected:
L 11/17/2007 - 21:24:08: [admin-flatfile.smx] (line 53) Invalid flag detected:
L 11/17/2007 - 21:24:08: [admin-flatfile.smx] (line 53) Invalid flag detected:
L 11/17/2007 - 21:24:08: [admin-flatfile.smx] (line 53) Invalid flag detected:
L 11/17/2007 - 21:24:08: [admin-flatfile.smx] (line 53) Invalid flag detected:
L 11/17/2007 - 21:24:08: [admin-flatfile.smx] (line 53) Invalid flag detected:

sessus
11-21-2007, 19:59
Didnt even realise that this has been updated to v2.5. ;) Good work.

Nican: would you be able to add further chat triggers so that you can access the plugin with both !bank and bank?

Nican
11-24-2007, 22:06
Ok... update

tkaway69
11-25-2007, 01:43
Thanks "Nican". Nice update.

Tekniqal
11-25-2007, 02:02
Attached updated translation file with correct English.

Nican
11-25-2007, 02:18
fixed..

sessus
11-25-2007, 02:54
Thank you for the update Nican.

tkaway69
12-09-2007, 23:36
Hey Nican. I have a question. Does this Plugin Update players bank with interest per round even if player is not in server? If so, can we stop this?

cybermind
12-09-2007, 23:51
nvm, wrong plugin

tkaway69
12-12-2007, 08:21
Hey Nican. I have a question. Does this Plugin Update players bank with interest per round even if player is not in server? If so, can we stop this?

LocutusH
12-28-2007, 15:22
Is there a possibility, to translate the say triggers, and the menu too?

LocutusH
01-01-2008, 08:58
Some of my users accounts are bugged.

They have $1701000 on it :/

LocutusH
01-05-2008, 09:17
Now another one has
$-1,209,084


how can i fix this?

tkaway69
01-06-2008, 14:14
We have not seen "Nican" in some time. Anyone have any news on him and this plugin. I noticed this new bank mod.

http://forums.alliedmods.net/showthread.php?t=65042

I have not tried it yet, but if it is better than this one by "Nican" I think we will switch.

tkaway69
01-07-2008, 18:02
Ok. Maybe now you can answer this.
Does this Plugin Update players bank with interest per round even if player is not in server? If so, can we stop this?

Nican
01-07-2008, 18:05
No.

Line 127, I hooked round_start, then I loop trought all connected players, and add money.

I have no idea how players can get money if they are not connected.

tkaway69
01-07-2008, 18:38
Ok thanks for the reply. Just wondering. It seemed at times it was.

LocutusH
01-10-2008, 06:15
Is it less buggy using mysql instead sqlite?

I am using sqlite right now, but many players are reporting, that they account is out of control (+-1-2mio $-s, however the limit is 25k$..). And many accounts are reset frequently to 0 also.

tkaway69
01-10-2008, 08:02
We too experienced these things early on the sqlite "bank" player info is actually stored in the "data" folder. Be care as you are updating your SourceMod that you do not delete/Overwrite the Data folder or yes the bank amounts will go to 0. The Interest is what I am most Unhappy with about this mod. I like the interest idea and all just every round seems to come way to often. Especially if you like having high bank limits and then you got players getting Tens of thousands of dollars in interest per round.

LocutusH
01-10-2008, 08:20
Well, i didnt updated sm recently.
But there are some accounts still going mad. I have tried to turn off interest, and fee, but still.

Ive also tried today to switch to mysql. I have set up a user for the plugin, but whatever i do, it writes a_mysql.smx was unable to connect to the database... its on localhost on the default port, but it does not connect. Some other mods, like hlstatsx are using the mysql without problems...

tkaway69
01-10-2008, 08:57
If you want to store info locally? Are you using this in your server.cfg?

sm_db_config "storage-local"

LocutusH
01-10-2008, 09:22
I am using it this sqlite-way right now, and its too buggy.

I am asking, if the mysql variant would be more reliable, or not. And by the way, i cannot get it to connect to the mysql.

tkaway69
01-10-2008, 10:01
Oh well.... Good luck.

Nican
01-10-2008, 17:35
I am currently working with vbios for his plugin support MySQL + SQLite, then you can all migrate to his plugin.

This one is too messed up.

deadlyaim142
02-12-2008, 07:32
it say i cant download bank.amxx plz help me! need it today 12.02.08 please

Stinkyfax
02-15-2008, 14:02
Compilation is failing.

[TGA]~CrewDawg
02-16-2008, 18:49
Love the plugin but I'm getting this error. I apologize if this has been posted before:

L 02/16/2008 - 16:58:13: Info (map "de_piranesi") (file "errors_20080216.log")
L 02/16/2008 - 16:58:13: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 02/16/2008 - 16:58:13: [SM] Native "PrintToChat" reported: Language phrase "Available commands" not found
L 02/16/2008 - 16:58:13: [SM] Displaying call stack trace for plugin "bank.smx":
L 02/16/2008 - 16:58:13: [SM] [0] Line 148, bank.sp::EventRoundStart()
L 02/16/2008 - 16:58:38: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 02/16/2008 - 16:58:38: [SM] Native "PrintToChat" reported: Language phrase "Available commands" not found
L 02/16/2008 - 16:58:38: [SM] Displaying call stack trace for plugin "bank.smx":
L 02/16/2008 - 16:58:38: [SM] [0] Line 148, bank.sp::EventRoundStart()
L 02/16/2008 - 16:59:28: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 02/16/2008 - 16:59:28: [SM] Native "PrintToChat" reported: Language phrase "Available commands" not found
L 02/16/2008 - 16:59:28: [SM] Displaying call stack trace for plugin "bank.smx":
L 02/16/2008 - 16:59:28: [SM] [0] Line 148, bank.sp::EventRoundStart()Any suggestions?

I've also noticed he Balance option doesn't work as well.

Nican
02-16-2008, 20:20
~CrewDawg;586221']Love the plugin but I'm getting this error. I apologize if this has been posted before:

L 02/16/2008 - 16:58:13: Info (map "de_piranesi") (file "errors_20080216.log")
L 02/16/2008 - 16:58:13: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 02/16/2008 - 16:58:13: [SM] Native "PrintToChat" reported: Language phrase "Available commands" not found
L 02/16/2008 - 16:58:13: [SM] Displaying call stack trace for plugin "bank.smx":
L 02/16/2008 - 16:58:13: [SM] [0] Line 148, bank.sp::EventRoundStart()
L 02/16/2008 - 16:58:38: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 02/16/2008 - 16:58:38: [SM] Native "PrintToChat" reported: Language phrase "Available commands" not found
L 02/16/2008 - 16:58:38: [SM] Displaying call stack trace for plugin "bank.smx":
L 02/16/2008 - 16:58:38: [SM] [0] Line 148, bank.sp::EventRoundStart()
L 02/16/2008 - 16:59:28: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 02/16/2008 - 16:59:28: [SM] Native "PrintToChat" reported: Language phrase "Available commands" not found
L 02/16/2008 - 16:59:28: [SM] Displaying call stack trace for plugin "bank.smx":
L 02/16/2008 - 16:59:28: [SM] [0] Line 148, bank.sp::EventRoundStart()Any suggestions?

I've also noticed he Balance option doesn't work as well.

Update your plugin.smbank.txt

And what do you mean by "Balance option"

[TGA]~CrewDawg
02-17-2008, 12:04
How do i update that file?

In the menu it shows:

Deposit
Withdraw
Balance <--Doesn't work
Transfer

You can't check the balance you have in the bank.

Nican
02-17-2008, 12:05
Download:

http://forums.alliedmods.net/attachment.php?attachmentid=19616&d=1195975019

Put in the "translations" folder

sessus
02-19-2008, 00:57
German translation updated.

Nican: Are you still maintaining this plugin, as you mentioned previously that you and someone else are working on a completely rewritten version of the bank plugin.

HSFighter
02-20-2008, 08:08
very nice Plugin :-)

Have i the permission to add the SQL-Management for this Plugin to the Sourcemod-Webadmin?
When yes, is it Possible to send me a MySQL Dump from the table strukture?

Nican
02-20-2008, 09:43
very nice Plugin :-)

Have i the permission to add the SQL-Management for this Plugin to the Sourcemod-Webadmin?
When yes, is it Possible to send me a MySQL Dump from the table strukture?

sure.

Well, there isn't much to talk about the table structure.

The first row is "id" with holds the primary key
the second row is "steam" with holds a varchar with X:XXXXXXX steam_id
All the other rows are created depended on the plugin requirement.

Nican
02-21-2008, 11:10
German translation updated.

Nican: Are you still maintaining this plugin, as you mentioned previously that you and someone else are working on a completely rewritten version of the bank plugin.

Thank you sessus, I gave you credit.

Eh, I was hoping for the other guy plugin be better, so, yeah, I am still supporting it...

Stinkyfax
02-22-2008, 10:53
Well plugin can't compiled when i press "Get Plugin"

Nican
02-22-2008, 10:54
http://forums.alliedmods.net/attachment.php?attachmentid=19706&d=1200866993

Tyryn
03-21-2008, 21:29
i have found a bug with this bank mod.
people cant get 16000 from the bank.
i become this message when i withdraw 16000

You cannot withdraw more than your max amount of money ($16000)

i think the problem is here, there is missing a space

static String:MoneyCount[ DWDCOUNT ][] = { "1000" , "2000" , "4000" , "8000", "16000"};

and here with space at the end of 16000 it would be work fine with

static String:MoneyCount[ DWDCOUNT ][] = { "1000" , "2000" , "4000" , "8000", "16000" };

i have tried to compile this new but i become the message that the globaldb is missing :/

can you pls fix that?


i hope you understand me :D

and sorry for my bad english

Nican
03-22-2008, 09:49
fixed :D

On programming, those spaces has nothing to do with anything


The problem was people could only extract 16000 when they had 0 money.
You will find what I did soon enough :D

Solltex
03-24-2008, 13:27
Nican you can rewrite plugin for new database plugin by name, or this work?

Nican
03-24-2008, 13:29
I don't understand what you want :O

Solltex
03-24-2008, 14:07
this plugin work with new database plugin a_mysql_beta? and saved money by player names?

Nican
03-24-2008, 14:08
Yes.

Solltex
03-25-2008, 06:30
L 03/25/2008 - 18:12:45: [SM] Plugin encountered error 25: Call was aborted
L 03/25/2008 - 18:12:45: [SM] Native "SetFailState" reported: [SMbank] Fail state: Could not create money row!
L 03/25/2008 - 18:12:45: [SM] Displaying call stack trace for plugin "bank.smx":
L 03/25/2008 - 18:12:45: [SM] [0] Line 182, bank.sp::DB_OnRowsUpdated()

in database only one player with 15000 money :(

Nican
03-25-2008, 10:02
Did a_mysql report anything?

Solltex
03-25-2008, 10:10
here log, ( no error_log)

L 03/25/2008 - 17:31:01: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:02: [a_mysql_beta.smx] [MYSQLmanager] SELECT `money`, id FROM sm_users WHERE `plname` = 'Igniussss'
L 03/25/2008 - 17:31:03: [a_mysql_beta.smx] Insert: Em4S -- INSERT INTO sm_users(plname) VALUES ('Em4S')
L 03/25/2008 - 17:31:05: [a_mysql_beta.smx] Insert: Em4S -- INSERT INTO sm_users(plname) VALUES ('Em4S')
L 03/25/2008 - 17:31:05: [a_mysql_beta.smx] Insert: Igniussss -- INSERT INTO sm_users(plname) VALUES ('Igniussss')
L 03/25/2008 - 17:31:06: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:07: [a_mysql_beta.smx] Insert: Igniussss -- INSERT INTO sm_users(plname) VALUES ('Igniussss')
L 03/25/2008 - 17:31:08: [a_mysql_beta.smx] Insert: Em4S -- INSERT INTO sm_users(plname) VALUES ('Em4S')
L 03/25/2008 - 17:31:08: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:09: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:09: [a_mysql_beta.smx] Insert: (LT) vycka [killer] -- INSERT INTO sm_users(plname) VALUES ('(LT) vycka [killer]')
L 03/25/2008 - 17:31:10: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:10: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:11: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:12: [a_mysql_beta.smx] Insert: Igniussss -- INSERT INTO sm_users(plname) VALUES ('Igniussss')
L 03/25/2008 - 17:31:13: [a_mysql_beta.smx] Insert: Igniussss -- INSERT INTO sm_users(plname) VALUES ('Igniussss')
L 03/25/2008 - 17:31:13: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:14: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:14: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:15: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:15: [a_mysql_beta.smx] UPDATE `sm_users` SET `money`=0 WHERE `id`=0
L 03/25/2008 - 17:31:15: [a_mysql_beta.smx] UPDATE `sm_users` SET `money`=0 WHERE `id`=0
L 03/25/2008 - 17:31:15: [a_mysql_beta.smx] UPDATE `sm_users` SET `money`=0 WHERE `id`=0
L 03/25/2008 - 17:31:15: [a_mysql_beta.smx] UPDATE `sm_users` SET `money`=0 WHERE `id`=0
L 03/25/2008 - 17:31:15: [a_mysql_beta.smx] UPDATE `sm_users` SET `money`=0 WHERE `id`=0
L 03/25/2008 - 17:31:15: [a_mysql_beta.smx] UPDATE `sm_users` SET `money`=0 WHERE `id`=-256
L 03/25/2008 - 17:31:15: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:16: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:16: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:17: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:21: [a_mysql_beta.smx] [MYSQLmanager] SELECT `money`, id FROM sm_users WHERE `plname` = 'kaban'
L 03/25/2008 - 17:31:21: [a_mysql_beta.smx] Insert: kaban -- INSERT INTO sm_users(plname) VALUES ('kaban')
L 03/25/2008 - 17:31:21: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:27: [a_mysql_beta.smx] [MYSQLmanager] SELECT `money`, id FROM sm_users WHERE `plname` = 'BMW*Jaskaxxx'
L 03/25/2008 - 17:31:27: [a_mysql_beta.smx] Insert: BMW*Jaskaxxx -- INSERT INTO sm_users(plname) VALUES ('BMW*Jaskaxxx')
L 03/25/2008 - 17:31:28: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:29: [a_mysql_beta.smx] UPDATE `sm_users` SET `money`=0 WHERE `id`=0
L 03/25/2008 - 17:31:30: [a_mysql_beta.smx] [MYSQLmanager] SELECT `money`, id FROM sm_users WHERE `plname` = 'Igniussss'
L 03/25/2008 - 17:31:30: [a_mysql_beta.smx] Insert: Igniussss -- INSERT INTO sm_users(plname) VALUES ('Igniussss')
L 03/25/2008 - 17:31:31: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:31: [a_mysql_beta.smx] UPDATE `sm_users` SET `money`=0 WHERE `id`=0
L 03/25/2008 - 17:31:36: [a_mysql_beta.smx] [MYSQLmanager] SELECT `money`, id FROM sm_users WHERE `plname` = '_Juzikas_'
L 03/25/2008 - 17:31:36: [a_mysql_beta.smx] Insert: _Juzikas_ -- INSERT INTO sm_users(plname) VALUES ('_Juzikas_')
L 03/25/2008 - 17:31:36: [a_mysql_beta.smx] New user of InsertID: 0
L 03/25/2008 - 17:31:37: [a_mysql_beta.smx] UPDATE `sm_users` SET `money`=0 WHERE `id`=0
L 03/25/2008 - 17:31:37: [a_mysql_beta.smx] [MYSQLmanager] SELECT `money`, id FROM sm_users WHERE `plname` = 'kaban'
L 03/25/2008 - 17:31:37: [a_mysql_beta.smx] Insert: kaban -- INSERT INTO sm_users(plname) VALUES ('kaban')
L 03/25/2008 - 17:31:38: [a_mysql_beta.smx] New user of InsertID: 0

Nican
03-25-2008, 10:20
how stupid of me, i forgot to turn off debug...

Anyway, download this one, see if it works any better:

Solltex
03-25-2008, 11:04
log:

L 03/25/2008 - 22:52:48: [a_mysql_beta.smx] [MYSQLmanager] Found 4 colums in sm_users
L 03/25/2008 - 22:52:48: [a_mysql_beta.smx] [MYSQLmanager] ERROR: Could not create data integer table!


error_log:

L 03/25/2008 - 22:52:48: [SM] Native "SQL_FetchRow" reported: No current result set
L 03/25/2008 - 22:52:48: [SM] Displaying call stack trace for plugin "a_mysql_beta.smx":
L 03/25/2008 - 22:52:48: [SM] [0] Line 231, /home/groups/alliedmodders/forums/files/9/4/4/3/24910.attach::OnTableUpdated()
L 03/25/2008 - 22:52:49: [SM] Native "SetArrayString" reported: Invalid Handle 2440117 (error: 3)
L 03/25/2008 - 22:52:49: [SM] Displaying call stack trace for plugin "a_mysql_beta.smx":
L 03/25/2008 - 22:52:49: [SM] [0] Line 745, /home/groups/alliedmodders/forums/files/9/4/4/3/24910.attach::OnClientAuthorized()
L 03/25/2008 - 22:52:49: [SM] Native "SetArrayString" reported: Invalid Handle 2440117 (error: 3)
L 03/25/2008 - 22:52:49: [SM] Displaying call stack trace for plugin "a_mysql_beta.smx":
L 03/25/2008 - 22:52:49: [SM] [0] Line 745, /home/groups/alliedmodders/forums/files/9/4/4/3/24910.attach::OnClientAuthorized()
L 03/25/2008 - 22:52:49: [SM] Native "SetArrayString" reported: Invalid Handle 2440117 (error: 3)
L 03/25/2008 - 22:52:49: [SM] Displaying call stack trace for plugin "a_mysql_beta.smx":
L 03/25/2008 - 22:52:49: [SM] [0] Line 745, /home/groups/alliedmodders/forums/files/9/4/4/3/24910.attach::OnClientAuthorized()
L 03/25/2008 - 22:52:50: [SM] Native "SetArrayString" reported: Invalid Handle 2440117 (error: 3)
L 03/25/2008 - 22:52:50: [SM] Displaying call stack trace for plugin "a_mysql_beta.smx":
L 03/25/2008 - 22:52:56: [SM] Native "GetArrayCell" reported: Invalid index 0 (count: 0)
L 03/25/2008 - 22:52:56: [SM] Displaying call stack trace for plugin "a_mysql_beta.smx":
L 03/25/2008 - 22:52:56: [SM] [0] Line 706, /home/groups/alliedmodders/forums/files/9/4/4/3/24910.attach::IsColumnEnabled()
L 03/25/2008 - 22:52:56: [SM] [1] Line 911, /home/groups/alliedmodders/forums/files/9/4/4/3/24910.attach::UpdateClientInfo()
L 03/25/2008 - 22:52:56: [SM] [2] Line 882, /home/groups/alliedmodders/forums/files/9/4/4/3/24910.attach::OnClientDisconnect_Post()
L 03/25/2008 - 22:52:56: [SM] Native "SetArrayString" reported: Invalid Handle 2440117 (error: 1)

LocutusH
04-23-2008, 14:38
Nican, a question: What should i alter in your code, to have the menu show round values again? For example, 1000, 2000, etc.. and not relative to the players money?

Thx.

Nican
04-23-2008, 14:44
Go to line #14 and remove just the "//"
Go to line #7 and change the "7" to "5"

and then go to line #313 and replace the whole "AddMoneyItems" function with this:

AddMoneyItems(Handle:menu2, Money){
new String:dummy[32], String:dummy2[32];
new testint;

for(new i=1; i< DWDCOUNT; i++){
testint = StringToInt( MoneyCount[i] );
if(testint > 0){
IntToMoney( testint , dummy , 32);
AddMenuItem(menu2, MoneyCount[i], dummy);
}
}


AddMenuItem(menu2, "all", "All");
}

LocutusH
04-23-2008, 15:00
Go to line #14 and remove just the "//"
Go to line #7 and change the "7" to "5"

and then go to line #313 and replace the whole "AddMoneyItems" function with this:

AddMoneyItems(Handle:menu2, Money){
new String:dummy[32], String:dummy2[32];
new testint;

for(new i=1; i< DWDCOUNT; i++){
testint = StringToInt( MoneyCount[i] );
if(testint > 0){
IntToMoney( testint , dummy , 32);
AddMenuItem(menu2, MoneyCount[i], dummy);
}
}


AddMenuItem(menu2, "all", "All");
}



Thx for the fast answer :)

Do you mean these lines?

#define DWDCOUNT 5
static String:MoneyCount[ DWDCOUNT ][] = { "1000" , "2000" , "4000" , "8000", "16000"};

Nican
04-23-2008, 15:01
yes

Change the value to 5, and remove the comment from MoneyCount.

One more thing change:

for(new i=1; i< DWDCOUNT; i++){

to

for(new i=0; i< DWDCOUNT; i++){

LocutusH
04-23-2008, 15:04
And where does this line

AddMenuItem(menu2, "all", "All");

know, what "all" means? (how much money the player has) Where is the function for that menuitem?

Nican
04-23-2008, 15:06
what "all" means? (how much money the player has) Where is the function for that menuitem?



Huh?

LocutusH
04-23-2008, 15:06
In your function above, you have this line :)

But in the original source, this line was commented out.

I just dont know how it works :)

Nican
04-23-2008, 15:09
"All" mean all...

Take all money from bank, or deposit all money into the bank... Not sure what you want from that....

LocutusH
04-23-2008, 15:12
Erm, my confusion is just because, i translated your plugin :)

So instead of the string "all" i have another word in some places of the script.

I just didnt know, if i change this lines "All" to another word, will it still work?

LocutusH
04-23-2008, 15:14
I get these errors when i compile:

// bank.sp(321) : warning 217: loose indentation
// bank.sp(314) : warning 204: symbol is assigned a value that is never used: "d
ummy2"
// bank.sp(313) : warning 203: symbol is never used: "Money"

Nican
04-23-2008, 15:36
They are just warnings...
Nothing important...

LocutusH
04-24-2008, 02:56
Thx, i will try it.

LocutusH
04-26-2008, 08:26
Ok, its working thx :)

But i have one more problem, wich i cant figure out.

1. i reupload the compiled smx.
2. changing maps
3. everyone has 0$ or some minus 1 million on their account. (but the menu is fine :D) SQL shows (with php query) that everyone still has the correct money they had. But ingame no one can access it.
4. players reconnect, and map change also doesnt help.
5. reloaded bank plugin, no effect
6. reloaded a_mysql plugin, bank went off, reloaded bank plugin too -> everyone can acces their money again (except 1 of them, who has still -1 million...)
7. EDIT: nope, still a lot of people doest get their money. Had to restart server fully. After that, everything seems to be ok again.

Can you somehow explain why the plugin acts this way?

Nican
04-27-2008, 13:36
I just removed the use of the a_mysql usage on the beta plugin. (look on the first post)

Download the beta, remove the "a_mysql" plugin, and see how it goes. I used the same structure as "a_mysql", so you can use the same database.

LocutusH
04-27-2008, 13:41
Will try it tomorrow (when the server is not so heavy loaded), thx.

LocutusH
04-28-2008, 09:11
The beta plugin is not working.

It doesnt make any connection to the mysql. The menus show up, but no one can access their money.

LocutusH
05-03-2008, 02:29
Another problem: Since this edit, when a user issues a !deposit all, their money will be taken even if his bank is full. The script does write them that their account is full, but the money is still taken away..

Harley
05-03-2008, 06:22
Nice work Nican

Unfortunately, I have the same problems with the bank
Map to quickly change the accounts are empty or very full

in the beta version of the same

LocutusH
05-03-2008, 07:58
harley: try to modify your db settings. It seems that it can not get in contact with the mysql db.
The beta isnt working at all, dont try with that.
Also, do not change the persistent db connection in the a_mysql config. It wont work, if you have it on 0. Leave it at 1.

Lilou
09-18-2008, 04:00
i get this error:


L 09/18/2008 - 9:57:41: [SM] Native "SQL_FastQuery" reported: Invalid database Handle 0 <error: 4>
L 09/18/2008 - 9:57:41: [SM] Debug Mode is not enabled for "bank_beta.smx"
L 09/18/2008 - 9:57:41: [SM] To enable debug mode, edit the plugin_settings.cfg, or type sm plugins debug 9 on

Nican
09-18-2008, 06:44
It seems like the plugin is not being able to connect to the database.
Or the plugin lost connection to the database.

KeLcO
10-14-2008, 07:22
Hi Nican,

i have a little Problem, i have add the following lines to my server.cfg

sm_bank_allow 1
sm_bank_max 50000
sm_bank_fee 250
sm_bank_transfer 1
sm_bank_interest 5.0
sm_bank_pistol 1

But during the pistol round every user can take money from the bank!

Whats worong?

Nican
10-14-2008, 15:01
Hm, that is awkward.

The plugin detects the pistol round if every player has the money below or equal to 800. Can you make any connections to that?

KeLcO
10-14-2008, 15:56
Hi..

Oh..that might be my problem, my startmoney was 950$

THX

Nican
10-14-2008, 15:57
How do you change the start money?

KeLcO
10-14-2008, 16:00
hm..i hope i understand your question, i changed it in my server.cfg

Nican
10-14-2008, 16:03
Yeah, but what variable do you have to edit to change the start money?

KeLcO
10-14-2008, 16:04
mp_startmoney 800

Nican
10-14-2008, 16:12
Thank you, try the attachment plugin. I made the start money based on "mp_startmoney", but I am not sure if it will work.

If does not work it should log a message "SMBANK: Could not find mp_startmoney. 800 will be used."

KeLcO
10-14-2008, 16:20
yes, i will test it tomorrow..thx for this update!

Nican
10-14-2008, 16:22
My pleasure.

KeLcO
10-15-2008, 00:45
Hi Nican,

The Update runs without any errors :)
But if i change mp_startmoney more than 800$ it gives nor error!

sessus
10-15-2008, 02:09
Nican,
what is the correct version to download from the first page? You have 3x .smx files in there and there is no description as to what bank_beta is supposed to be...

sessus
10-30-2008, 08:07
Nican,

could you add an extra cvar to set a limit of how many times the bank can be accessed during a round?

3RMAC
11-07-2008, 17:56
I keep getting the following errors:

L 11/07/2008 - 16:31:32: [bank.smx] Query failed! Unknown column 'money' in 'field list'
L 11/07/2008 - 16:31:32: [SM] Native "SQL_FetchRow" reported: Invalid query Handle 0 (error: 4)
L 11/07/2008 - 16:31:32: [SM] Debug mode is not enabled for "bank.smx"
L 11/07/2008 - 16:31:32: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 32 on


Any ideas? There mysql database is empty so it looks like nothing is being written, and there is not structure. Did the database get set up correctly?

mauirixxx
11-07-2008, 19:29
looks like the sql side of things didn't get setup properly, due to the "Unknown column 'money' in 'field list'" line.

double and triple check your sql statements?

Harley
11-08-2008, 05:45
I have the bench with 1.1 tries Sourcemod unfortunately does not
The money I deposit disappears when you combine New
SM Bank 3.0
Database Manager 4.3 beta

I have 2 servers with sourcemod 1:04 and no problem

KeLcO
12-26-2008, 18:55
Hi Nican,

I use the mysql manager and bank plugin, but i get the following error msg in my sourcemod logs..


sm_db_manager "4.2"
smbank_sql_version "3.0"



L 12/26/2008 - 23:58:22: [SM] [0] Line 189, /home/groups/alliedmodders/forums/files/9/4/4/3/32612.attach::T_NewClientConnected()
L 12/26/2008 - 23:59:37: [bank.smx] Query failed! Unknown column 'money' in 'field list'
L 12/26/2008 - 23:59:37: [SM] Native "SQL_FetchRow" reported: Invalid query Handle 0 (error: 4)
L 12/26/2008 - 23:59:37: [SM] Displaying call stack trace for plugin "bank.smx":


thats my databases.cfg


"Databases"
{
"driver_default" "mysql"

"default"
{
"driver" "mysql"
"host" "lanparty-wmk.de"
"database" "sm"
"user" "xx"
"pass" "xx"
"timeout" "60"
"port" "3306"
}

"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}
}


what should i have to do?

There are two clomuns on my msql server which called:



sm_users
-id
-steam

sm_info_i
-key
-value


But no entries!
Best regards

KeLcO

bzz0
01-04-2009, 16:54
same here :(

foenetik
01-28-2009, 21:54
Hello,

I have the same problem as Kelco...

pls help..

SWAT_88
02-12-2009, 16:07
I have found a bug.
On line 107.


LogMessage("[SM Bank] DB configuration '%s' does not exist, using default.");
You forgot to add the parameter for %s.

DrToT
02-21-2009, 06:37
Hallo

I have this error logs and I don't know what I can do to fix it


[bank.smx] Database failure: [2013]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111
[SM] Native "SQL_TQuery" reported: Invalid database Handle 0 (error: 4)
[SM] Displaying call stack trace for plugin "bank.smx":
[SM] [0] Line 158, bank.sp::OnClientPostAdminCheck()
[SM] Native "SQL_TQuery" reported: Invalid database Handle 0 (error: 4)
[SM] Displaying call stack trace for plugin "bank.smx":
[SM] [0] Line 158, bank.sp::OnClientPostAdminCheck()
[SM] Native "SQL_FastQuery" reported: Invalid database Handle 0 (error: 4)
[SM] Displaying call stack trace for plugin "bank.smx":
[SM] [0] Line 211, bank.sp::SaveClientInfo()
[SM] [1] Line 313, bank.sp::EventRoundStart()


The database will found but there are no information in it
ther will don´t create table or anythng there

here my database.cfg


"Databases"
{
"driver_default" "mysql"
"default"
{
"driver" "default"
"host" "87.106.***.***"
"database" "CSS"
"user" "***"
"pass" "***"
"timeout" "60"
"port" "3306"
}

"bank"
{
"driver" "default"
"host" "87.106.***.***"
"database" "CSS"
"user" "***"
"pass" "***"
"timeout" "60"
"port" "3306"
}
"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}
"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}
}


I use for dthe plugin the block with the name "bank"

Thx for help i don´t what I have to do

Nican
02-21-2009, 14:11
That seems to be a MySQL error. Not a plugin error.

I did some search on google about 'reading initial communication packet' and apparently it is caused by bad connection between the MySQL server and the MySQL client, but I am not exactly sure how to fix it.

DrToT
02-21-2009, 17:28
Thank you for your fast answer.

I will look waht I can do for this at last I know for what I have to concentrate.

KeLcO
03-06-2009, 03:30
Hey Nican,

do you continue your work on this plugin? I can do what i want but theres no way to keep this bank and mysql manager plugin running!

Best regards

Nican
03-06-2009, 06:54
I don't understand your question.
I removed the requirement of the mysql manager a long time ago.

oidani
03-24-2009, 18:28
Hi Nican and all others,

nice Plugin you have posted here. I have installed it and it works fine. Now i want that the Money is saved into a mysql database.

My databases.cfg
"Databases"
{
"driver_default" "mysql"
"default"
{
"driver" "default"
"host" "localhost"
"database" "sourcemod"
"user" "xxx"
"pass" "xxx"
//"timeout" "0"
//"port" "0"

}
mysql shows me four tables:
sm_cookie_cache
sm_info_i
sm_cookies
sm_users

No error.log under /addons/sourcemod/logs

I hope someone can help me :)
Thanks!

tcviper
05-11-2009, 05:08
Is it just me or do i keep getting this in logs:
L 05/11/2009 - 11:02:43: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 05/11/2009 - 11:02:43: [SM] Native "LogMessage" reported: String formatted incorrectly - parameter 2 (total 1)
L 05/11/2009 - 11:02:43: [SM] Displaying call stack trace for plugin "bank.smx":
L 05/11/2009 - 11:02:43: [SM] [0] Line 107, /home/groups/alliedmodders/forums/files/9/4/4/3/32804.attach::ConnectToMysql()
L 05/11/2009 - 11:02:43: [SM] [1] Line 89, /home/groups/alliedmodders/forums/files/9/4/4/3/32804.attach::OnPluginStart()

Where is your installation instructions? Cause just dropping the plugin in the right dir wont make it work it seems.

What else to configure since you removed the need for your SQLManager.

Nican
05-11-2009, 06:53
Hm, my bad.

First, I am not on-line on IRC at 5AM :O
Never the less, apparently the error is giving when it was suppost to give the error to show that the SQL configuration does not exist.

What is your "sm_bank_config"?
Also, I uploaded a new version with the fixed thing.

tcviper
05-11-2009, 07:27
sm_bank_config ? nothing, what should it be, i guess for now local sqlite works out?

"sm_bank_config" = "default"

Update: fixed it by adding: sm_bank_config storage-local

tcviper
05-12-2009, 04:14
Would be interesting if you could add a function to see the top10 of most richest players ingame, possibly through the !bank menu and maybe also an option to hide the !bank in chat, as it could spam the chat window when everybody types !bank all the time.

lyova
06-21-2009, 06:09
HI all.

rompt how to authenticate the client by nick or Ip in a bank skript?
but now is only steam

SWAT_88
07-14-2009, 16:31
Is it just me or do i keep getting this in logs:
L 05/11/2009 - 11:02:43: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 05/11/2009 - 11:02:43: [SM] Native "LogMessage" reported: String formatted incorrectly - parameter 2 (total 1)
L 05/11/2009 - 11:02:43: [SM] Displaying call stack trace for plugin "bank.smx":
L 05/11/2009 - 11:02:43: [SM] [0] Line 107, /home/groups/alliedmodders/forums/files/9/4/4/3/32804.attach::ConnectToMysql()
L 05/11/2009 - 11:02:43: [SM] [1] Line 89, /home/groups/alliedmodders/forums/files/9/4/4/3/32804.attach::OnPluginStart()

Where is your installation instructions? Cause just dropping the plugin in the right dir wont make it work it seems.

What else to configure since you removed the need for your SQLManager.
I think it's the same bug I have found.
Look here (http://forums.alliedmods.net/showthread.php?t=60110&page=18#174).

KeLcO
07-15-2009, 00:35
hey guys,

since a few days i get the same errors.

L 07/14/2009 - 15:45:04: SourceMod error session started
L 07/14/2009 - 15:45:04: Info (map "de_dust2") (file "errors_20090714.log")
L 07/14/2009 - 15:45:04: [bank.smx] Query failed! Lost connection to MySQL server during query
L 07/14/2009 - 15:45:04: [SM] Native "SQL_FetchRow" reported: Invalid query Handle 0 (error: 4)
L 07/14/2009 - 15:45:04: [SM] Displaying call stack trace for plugin "bank.smx":
L 07/14/2009 - 15:45:04: [SM] [0] Line 189, /home/groups/alliedmodders/forums/files/9/4/4/3/32804.attach::T_NewClientConnected()
L 07/14/2009 - 16:46:03: Error log file session closed.
L 07/14/2009 - 16:46:14: SourceMod error session started
L 07/14/2009 - 16:46:14: Info (map "de_dust2") (file "errors_20090714.log")
L 07/14/2009 - 16:46:14: [bank.smx] Query failed! Lost connection to MySQL server during query
L 07/14/2009 - 16:46:14: [SM] Native "SQL_FetchRow" reported: Invalid query Handle 0 (error: 4)
L 07/14/2009 - 16:46:14: [SM] Displaying call stack trace for plugin "bank.smx":
L 07/14/2009 - 16:46:14: [SM] [0] Line 189, /home/groups/alliedmodders/forums/files/9/4/4/3/32804.attach::T_NewClientConnected()
L 07/14/2009 - 17:47:33: Error log file session closed.


Whats wrong?

gaissi
09-25-2009, 09:06
Hey Guys,

I have a idea for this Bank:

1. An Autobalance Function: Every Round you withdraw a specific sum.

2. A Top10 List. Which Player have the biggest Bank Account?

3. Credits for Players. You can lean money, and pay it back with interests.

4. You can get Player Informations about other Bank Accounts.


On our Server actually the BBank from Event is installed. So we search an alternativ Bank System, because we want to make off the eventscript.

Greet Gaissi

Sry for my bad english

gaissi
10-28-2009, 11:35
Is any Bank Plugin supported at this time?

Greeting Gaissi

sidjamesbond
10-29-2009, 15:49
Is any Bank Plugin supported at this time?

Greeting Gaissi


hey brother, i was trying to get support for this too and your better off milking a male tit! i went with the beetlemod admin tool. it has the bank mod with it. many other cool features too.

bstyle
11-18-2009, 17:42
Hey Guys,

I have a idea for this Bank:

1. An Autobalance Function: Every Round you withdraw a specific sum.

2. A Top10 List. Which Player have the biggest Bank Account?

3. Credits for Players. You can lean money, and pay it back with interests.

4. You can get Player Informations about other Bank Accounts.


On our Server actually the BBank from Event is installed. So we search an alternativ Bank System, because we want to make off the eventscript.

Greet Gaissi

Sry for my bad english

Would be nice.
Is it also possible to add a back and next button instead of only close.

Cep}|{
11-19-2009, 08:15
Added Russian language support

rautamiekka
12-01-2009, 07:42
If Nican would add everything in EventScripts BBank in addition to the MySQL support, I'd switch from BBank :D

bstyle
01-06-2010, 04:16
Needs a config file for setting default parameters.

There are some automoney commands in the source. is it not implemented yet?

Kristoffel
01-18-2010, 06:59
Mhm ....

Fire
01-22-2010, 03:17
hmm dont work...
i can deposit with !bank in console but when i reconect its empty and bank in chat dont work... :(

rautamiekka
01-22-2010, 04:14
hmm dont work...
i can deposit with !bank in console but when i reconect its empty and bank in chat dont work... :(Sounds like your money ain't saved into the database before or after you disconnect.

svito
01-22-2010, 14:37
No plans to add new features in this mode. Something like here
http://addons.eventscripts.com/addons/view/bbank

In particular, it autobalance = automatically inserts and the selection of money a player.

In this thy so the SAM, which is quite unreasonable. And that is why I still had to use version eventscript :cry:

Sorry my English

Fire
01-22-2010, 15:08
Sounds like your money ain't saved into the database before or after you disconnect.

after I disconect.

In the mysql are the following tables



sm_info_i (http://www.db4free.net/phpMyAdmin-3.2.4/tbl_structure.php?db=sb434&token=d7156cc7d4777c6c6adac60a47135348&table=sm_info_i&pos=0)
sm_users (http://www.db4free.net/phpMyAdmin-3.2.4/tbl_structure.php?db=sb434&token=d7156cc7d4777c6c6adac60a47135348&table=sm_users&pos=0)

In the logs:

L 01/22/2010 - 21:04:33: [a_mysql.smx] [MYSQLmanager] Found 2 colums in sm_users
L 01/22/2010 - 21:04:33: [a_mysql.smx] Query executed!
L 01/22/2010 - 21:04:33: [a_mysql.smx] Reading data.

In the error_log: nothing

Fire
01-24-2010, 15:39
ok bank works now but...

Cant transfer money to other (always 0$)
Menu only open when "bank" in console...
no autobalance :P

SilentLikeSilence
02-13-2010, 10:41
Could someone fix this plugin? (There isn't any working bank plugin for css currently)


[bank.smx] Query failed! Lost connection to MySQL server during query
[SM] Native "SQL_FetchRow" reported: Invalid query Handle 0 (error: 4)
[SM] Displaying call stack trace for plugin "bank.smx":
[SM] [0] Line 189, /home/groups/alliedmodders/forums/files/9/4/4/3/32804.attach::T_NewClientConnected()

rautamiekka
02-13-2010, 11:36
Could someone fix this plugin? (There isn't any working bank plugin for css currently)


[bank.smx] Query failed! Lost connection to MySQL server during query
[SM] Native "SQL_FetchRow" reported: Invalid query Handle 0 (error: 4)
[SM] Displaying call stack trace for plugin "bank.smx":
[SM] [0] Line 189, /home/groups/alliedmodders/forums/files/9/4/4/3/32804.attach::T_NewClientConnected()
I've used EventScripts BBank for long and works perfectly but it doesn't have MySQL support.

modular
02-22-2010, 19:05
it possible to translate the main bank menu?

LolderPunkt
09-06-2010, 14:00
hmmm now i have an database but the bank dont safe the money

kugelhupf
09-15-2012, 19:14
First of all, thank you for this plugin and the work you put in!

People on my server are saying that if they log off steam that they loose their bank balance completely.

I have the same problem. I use Mysql and this plugin works if the player reconnects without closing steam and it works for mapchanges perfectly, but if you log off steam, all the money is lost.

Any suggestions how to solve this?

Greatings Kugelhupf
(Sorry for my English, school is far away and most times I talk to others in English, no native speaker is around, so there are more and more mistakes slipping in :( )

Edit: Nevermind, it was my own fault as i forgot activating the databasemanager (http://forums.alliedmods.net/showthread.php?t=60036). Now it seems to work perfectly. I will know for sure after a few days and a few players joinign in.