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

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


Post New Thread Reply   
 
Thread Tools Display Modes
csgotalks
New Member
Join Date: Jun 2015
Old 06-20-2015 , 04:36   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #711

i have this plugin running on my server but i cant get the elo rating to work.

Please help
csgotalks is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 06-20-2015 , 15:49   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #712

Quote:
Originally Posted by djclab View Post
Hi there,

I have this plugin running on my server but it didn't generate a 1v1multi.cfg I found an example one in this thread but it still doesn't do anything. Any ideas?

Thanks
https://github.com/splewis/csgo-multi-1v1#configuration

It doesn't generate "1v1multi.cfg". It generates cfg/sourcemod/multi1v1/multi1v1.cfg, which also requires you installed the plugin correctly. (cfg/sourcemod/multi1v1 directory must exist)



Quote:
Originally Posted by csgotalks View Post
i have this plugin running on my server but i cant get the elo rating to work.

Please help
I can't help you if you don't give any information. Did you try anything? Set the sm_multi1v1_use_database cvar? Configure the database? Do you even have a database setup to use?
__________________
splewis is offline
me-Shoe
Senior Member
Join Date: Apr 2008
Old 06-21-2015 , 11:12   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #713

Any idea for this?

Quote:
Warning: Invalid argument supplied for foreach() in /www/htdocs/w00c03e7/hp2015/downloads/fast_dl/multi1v1_stats/includes/utils.inc.php on line 45
Warning: Invalid argument supplied for foreach() in /www/htdocs/w00c03e7/hp2015/downloads/fast_dl/multi1v1_stats/includes/utils.inc.php on line 25
Thats shown on the ingame browser and in the normal browser when i open the stats-site. Thx!

And another question:
Is it possible that the top15 only shows players which were active since the last 28 days?
In other words: Is it possible to hide 'inactive'(after 2 or 4 weeks) players from the top15?
__________________

Last edited by me-Shoe; 06-21-2015 at 17:28.
me-Shoe is offline
jenson
Junior Member
Join Date: Jan 2015
Old 06-21-2015 , 19:19   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #714

I also cant get the ELO rating to work. Tried the stable version and the developer version.

in .../csgo_arena/csgo/cfg/sourcemod/multi1v1/multi1v1.cfg
sm_multi1v1_use_database "1"
sm_multi1v1_database_server_id "0"
sm_multi1v1_db_name "multi1v1_stats"

in .../csgo_arena/csgo/addons/sourcemod/configs/databases.cfg
"multi1v1"
{
"driver" "mysql"
"host" "127.0.0.1"
"database" "csgo_server"
"user" "root"
"pass" "****"
"port" "3306"
}

I created the database "csgo_server" on the mysql server and gave full privileges to the user (im using root for testing). Even when i restart the server or reload the plugin there will be no table generated.

The stats page is working and can connect to the database, but there is still no database table existing.

Last edited by jenson; 06-21-2015 at 19:20.
jenson is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 06-21-2015 , 23:26   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #715

Quote:
Originally Posted by jenson View Post
I also cant get the ELO rating to work. Tried the stable version and the developer version.
Have you checked the error logs?
__________________
splewis is offline
jenson
Junior Member
Join Date: Jan 2015
Old 06-22-2015 , 08:31   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #716

Quote:
Originally Posted by splewis View Post
Have you checked the error logs?
hmm
L 06/22/2015 - 14:29:50: [multi1v1.smx] Could not connect: Configuration "multi1v1_stats" not found

i dont have to create the table manually, or do i?


//e
ok changed sm_multi1v1_db_name "multi1v1_stats" to sm_multi1v1_db_name "multi1v1" - did i really changed that or was it default?
looks like it works now

its working now, and the top15 is shown at the website but when i click on a playername theres just a empty site - still in process oder am i missing something?

Last edited by jenson; 06-22-2015 at 10:50.
jenson is offline
djclab
Junior Member
Join Date: Oct 2014
Old 06-22-2015 , 18:42   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #717

Quote:
Originally Posted by splewis View Post
https://github.com/splewis/csgo-multi-1v1#configuration

It doesn't generate "1v1multi.cfg". It generates cfg/sourcemod/multi1v1/multi1v1.cfg, which also requires you installed the plugin correctly. (cfg/sourcemod/multi1v1 directory must exist)
Thanks for your reply, yes I have that folder and this is the configuration I have in my file

Code:
// This file was auto-generated by SourceMod (v1.6.3-dev+4582)
// ConVars for plugin "multi1v1.smx"


// Should the plugin attempt to use the auto-update plugin?
// -
// Default: "0"
sm_multi1v1_autoupdate "0"

// Should the plugin block radio commands from being broadcasted
// -
// Default: "1"
sm_multi1v1_block_radio "1"

// Should players see the guns menu automatically on their first connect?
// -
// Default: "0"
sm_multi1v1_guns_menu_first_connect "1"

// Should the lastTime field store when players connect?
// -
// Default: "0"
sm_multi1v1_record_times "0"

// Roundtime (in seconds)
// -
// Default: "30"
// Minimum: "5.000000"
sm_multi1v1_roundtime "30"

// URL to send player stats to. For example: http://csgo1v1.splewis.net/redirect_stats/. The accountID is appened to this url for each player.
// -
// Default: ""
sm_multi1v1_stats_url "http://arena.surfburken.se/redirect_stats/"

// Should we use a database to store stats and preferences
// -
// Default: "0"
sm_multi1v1_use_database "0"

// Set to 1 to get info about all spawns the plugin read - useful for map creators testing against the plugin.
// -
// Default: "0"
sm_multi1v1_verbose_spawns "0"
The gun menu however does not appear when you join the server. Only if you type guns.

Thanks
djclab is offline
jenson
Junior Member
Join Date: Jan 2015
Old 06-24-2015 , 08:44   Re: [CS:GO] Multi-1v1 (v1.0.2, 2015-5-22)
Reply With Quote #718

Quote:
Originally Posted by djclab View Post
Thanks for your reply, yes I have that folder and this is the configuration I have in my file

Code:
// This file was auto-generated by SourceMod (v1.6.3-dev+4582)
// ConVars for plugin "multi1v1.smx"


// Should the plugin attempt to use the auto-update plugin?
// -
// Default: "0"
sm_multi1v1_autoupdate "0"

// Should the plugin block radio commands from being broadcasted
// -
// Default: "1"
sm_multi1v1_block_radio "1"

// Should players see the guns menu automatically on their first connect?
// -
// Default: "0"
sm_multi1v1_guns_menu_first_connect "1"

// Should the lastTime field store when players connect?
// -
// Default: "0"
sm_multi1v1_record_times "0"

// Roundtime (in seconds)
// -
// Default: "30"
// Minimum: "5.000000"
sm_multi1v1_roundtime "30"

// URL to send player stats to. For example: http://csgo1v1.splewis.net/redirect_stats/. The accountID is appened to this url for each player.
// -
// Default: ""
sm_multi1v1_stats_url "http://arena.surfburken.se/redirect_stats/"

// Should we use a database to store stats and preferences
// -
// Default: "0"
sm_multi1v1_use_database "0"

// Set to 1 to get info about all spawns the plugin read - useful for map creators testing against the plugin.
// -
// Default: "0"
sm_multi1v1_verbose_spawns "0"
The gun menu however does not appear when you join the server. Only if you type guns.

Thanks
// Determines auto-open behavior of the guns menu. 0=never auto-open, 1=open if the client has no preference cookies saved, 2=always open on client connect
// -
// Default: "0"
sm_multi1v1_menu_open_behavior "1"

sou you would need to set it to 2

Last edited by jenson; 06-24-2015 at 08:44.
jenson is offline
keigel2001
Member
Join Date: Oct 2014
Location: Germany
Old 06-24-2015 , 10:42   scoreboard bug
Reply With Quote #719

I think the latest CSGO update (6/24/15 UTC, 1.34.9.1) caused a bug with the scoreboard.
It's not sorted by arena anymore. It's now sorted by kills. But the players are playing against the right ones.

screenshot of the bug

I also visited other servers. They all seem to have the same problem.
__________________


Last edited by keigel2001; 06-24-2015 at 10:46.
keigel2001 is offline
bigworld
Junior Member
Join Date: Sep 2014
Old 06-24-2015 , 12:34   Re: scoreboard bug
Reply With Quote #720

Quote:
Originally Posted by keigel2001 View Post
I think the latest CSGO update (6/24/15 UTC, 1.34.9.1) caused a bug with the scoreboard.
It's not sorted by arena anymore. It's now sorted by kills. But the players are playing against the right ones.

screenshot of the bug

I also visited other servers. They all seem to have the same problem.
we have the same problem
__________________
bigworld is offline
Send a message via Skype™ to bigworld
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 10:30.


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