Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
EinfachPascal
Junior Member
Join Date: Aug 2016
Old 03-15-2017 , 08:59   Re: [CS:GO] Multi-1v1 (v1.1.5, 2017-2-12)
Reply With Quote #1251

So in the ranklist are 64 people inside. But why are in the! Top (topliste) only 2 people?
__________________
EinfachPascal is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 03-15-2017 , 22:49   Re: [CS:GO] Multi-1v1 (v1.1.5, 2017-2-12)
Reply With Quote #1252

Quote:
Originally Posted by EinfachPascal View Post
So in the ranklist are 64 people inside. But why are in the! Top (topliste) only 2 people?
Because the web panel you're using is hardcoded to only take people with at least 200 rounds played: https://github.com/splewis/csgo-mult...layers.php#L21


FYI to all: I am probably going to stop posting this web panel in the downloads and with the multi1v1 releases, since it's not maintained and I have no desire to do so. If people like web thingies they should feel free to take the existing web code and create a repository for it.


Quote:
Originally Posted by EinfachPascal View Post
How can
German: "Du (Wertung 1511, -3.9) hast verloren gegen Fallīn cs.money (Wertung 1533, +3.9)."
Englisch: "You lost (1511, -3.9) against the Fall'n cs.money (Rating 1533, +3.9)."

disabled?
The text message?

You can't.
__________________

Last edited by splewis; 03-15-2017 at 22:50.
splewis is offline
mrdrug11
Member
Join Date: Mar 2017
Location: UK, London
Old 03-19-2017 , 11:34   Re: [CS:GO] Multi-1v1 (v1.1.5, 2017-2-12)
Reply With Quote #1253

When you use the plugin is their anything you need to set up before it works and would i need to get an arena map for this or could i just use any map eg de_dust2

note i am very new to the csgo server coding scene so if i don't know the basics i'm sorry
mrdrug11 is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 03-19-2017 , 12:24   Re: [CS:GO] Multi-1v1 (v1.1.5, 2017-2-12)
Reply With Quote #1254

Quote:
Originally Posted by mrdrug11 View Post
When you use the plugin is their anything you need to set up before it works and would i need to get an arena map for this or could i just use any map eg de_dust2

note i am very new to the csgo server coding scene so if i don't know the basics i'm sorry
There's a README on the first post that will answer all of those questions, and more.
__________________
sneaK is offline
Chrahb
Senior Member
Join Date: Jan 2017
Location: Somewhere in Denmark!
Old 04-11-2017 , 12:57   Re: [CS:GO] Multi-1v1 (v1.1.5, 2017-2-12)
Reply With Quote #1255

Why can't my players talk?
Am i totally missing something?
__________________
Chrahb is offline
cTmoNe
AlliedModders Donor
Join Date: Jul 2010
Location: Germany
Old 04-11-2017 , 13:43   Re: [CS:GO] Multi-1v1 (v1.1.5, 2017-2-12)
Reply With Quote #1256

Quote:
Originally Posted by Chrahb View Post
Why can't my players talk?
Am i totally missing something?
Code:
sv_talk_enemy_dead 1
sv_talk_enemy_living 1
sv_deadtalk 1
__________________


cTmoNe is offline
certik303
New Member
Join Date: Apr 2017
Old 04-15-2017 , 20:57   Re: [CS:GO] Multi-1v1 (v1.1.5, 2017-2-12)
Reply With Quote #1257

For some reason my stats webpage is empty, top15 shows normally, but if I open page with someones stats, it's empty. Does anyone have an idea why?
certik303 is offline
cTmoNe
AlliedModders Donor
Join Date: Jul 2010
Location: Germany
Old 04-16-2017 , 10:39   Re: [CS:GO] Multi-1v1 (v1.1.5, 2017-2-12)
Reply With Quote #1258

Code:
L 04/16/2017 - 17:36:58: [SM]   [1] Line 1167, C:\Users\cTm\Desktop\server\addons\sourcemod\scripting\multi1v1.sp::PlayerLeft
L 04/16/2017 - 17:36:58: [SM]   [2] Line 1159, C:\Users\cTm\Desktop\server\addons\sourcemod\scripting\multi1v1.sp::UpdateArena
L 04/16/2017 - 17:36:58: [SM]   [3] Line 415, C:\Users\cTm\Desktop\server\addons\sourcemod\scripting\multi1v1.sp::OnClientDisconnect
L 04/16/2017 - 17:37:22: [SM] Exception reported: Language phrase "NoOpponentHint" not found
L 04/16/2017 - 17:37:22: [SM] Blaming: multi1v1.smx
L 04/16/2017 - 17:37:22: [SM] Call stack trace:
L 04/16/2017 - 17:37:22: [SM]   [0] PrintHintText
L 04/16/2017 - 17:37:22: [SM]   [1] Line 679, C:\Users\cTm\Desktop\server\addons\sourcemod\scripting\multi1v1.sp::Timer_NoOpponentHint
__________________


cTmoNe is offline
NomisCZ
AlliedModders Donor
Join Date: Mar 2014
Location: Czech_Republic
Old 04-16-2017 , 12:44   Re: [CS:GO] Multi-1v1 (v1.1.5, 2017-2-12)
Reply With Quote #1259

Quote:
Originally Posted by ZombiMod.Com View Post
Code:
L 04/16/2017 - 17:36:58: [SM]   [1] Line 1167, C:\Users\cTm\Desktop\server\addons\sourcemod\scripting\multi1v1.sp::PlayerLeft
L 04/16/2017 - 17:36:58: [SM]   [2] Line 1159, C:\Users\cTm\Desktop\server\addons\sourcemod\scripting\multi1v1.sp::UpdateArena
L 04/16/2017 - 17:36:58: [SM]   [3] Line 415, C:\Users\cTm\Desktop\server\addons\sourcemod\scripting\multi1v1.sp::OnClientDisconnect
L 04/16/2017 - 17:37:22: [SM] Exception reported: Language phrase "NoOpponentHint" not found
L 04/16/2017 - 17:37:22: [SM] Blaming: multi1v1.smx
L 04/16/2017 - 17:37:22: [SM] Call stack trace:
L 04/16/2017 - 17:37:22: [SM]   [0] PrintHintText
L 04/16/2017 - 17:37:22: [SM]   [1] Line 679, C:\Users\cTm\Desktop\server\addons\sourcemod\scripting\multi1v1.sp::Timer_NoOpponentHint
Go to csgo/addons/sourcemod/translations and check if multi1v1.phrases.txt exists and add this to file (to Phrases block):
PHP Code:
"NoOpponentHint"
{
    
"en"        "<font size='22' color='#FF0000'>You have no opponent.</font>"

__________________

Last edited by NomisCZ; 04-16-2017 at 12:45.
NomisCZ is offline
Byte
Senior Member
Join Date: Jun 2010
Location: 📦 CCSPlayer
Old 04-18-2017 , 18:32   Re: [CS:GO] Multi-1v1 (v1.1.5, 2017-2-12)
Reply With Quote #1260

I'm having a little issue. I'm using: "CS:GO Multi1v1" (1.1.4) by splewis

Ever since sometime around 29/03 (I think a CSGO update happened here too) the plugins settings aren't being saved for the gun menu options. They simply reset after a map change. I haven't changed anything on my end so this occurred on its own. I delete my clientprefs sqlite database as it was reaching 25+MB but that didn't help/solve anything.

I can see the clientprefs sqlite db growing with new cookie preferences so it must be related to loading them in or something rather than storing them? Or perhaps they are overwriting, I'm not sure.

I'll be updating to 1.1.5 later but I don't think that will fix anything, does anyone have any ideas as why the preferences aren't being saved as cookies? Error log for Multi1v1 completely empty, only errors are from other unrelated plugins I have which are expected to occasionally fail.

I'm hoping someone has experienced this issue or has some ideas.

Thanks.

EDIT: Updating to 1.1.5 did not fix the issue. It seems to work for some but fail for others now.
I'll test updating SM as I'm on an older build before looking deeper into the plugin code.

EDIT 2: Updating SM to latest build did not fix it.
__________________
STEAM: /id/invexbyte | Github: Mo Beigi | Discord: Byte#0017
Community: Invex Gaming | My Plugins: Click Me!


Last edited by Byte; 04-19-2017 at 23:25.
Byte 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 00:47.


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