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

Automatic Bot Names


Post New Thread Reply   
 
Thread Tools Display Modes
MrGarfield
Senior Member
Join Date: Feb 2013
Old 01-08-2020 , 14:50   Re: Automatic Bot Names
Reply With Quote #121

I re-start in my turn to know if someone can save this plugin thank you
MrGarfield is offline
enderandrew
Senior Member
Join Date: Jun 2020
Old 07-04-2020 , 17:53   Re: Automatic Bot Names
Reply With Quote #122

Quote:
Originally Posted by MrGarfield View Post
I re-start in my turn to know if someone can save this plugin thank you
This is luki1412's version with syntax updated:
Attached Files
File Type: sp Get Plugin or Get Source (automaticbotnames.sp - 327 views - 15.7 KB)
enderandrew is offline
ph
AlliedModders Donor
Join Date: Mar 2006
Old 07-05-2020 , 06:06   Re: Automatic Bot Names
Reply With Quote #123

Quote:
Originally Posted by enderandrew View Post
This is luki1412's version with syntax updated:
Thank you.

However I am getting this error message under logs:-


Quote:
L 07/05/2020 - 11:04:50: [SM] Exception reported: Invalid Handle 0 (error: 4)
L 07/05/2020 - 11:04:50: [SM] Blaming: automaticbotnames.smx
L 07/05/2020 - 11:04:50: [SM] Call stack trace:
L 07/05/2020 - 11:04:50: [SM] [0] GetArraySize
L 07/05/2020 - 11:04:50: [SM] [1] Line 358, automaticbotnames.sp:oBotName
L 07/05/2020 - 11:04:50: [SM] [2] Line 502, automaticbotnames.sp::Event_PlayerTeam

Is there a fix ?
__________________
ph is offline
enderandrew
Senior Member
Join Date: Jun 2020
Old 07-05-2020 , 13:20   Re: Automatic Bot Names
Reply With Quote #124

Quote:
Originally Posted by ph View Post
Thank you.

However I am getting this error message under logs:-

Is there a fix ?
I'm brand new to this, but looking at the code it doesn't like the Handle.

The DoBotName() function is called at line 502, so then we go to to that function and it is throwing an error on this specific line.

Code:
	int loaded_names = GetArraySize(bot_names);
It is trying to get a count for how many bots there are, but it doesn't like the bot_names Handle. It is declared up on line 23.

The odd thing is that we have a check if the Handle is invalid, and if so, to create the array. So my best guess would be that DoBotName() is somehow being called before we actually call ReloadNames() and create the array, but ReloadNames() is called when the map is first started so that doesn't make sense.

Code:
void ReloadNames()
{
	// reset name list position
	next_index = 0;

	// create -- or clear -- the name array
	if (bot_names != INVALID_HANDLE)
	{
		ClearArray(bot_names);
	} else {
		bot_names = CreateArray(MAX_NAME_LENGTH);
	}
Maybe this would be fixed by adding to ReloadNames(); OnPluginStart()?

You can try this and I'm also going to test it myself.
Attached Files
File Type: sp Get Plugin or Get Source (automaticbotnames.sp - 453 views - 15.9 KB)
enderandrew is offline
MrGarfield
Senior Member
Join Date: Feb 2013
Old 09-26-2020 , 15:06   Re: Automatic Bot Names
Reply With Quote #125

for my part it does not work I do not know if you to test?
MrGarfield is offline
mrdiega
Member
Join Date: Dec 2020
Old 03-25-2023 , 03:12   Re: Automatic Bot Names
Reply With Quote #126

how to fix?
Code:
L 03/25/2023 - 00:23:57: SourceMod error session started
L 03/25/2023 - 00:23:57: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 00:23:57: [SM] Exception reported: Client 1 is not connected
L 03/25/2023 - 00:23:57: [SM] Blaming: botnames.smx
L 03/25/2023 - 00:23:57: [SM] Call stack trace:
L 03/25/2023 - 00:23:57: [SM]   [0] GetClientName
L 03/25/2023 - 00:23:57: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 00:23:57: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 01:00:41: [SM] Exception reported: Client 1 is not connected
L 03/25/2023 - 01:00:41: [SM] Blaming: botnames.smx
L 03/25/2023 - 01:00:41: [SM] Call stack trace:
L 03/25/2023 - 01:00:41: [SM]   [0] GetClientName
L 03/25/2023 - 01:00:41: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 01:00:41: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 01:10:55: SourceMod error session started
L 03/25/2023 - 01:10:55: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 01:10:55: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 01:10:55: [SM] Blaming: botnames.smx
L 03/25/2023 - 01:10:55: [SM] Call stack trace:
L 03/25/2023 - 01:10:55: [SM]   [0] GetClientName
L 03/25/2023 - 01:10:55: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 01:10:55: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 01:56:07: [SM] Exception reported: Client 1 is not connected
L 03/25/2023 - 01:56:07: [SM] Blaming: botnames.smx
L 03/25/2023 - 01:56:07: [SM] Call stack trace:
L 03/25/2023 - 01:56:07: [SM]   [0] GetClientName
L 03/25/2023 - 01:56:07: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 01:56:07: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 02:33:47: SourceMod error session started
L 03/25/2023 - 02:33:47: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 02:33:47: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 02:33:47: [SM] Blaming: botnames.smx
L 03/25/2023 - 02:33:47: [SM] Call stack trace:
L 03/25/2023 - 02:33:47: [SM]   [0] GetClientName
L 03/25/2023 - 02:33:47: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 02:33:47: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 03:02:36: SourceMod error session started
L 03/25/2023 - 03:02:36: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 03:02:36: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 03:02:36: [SM] Blaming: botnames.smx
L 03/25/2023 - 03:02:36: [SM] Call stack trace:
L 03/25/2023 - 03:02:36: [SM]   [0] GetClientName
L 03/25/2023 - 03:02:36: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 03:02:36: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 07:01:38: SourceMod error session started
L 03/25/2023 - 07:01:38: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 07:01:38: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 07:01:38: [SM] Blaming: botnames.smx
L 03/25/2023 - 07:01:38: [SM] Call stack trace:
L 03/25/2023 - 07:01:38: [SM]   [0] GetClientName
L 03/25/2023 - 07:01:38: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 07:01:38: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 07:06:37: Error log file session closed.
L 03/25/2023 - 07:10:10: SourceMod error session started
L 03/25/2023 - 07:10:10: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 07:10:10: [SM] Exception reported: Client 3 is not connected
L 03/25/2023 - 07:10:10: [SM] Blaming: botnames.smx
L 03/25/2023 - 07:10:10: [SM] Call stack trace:
L 03/25/2023 - 07:10:10: [SM]   [0] GetClientName
L 03/25/2023 - 07:10:10: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 07:10:10: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 07:52:49: SourceMod error session started
L 03/25/2023 - 07:52:49: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 07:52:49: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 07:52:49: [SM] Blaming: botnames.smx
L 03/25/2023 - 07:52:49: [SM] Call stack trace:
L 03/25/2023 - 07:52:49: [SM]   [0] GetClientName
L 03/25/2023 - 07:52:49: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 07:52:49: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 07:55:58: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 07:55:58: [SM] Blaming: botnames.smx
L 03/25/2023 - 07:55:58: [SM] Call stack trace:
L 03/25/2023 - 07:55:58: [SM]   [0] GetClientName
L 03/25/2023 - 07:55:58: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 07:55:58: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 08:21:21: SourceMod error session started
L 03/25/2023 - 08:21:21: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 08:21:21: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 08:21:21: [SM] Blaming: botnames.smx
L 03/25/2023 - 08:21:21: [SM] Call stack trace:
L 03/25/2023 - 08:21:21: [SM]   [0] GetClientName
L 03/25/2023 - 08:21:21: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 08:21:21: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 08:28:25: SourceMod error session started
L 03/25/2023 - 08:28:25: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 08:28:25: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 08:28:25: [SM] Blaming: botnames.smx
L 03/25/2023 - 08:28:25: [SM] Call stack trace:
L 03/25/2023 - 08:28:25: [SM]   [0] GetClientName
L 03/25/2023 - 08:28:25: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 08:28:25: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 09:15:46: SourceMod error session started
L 03/25/2023 - 09:15:46: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 09:15:46: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 09:15:46: [SM] Blaming: botnames.smx
L 03/25/2023 - 09:15:46: [SM] Call stack trace:
L 03/25/2023 - 09:15:46: [SM]   [0] GetClientName
L 03/25/2023 - 09:15:46: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 09:15:46: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
Attached Files
File Type: sp Get Plugin or Get Source (botnames.sp - 79 views - 17.9 KB)
mrdiega is offline
Mika Misori
Senior Member
Join Date: Sep 2022
Old 07-22-2023 , 06:40   Re: Automatic Bot Names
Reply With Quote #127

Quote:
Originally Posted by mrdiega View Post
how to fix?
Code:
L 03/25/2023 - 00:23:57: SourceMod error session started
L 03/25/2023 - 00:23:57: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 00:23:57: [SM] Exception reported: Client 1 is not connected
L 03/25/2023 - 00:23:57: [SM] Blaming: botnames.smx
L 03/25/2023 - 00:23:57: [SM] Call stack trace:
L 03/25/2023 - 00:23:57: [SM]   [0] GetClientName
L 03/25/2023 - 00:23:57: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 00:23:57: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 01:00:41: [SM] Exception reported: Client 1 is not connected
L 03/25/2023 - 01:00:41: [SM] Blaming: botnames.smx
L 03/25/2023 - 01:00:41: [SM] Call stack trace:
L 03/25/2023 - 01:00:41: [SM]   [0] GetClientName
L 03/25/2023 - 01:00:41: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 01:00:41: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 01:10:55: SourceMod error session started
L 03/25/2023 - 01:10:55: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 01:10:55: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 01:10:55: [SM] Blaming: botnames.smx
L 03/25/2023 - 01:10:55: [SM] Call stack trace:
L 03/25/2023 - 01:10:55: [SM]   [0] GetClientName
L 03/25/2023 - 01:10:55: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 01:10:55: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 01:56:07: [SM] Exception reported: Client 1 is not connected
L 03/25/2023 - 01:56:07: [SM] Blaming: botnames.smx
L 03/25/2023 - 01:56:07: [SM] Call stack trace:
L 03/25/2023 - 01:56:07: [SM]   [0] GetClientName
L 03/25/2023 - 01:56:07: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 01:56:07: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 02:33:47: SourceMod error session started
L 03/25/2023 - 02:33:47: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 02:33:47: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 02:33:47: [SM] Blaming: botnames.smx
L 03/25/2023 - 02:33:47: [SM] Call stack trace:
L 03/25/2023 - 02:33:47: [SM]   [0] GetClientName
L 03/25/2023 - 02:33:47: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 02:33:47: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 03:02:36: SourceMod error session started
L 03/25/2023 - 03:02:36: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 03:02:36: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 03:02:36: [SM] Blaming: botnames.smx
L 03/25/2023 - 03:02:36: [SM] Call stack trace:
L 03/25/2023 - 03:02:36: [SM]   [0] GetClientName
L 03/25/2023 - 03:02:36: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 03:02:36: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 07:01:38: SourceMod error session started
L 03/25/2023 - 07:01:38: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 07:01:38: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 07:01:38: [SM] Blaming: botnames.smx
L 03/25/2023 - 07:01:38: [SM] Call stack trace:
L 03/25/2023 - 07:01:38: [SM]   [0] GetClientName
L 03/25/2023 - 07:01:38: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 07:01:38: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 07:06:37: Error log file session closed.
L 03/25/2023 - 07:10:10: SourceMod error session started
L 03/25/2023 - 07:10:10: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 07:10:10: [SM] Exception reported: Client 3 is not connected
L 03/25/2023 - 07:10:10: [SM] Blaming: botnames.smx
L 03/25/2023 - 07:10:10: [SM] Call stack trace:
L 03/25/2023 - 07:10:10: [SM]   [0] GetClientName
L 03/25/2023 - 07:10:10: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 07:10:10: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 07:52:49: SourceMod error session started
L 03/25/2023 - 07:52:49: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 07:52:49: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 07:52:49: [SM] Blaming: botnames.smx
L 03/25/2023 - 07:52:49: [SM] Call stack trace:
L 03/25/2023 - 07:52:49: [SM]   [0] GetClientName
L 03/25/2023 - 07:52:49: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 07:52:49: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 07:55:58: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 07:55:58: [SM] Blaming: botnames.smx
L 03/25/2023 - 07:55:58: [SM] Call stack trace:
L 03/25/2023 - 07:55:58: [SM]   [0] GetClientName
L 03/25/2023 - 07:55:58: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 07:55:58: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 08:21:21: SourceMod error session started
L 03/25/2023 - 08:21:21: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 08:21:21: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 08:21:21: [SM] Blaming: botnames.smx
L 03/25/2023 - 08:21:21: [SM] Call stack trace:
L 03/25/2023 - 08:21:21: [SM]   [0] GetClientName
L 03/25/2023 - 08:21:21: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 08:21:21: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 08:28:25: SourceMod error session started
L 03/25/2023 - 08:28:25: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 08:28:25: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 08:28:25: [SM] Blaming: botnames.smx
L 03/25/2023 - 08:28:25: [SM] Call stack trace:
L 03/25/2023 - 08:28:25: [SM]   [0] GetClientName
L 03/25/2023 - 08:28:25: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 08:28:25: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
L 03/25/2023 - 09:15:46: SourceMod error session started
L 03/25/2023 - 09:15:46: Info (map "$2000$") (file "/home/server2000css/steamcmd/server/cstrike/addons/sourcemod/logs/errors_20230325.log")
L 03/25/2023 - 09:15:46: [SM] Exception reported: Client 2 is not connected
L 03/25/2023 - 09:15:46: [SM] Blaming: botnames.smx
L 03/25/2023 - 09:15:46: [SM] Call stack trace:
L 03/25/2023 - 09:15:46: [SM]   [0] GetClientName
L 03/25/2023 - 09:15:46: [SM]   [1] Line 327, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::DoBotName
L 03/25/2023 - 09:15:46: [SM]   [2] Line 513, D:\sourcemod-1.11.0-git6931-linux\addons\sourcemod\scripting\botnames.sp::Timer_BotSetup
Hello. Have you found a solution to this problem?
Mika Misori 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:20.


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