Raised This Month: $32 Target: $400
 8% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 09-13-2014 , 05:08   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #291

Is it just me or does this plugin crash now (when people connect) with the latest update using connect_log_fix.ext.2.csgo.so?

https://forums.alliedmods.net/showpo...3&postcount=29
Ejziponken is offline
Ownkruid
Senior Member
Join Date: Nov 2013
Old 09-14-2014 , 08:33   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #292

Code:
L 09/14/2014 - 12:50:02: SourceMod error session started
L 09/14/2014 - 12:50:02: Info (map "am_dust2_cat") (file "errors_20140914.log")
L 09/14/2014 - 12:50:02: [SM] Plugin encountered error 30: Script execution timed out
L 09/14/2014 - 12:50:02: [SM] Displaying call stack trace for plugin "multi1v1.smx":
L 09/14/2014 - 12:50:02: [SM]   [0]  Line 350, csgo/addons/sourcemod/scripting/multi1v1.sp::Event_OnRoundPostStart()
L 09/14/2014 - 12:50:13: Error log file session closed.
__________________




Ownkruid is offline
lindexg
Junior Member
Join Date: Aug 2014
Old 09-15-2014 , 12:41   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #293

something strange happened..
My db was ok, and it wasn't off at that time

Spoiler
lindexg is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 09-15-2014 , 15:24   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #294

There's been lots of little tweaks that should improve reliability in the development version, so these may have been fixed. I'll see how those could have occurred though.
__________________
splewis is offline
ghostofmybrain
Veteran Member
Join Date: Mar 2010
Old 09-15-2014 , 16:39   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #295

Is anybody else running this plugin on linux? I have 3 sourcemod servers, and I'm experiencing rubberbanding on my 2 1v1 servers even with the latest sourcemod and metamod snapshots. I was wondering if anybody else has a working configuration.
__________________
Boycott ESEA
My servers
ghostofmybrain is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 09-15-2014 , 19:36   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #296

You could try using the profiler and see what you get: https://wiki.alliedmods.net/SourceMod_Profiler
__________________
splewis is offline
ghostofmybrain
Veteran Member
Join Date: Mar 2010
Old 09-15-2014 , 20:05   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #297

Quote:
Originally Posted by splewis View Post
You could try using the profiler and see what you get: https://wiki.alliedmods.net/SourceMod_Profiler
Like this?
Code:
"multi1v1"
{
        "pause"                 "no"
        "lifetime"              "mapsync"

        "Options"
        {
                "debug"         "no"
                "profile"       "7"
        }
}
EDIT: Nope, that certainly didn't do anything. Is there a more detailed page for how to run this?
__________________
Boycott ESEA
My servers

Last edited by ghostofmybrain; 09-15-2014 at 20:45.
ghostofmybrain is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 09-15-2014 , 20:57   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #298

Quote:
Originally Posted by ghostofmybrain View Post
Like this?
Code:
"multi1v1"
{
        "pause"                 "no"
        "lifetime"              "mapsync"

        "Options"
        {
                "debug"         "no"
                "profile"       "7"
        }
}
EDIT: Nope, that certainly didn't do anything. Is there a more detailed page for how to run this?
I'm interested in the results that are generated. https://wiki.alliedmods.net/SourceMo...etting_Results

It should produce an xml file in the logs directory.
__________________
splewis is offline
ghostofmybrain
Veteran Member
Join Date: Mar 2010
Old 09-16-2014 , 08:15   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #299

Quote:
Originally Posted by splewis View Post
I'm interested in the results that are generated. https://wiki.alliedmods.net/SourceMo...etting_Results

It should produce an xml file in the logs directory.
Yeah, when I run sm profiler flush I just get the whole "Usage: sm <command> [arguments]" because "profiler" is not a recognized command.

I'm just wanting to make sure I did this correctly: In my /configs folder within /sourcemod, all I have to do is create a config file called plugin_settings.cfg. The only thing it should contain is what I posted above.

Is that correct? Is that all I have to do? I feel like I must be missing some important step if it doesn't even recognize the command.
__________________
Boycott ESEA
My servers

Last edited by ghostofmybrain; 09-16-2014 at 08:17.
ghostofmybrain is offline
Ownkruid
Senior Member
Join Date: Nov 2013
Old 09-16-2014 , 09:18   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #300

I tried compiling the dev build but i get these errors:

Code:
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// multi1v1.sp
// C:\Program Files (x86)\Steam\SteamApps\common\Counter-Strike Global Offensive
\csgo\addons\sourcemod\scripting\include\console.inc(961) : error 025: function
heading differs from prototype
// include/multi1v1.inc(17) : error 001: expected token: ")", but found "-identi
fier-"
// include/multi1v1.inc(17) : error 001: expected token: ";", but found "-identi
fier-"
// include/multi1v1.inc(24) : error 001: expected token: ")", but found "-identi
fier-"
// include/multi1v1.inc(24) : error 001: expected token: ";", but found "-identi
fier-"
// include/multi1v1.inc(32) : error 001: expected token: ")", but found "-identi
fier-"
// include/multi1v1.inc(32) : error 001: expected token: ";", but found "-identi
fier-"
// include/multi1v1.inc(36) : error 001: expected token: ")", but found "-identi
fier-"
// include/multi1v1.inc(36) : error 001: expected token: ";", but found "-identi
fier-"
// include/multi1v1.inc(40) : error 001: expected token: ")", but found "-identi
fier-"
// include/multi1v1.inc(40) : error 001: expected token: ";", but found "-identi
fier-"
// include/multi1v1.inc(43) : error 001: expected token: ")", but found "-identi
fier-"
// include/multi1v1.inc(43) : error 001: expected token: ";", but found "-identi
fier-"
// include/multi1v1.inc(46) : error 001: expected token: ")", but found "-identi
fier-"
// include/multi1v1.inc(46) : error 001: expected token: ";", but found "-identi
fier-"
// include/multi1v1.inc(49) : error 001: expected token: "(", but found "-identi
fier-"
// include/multi1v1.inc(49) : error 001: expected token: ";", but found "("
// include/multi1v1.inc(52) : error 001: expected token: "(", but found "-identi
fier-"
// include/multi1v1.inc(52) : error 010: invalid function or declaration
// include/multi1v1.inc(52 -- 55) : error 001: expected token: "(", but found "-
identifier-"
// include/multi1v1.inc(52 -- 55) : fatal error 127: too many error messages on
one line
//
// Compilation aborted.
// 21 Errors.
//
// Compilation Time: 0,55 sec
// ----------------------------------------

Press enter to exit ...
__________________




Ownkruid is offline
Reply


Thread Tools
Display Modes

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:45.


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