Raised This Month: $ Target: $400
 0% 

[CS:GO] Multi-1v1 (v1.1.10, 2021-10-30)


Post New Thread Reply   
 
Thread Tools Display Modes
karppinen
Junior Member
Join Date: Dec 2014
Location: Finland
Old 08-14-2016 , 16:41   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1121

my server is spamming this error in the CHAT and restarting the round every 1 seconds. Cant join teams.
"Sorry, all the arenas are currently full. You are in position 1 in the waiting queue". Got the latest build in sourcemod and multi1v1.

Last edited by karppinen; 08-14-2016 at 16:41.
karppinen is offline
ghostofmybrain
Veteran Member
Join Date: Mar 2010
Old 08-21-2016 , 18:35   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1122

Quote:
Originally Posted by karppinen View Post
my server is spamming this error in the CHAT and restarting the round every 1 seconds. Cant join teams.
"Sorry, all the arenas are currently full. You are in position 1 in the waiting queue". Got the latest build in sourcemod and multi1v1.
Are you using a 1v1 map?
__________________
Boycott ESEA
My servers
ghostofmybrain is offline
TrappaTroopa
Senior Member
Join Date: Feb 2016
Old 08-29-2016 , 19:29   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1123

So I tried to make a custom round called "AWP-Only and it didn't work. I put it in my Custom Rounds txt. So I took out the section I made and rebooted the server but now I am getting this spammed in my console every 3 seconds.

Code:
08/29/2016 - 23:27:13: [multi1v1.smx] Last SQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-Only-Rating = -1500.000000 WHERE accountID = 354062014 AND serverID = 0' at line 1
Edit: Error seems to have stopped.

Last edited by TrappaTroopa; 08-29-2016 at 21:28.
TrappaTroopa is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 08-29-2016 , 20:25   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1124

Quote:
Originally Posted by TrappaTroopa View Post
So I tried to make a custom round called "AWP-Only and it didn't work. I put it in my Custom Rounds txt. So I took out the section I made and rebooted the server but now I am getting this spammed in my console every 3 seconds

Code:
08/29/2016 - 23:27:13: [multi1v1.smx] Last SQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-Only-Rating = -1500.000000 WHERE accountID = 354062014 AND serverID = 0' at line 1
You should show how you created the round type.

It looks like you gave it a ratingFieldName that includes hypens. From a quick google that is only supported on MySQL if the name is surrounded in backticks (`) in the queries, which multi1v1 does not do (it probably should, though). I'd suggest just changing ratingFieldName.
__________________
splewis is offline
TrappaTroopa
Senior Member
Join Date: Feb 2016
Old 08-29-2016 , 21:46   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1125

Quote:
Originally Posted by splewis View Post
You should show how you created the round type.

It looks like you gave it a ratingFieldName that includes hypens. From a quick google that is only supported on MySQL if the name is surrounded in backticks (`) in the queries, which multi1v1 does not do (it probably should, though). I'd suggest just changing ratingFieldName.
I appreciate the suggestion very much. I had in fact included hypens. I will try again tomorrow without hyphens.

I guess I need to create the Columns in my table first right? The plugins won't create them for me?

Last edited by TrappaTroopa; 08-29-2016 at 21:46.
TrappaTroopa is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 08-29-2016 , 22:36   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1126

Quote:
Originally Posted by TrappaTroopa View Post
I appreciate the suggestion very much. I had in fact included hypens. I will try again tomorrow without hyphens.

I guess I need to create the Columns in my table first right? The plugins won't create them for me?
The plugin will add the column for you.
__________________
splewis is offline
Foskitox
Junior Member
Join Date: Jun 2015
Old 09-02-2016 , 02:22   Re: [CS:GO] Multi-1v1 (v1.1.3, 2016-2-17)
Reply With Quote #1127

Quote:
Originally Posted by ghostofmybrain View Post
For some reason, one of my 1v1 servers (I run 2 with identical settings) has started putting bots in the server. This only started today. I verified that bot_quota is set to 0 in both server config files (gamemode_casual_server and server.cfg) as well as /cfg/sourcemod/multi1v1/game_cvars.cfg. When I type "bot_quota" in console it replicates "10" for some reason. Since I haven't touched the server in weeks (I think the last thing i did was upgrade to version 1.1.3), and it's only happening on one server, I can't even begin to determine why this behavior might be happening.

I'm using SourceMod Version: 1.7.3-dev+5280 on both servers.
Same, my 1st server stop running the plugin (??). I dont change anything.

The 2nd server start adding bots
Foskitox is offline
coltreane
New Member
Join Date: Sep 2016
Old 09-23-2016 , 11:23   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1128

Great plugin! Everything works just fine except !stats / !rank commands. When i wisit my website, it is working as well. Any ideas?
coltreane is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 09-23-2016 , 15:08   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1129

Quote:
Originally Posted by coltreane View Post
Great plugin! Everything works just fine except !stats / !rank commands. When i wisit my website, it is working as well. Any ideas?
Are you using multi1v1_online_stats_viewer plugin?

Did you define the correct url as dictated in the config file under /cfg/sourcemod/multi1v1/multi1v1_online_stats_viewer.cfg ?
sneaK is offline
coltreane
New Member
Join Date: Sep 2016
Old 09-23-2016 , 23:29   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1130

Quote:
Originally Posted by blackhawk74 View Post
Are you using multi1v1_online_stats_viewer plugin?

Did you define the correct url as dictated in the config file under /cfg/sourcemod/multi1v1/multi1v1_online_stats_viewer.cfg ?
Yes, I am using it. It also is not in disabled folder.
I set up this into a cfg file
PHP Code:
http://www.czjackie.cz/stats/redirect.php?id={USER}&serverid={SERVER}
http://www.czjackie.cz/stats/redirect.php?serverid={SERVER} 
I did not changed anything else in here.
btw: if i am only retard and i should put something into "{SERVER}" and "{USER}" then i'm sorry
if so, what should i put in here? thx for reply

Last edited by coltreane; 09-23-2016 at 23:29.
coltreane 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 21:09.


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