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

SM Bank Mod: MySQL


Post New Thread Reply   
 
Thread Tools Display Modes
tkaway69
Senior Member
Join Date: Dec 2004
Location: Millbrook Alabama
Old 10-27-2007 , 12:36   Re: SM Bank Mod: MySQL
Reply With Quote #71

Thanks Nican. Works great.
__________________
tkaway69 is offline
Send a message via AIM to tkaway69 Send a message via MSN to tkaway69 Send a message via Yahoo to tkaway69
Tekniqal
Senior Member
Join Date: Aug 2006
Old 10-29-2007 , 20:34   Re: SM Bank Mod: MySQL
Reply With Quote #72

Quote:
Originally Posted by Nican View Post
sm_setmoney / sm_addmoney (search person) (amount)
Code:
    RegAdminCmd("sm_bankadd", Command_AddtoBank, ADMFLAG_CUSTOM4);
    RegAdminCmd("sm_bankset", Command_SetBank, ADMFLAG_CUSTOM4);
__________________
Tekniqal is offline
Nican
Veteran Member
Join Date: Jan 2006
Location: NY
Old 10-29-2007 , 20:37   Re: SM Bank Mod: MySQL
Reply With Quote #73

I don't get it

I read that last post of yours, and I did not understand
__________________
http://www.nican132.com
I require reputation!
Nican is offline
Send a message via ICQ to Nican Send a message via MSN to Nican
Tekniqal
Senior Member
Join Date: Aug 2006
Old 10-29-2007 , 21:34   Re: SM Bank Mod: MySQL
Reply With Quote #74

Personally, I feel that it would make more sense if you made the commands: sm_setbank and sm_addbank. So I change the following

Code:
RegAdminCmd("sm_bankadd", Command_AddtoBank, ADMFLAG_CUSTOM4);
RegAdminCmd("sm_bankset", Command_SetBank, ADMFLAG_CUSTOM4);
To:
Code:
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 is offline
Tekniqal
Senior Member
Join Date: Aug 2006
Old 10-29-2007 , 21:35   Re: SM Bank Mod: MySQL
Reply With Quote #75

Quote:
Originally Posted by Tekniqal View Post
Code:
    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
__________________
Tekniqal is offline
Nican
Veteran Member
Join Date: Jan 2006
Location: NY
Old 10-29-2007 , 23:10   Re: SM Bank Mod: MySQL
Reply With Quote #76

Oh... I feel ashamed now...

Thank you for pointing that out
__________________
http://www.nican132.com
I require reputation!
Nican is offline
Send a message via ICQ to Nican Send a message via MSN to Nican
Tekniqal
Senior Member
Join Date: Aug 2006
Old 10-29-2007 , 23:21   Re: SM Bank Mod: MySQL
Reply With Quote #77

Quote:
Originally Posted by Nican View Post
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
__________________
Tekniqal is offline
sessus
Senior Member
Join Date: May 2006
Old 10-30-2007 , 04:07   Re: SM Bank Mod: MySQL
Reply With Quote #78

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).
sessus is offline
Tekniqal
Senior Member
Join Date: Aug 2006
Old 10-30-2007 , 04:37   Re: SM Bank Mod: MySQL
Reply With Quote #79

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 is offline
Tekniqal
Senior Member
Join Date: Aug 2006
Old 10-31-2007 , 19:59   Re: SM Bank Mod: MySQL
Reply With Quote #80

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

Code:
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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\sourcemod\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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::ShowBankStatus()
L 10/30/2007 - 10:07:58: [SM]   [1]  Line 217, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::MenuHandler1()
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::ShowBankStatus()
L 10/30/2007 - 10:08:13: [SM]   [1]  Line 217, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::MenuHandler1()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::DepositClientMoney()
L 10/30/2007 - 10:23:02: [SM]   [1]  Line 292, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::DepositWithMenu()
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::ShowBankStatus()
L 10/30/2007 - 10:23:05: [SM]   [1]  Line 217, D:\Remote Filez\css-nuclear fallout\addons\sourcemod\scripting\bank.sp::MenuHandler1()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
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::EventRoundStart()
L 10/30/2007 - 11:12:41: Error log file session closed.
__________________
Tekniqal is offline
Reply



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

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

Forum Jump


All times are GMT -4. The time now is 15:25.


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