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
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 09-23-2016 , 23:33   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1131

Well, I just tried to visit your website and /stats/ does not exist, you have your stats under the root directory, therefore your links should be

PHP Code:
http://www.czjackie.cz/redirect.php?id={USER}&serverid={SERVER}
http://www.czjackie.cz/redirect.php?serverid={SERVER} 
sneaK is offline
coltreane
New Member
Join Date: Sep 2016
Old 09-24-2016 , 18:11   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1132

Quote:
Originally Posted by blackhawk74 View Post
Well, I just tried to visit your website and /stats/ does not exist, you have your stats under the root directory, therefore your links should be

PHP Code:
http://www.czjackie.cz/redirect.php?id={USER}&serverid={SERVER}
http://www.czjackie.cz/redirect.php?serverid={SERVER} 
It worked, I love you! Thanks m8
coltreane is offline
SlipsknuteN
Junior Member
Join Date: Jan 2016
Old 09-27-2016 , 13:36   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1133

Hey!

I need some help. I tried setting up this pluggin on my server although the rank system dosen't work in-game and it wont display on the web page either. I have a mysql database and I have fallowed the instructions and I have the stats here http://heroic-network.se/Arena/. Although I can't get it work with ranked in game and it dosen't seems like the web is talking to the server.

I got the following links in online stats viewer
http://heroic-network.se/Arena/redirect.php?id={USER}&serverid={SERVER}
http://heroic-network.se/Arena//redirect.php?serverid={SERVER}

Heres the error loggs and a picture of the ranks im talking about that wont display on my server.
Attached Images
File Type: jpg multi-1v1 ranks.jpg (13.5 KB, 217 views)
Attached Files
File Type: log L20160927.log (22.3 KB, 139 views)
File Type: log errors_20160927.log (26.5 KB, 165 views)
SlipsknuteN is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 09-28-2016 , 00:39   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1134

Quote:
Originally Posted by SlipsknuteN View Post
Hey!

I need some help. I tried setting up this pluggin on my server although the rank system dosen't work in-game and it wont display on the web page either. I have a mysql database and I have fallowed the instructions and I have the stats here http://heroic-network.se/Arena/. Although I can't get it work with ranked in game and it dosen't seems like the web is talking to the server.

I got the following links in online stats viewer
http://heroic-network.se/Arena/redirect.php?id={USER}&serverid={SERVER}
http://heroic-network.se/Arena//redirect.php?serverid={SERVER}

Heres the error loggs and a picture of the ranks im talking about that wont display on my server.
Your error logs have no multi1v1 message in them. You should probably fix all those errors, though.

By default: https://github.com/splewis/csgo-mult...#configuration
"Note: For players to be listed on the top 15 list, they will have to have played 200 or more games. This can be removed by changing line 21 in includes/generatetopplayers.php with the following"
__________________
splewis is offline
SlipsknuteN
Junior Member
Join Date: Jan 2016
Old 09-28-2016 , 06:27   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1135

Quote:
Originally Posted by splewis View Post
Your error logs have no multi1v1 message in them. You should probably fix all those errors, though.

By default: https://github.com/splewis/csgo-mult...#configuration
"Note: For players to be listed on the top 15 list, they will have to have played 200 or more games. This can be removed by changing line 21 in includes/generatetopplayers.php with the following"
Thanks for the reply. I have now replaced line 21 with "$run_query = "SELECT s1.*, (SELECT COUNT(*) FROM $mysql_table AS s2 WHERE s2.rating > s1.rating AND s2.wins+s2.losses > 0 $server_limit)+1 AS rank FROM $mysql_table AS s1 WHERE s1.wins+s1.losses > 0 $server_limit ORDER BY rating DESC LIMIT 0, 15";" in my includes/generatetopplayers.php file and restarted the server but still no rank is displaying when killing/getting killed by online players. It dosen't appear on the url either http://heroic-network.se/Arena/.

EDIT: (2016-10-02) No one knows how to solve this problem?

Last edited by SlipsknuteN; 10-02-2016 at 09:52.
SlipsknuteN is offline
samydicu
New Member
Join Date: Oct 2016
Old 10-05-2016 , 08:44   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1136

I have a question, i installed the plugin into my server, if there are 3 players (for example) they are all in the same arena, or if there are 4 players only 2 can play, so is like only one arena is available for playing. Do you know how can i solve this problem?
samydicu is offline
TrappaTroopa
Senior Member
Join Date: Feb 2016
Old 10-05-2016 , 13:07   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1137

Quote:
Originally Posted by samydicu View Post
I have a question, i installed the plugin into my server, if there are 3 players (for example) they are all in the same arena, or if there are 4 players only 2 can play, so is like only one arena is available for playing. Do you know how can i solve this problem?
Make sure your map is compatible and is an Arena Map. What map is it?
TrappaTroopa is offline
samydicu
New Member
Join Date: Oct 2016
Old 10-05-2016 , 13:45   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1138

Quote:
Originally Posted by TrappaTroopa View Post
Make sure your map is compatible and is an Arena Map. What map is it?
Yes, the problem was the map thank you! Can you suggest me some plugins for multi?
samydicu is offline
SlipsknuteN
Junior Member
Join Date: Jan 2016
Old 10-06-2016 , 09:40   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1139

No one knows what fault I may have done or whats causing the problem?
SlipsknuteN is offline
BleIKeR152
Junior Member
Join Date: Mar 2016
Old 10-07-2016 , 03:53   Re: [CS:GO] Multi-1v1 (v1.1.4, 2016-6-18)
Reply With Quote #1140

My server get crash everyday, but players can normal play, server get crash and again players can play. ~2 crash on 1 day. I nothing found errors on logs
BleIKeR152 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 08:25.


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