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

MapChooser Extended 1.10.2 (Updated 2014-02-05)


Post New Thread Reply   
 
Thread Tools Display Modes
StrikerMan780
AlliedModders Donor
Join Date: Jul 2009
Location: Canada
Old 06-30-2018 , 19:49   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #1131

UMC Crashes my servers. Both 3.4.5, and 3.4.6.
StrikerMan780 is offline
PeEzZ
Senior Member
Join Date: Jan 2014
Location: Hungary
Old 07-20-2018 , 07:09   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #1132

Hi!
There is one mismatch in the nominations_extended.sp
Code:
nominations_extended.sp(312) : warning 213: tag mismatch
Code:
new Handle: excludeMaps = INVALID_HANDLE;
decl String:currentMap[32];

if (GetConVarBool(g_Cvar_ExcludeOld))
{	
	excludeMaps = CreateArray(ByteCountToCells(PLATFORM_MAX_PATH));
	GetExcludeMapList(excludeMaps); //This is the line 312
}
How can i fix this?
__________________
I MAKING MY PLUGINS/MAPS STILL, BUT I DON'T HAVE ENOUGH TIME, PLEASE STAND BY.
Sorry for my bad english, correct me if i'm wrong.
Magyarok írjanak PM-et ha fontos!

If you want, you can donate for me here
My plugins here / My maps here

Last edited by PeEzZ; 07-20-2018 at 07:10.
PeEzZ is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 07-20-2018 , 08:22   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #1133

Quote:
Originally Posted by PeEzZ View Post
Hi!
There is one mismatch in the nominations_extended.sp
Code:
nominations_extended.sp(312) : warning 213: tag mismatch
Code:
new Handle: excludeMaps = INVALID_HANDLE;
decl String:currentMap[32];

if (GetConVarBool(g_Cvar_ExcludeOld))
{	
	excludeMaps = CreateArray(ByteCountToCells(PLATFORM_MAX_PATH));
	GetExcludeMapList(excludeMaps); //This is the line 312
}
How can i fix this?
its more updatet: https://github.com/Totenfluch/source...ooser-extended

Last edited by freak.exe_uLow; 07-20-2018 at 08:22.
freak.exe_uLow is offline
PeEzZ
Senior Member
Join Date: Jan 2014
Location: Hungary
Old 07-20-2018 , 11:57   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #1134

thanks

Edit: i still get the warning :c
Code:
 nominations_extended.sp(317) : warning 213: tag mismatch
__________________
I MAKING MY PLUGINS/MAPS STILL, BUT I DON'T HAVE ENOUGH TIME, PLEASE STAND BY.
Sorry for my bad english, correct me if i'm wrong.
Magyarok írjanak PM-et ha fontos!

If you want, you can donate for me here
My plugins here / My maps here

Last edited by PeEzZ; 07-20-2018 at 12:22.
PeEzZ is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 07-20-2018 , 17:21   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #1135

Quote:
Originally Posted by PeEzZ View Post
thanks

Edit: i still get the warning :c
Code:
 nominations_extended.sp(317) : warning 213: tag mismatch
Where did you find the mistake? you compiled this self?
freak.exe_uLow is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 07-20-2018 , 21:22   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #1136

Quote:
Originally Posted by StrikerMan780 View Post
Would love to see an extension to this that allows voting for a config and/or mapcycle file before voting for the map. This way I can categorize maps like in UMC3 (which is about as unstable as Charles Manson).
I'll be honest, I started writing a replacement for both this plugin and UMC, but then I kinda... stopped working on SourceMod plugins. That was over two years ago.

It's also why this plugin has kinda fallen into disrepair as both SourceMod and the games it supports have gained new features and changes, some of which are incompatible with the older code.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 07-20-2018 at 21:22.
Powerlord is offline
PeEzZ
Senior Member
Join Date: Jan 2014
Location: Hungary
Old 07-21-2018 , 04:24   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #1137

Quote:
Originally Posted by freak.exe_uLow View Post
Where did you find the mistake? you compiled this self?
In the same position, yes i compile it myself, i have all of includes for it.
Code:
new Handle: excludeMaps = INVALID_HANDLE;
decl String:currentMap[32];

if (GetConVarBool(g_Cvar_ExcludeOld))
{	
	excludeMaps = CreateArray(ByteCountToCells(PLATFORM_MAX_PATH));
	GetExcludeMapList(excludeMaps); //This is the line 317
}
__________________
I MAKING MY PLUGINS/MAPS STILL, BUT I DON'T HAVE ENOUGH TIME, PLEASE STAND BY.
Sorry for my bad english, correct me if i'm wrong.
Magyarok írjanak PM-et ha fontos!

If you want, you can donate for me here
My plugins here / My maps here

Last edited by PeEzZ; 07-21-2018 at 04:25.
PeEzZ is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 07-21-2018 , 06:27   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #1138

Quote:
Originally Posted by PeEzZ View Post
In the same position, yes i compile it myself, i have all of includes for it.
mhhh you can see that it has been compile or do you want to change something about the script?

Last edited by freak.exe_uLow; 07-21-2018 at 06:27.
freak.exe_uLow is offline
PeEzZ
Senior Member
Join Date: Jan 2014
Location: Hungary
Old 07-21-2018 , 07:10   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #1139

Its working fine and compiles, but i want to fix this, if i can.
__________________
I MAKING MY PLUGINS/MAPS STILL, BUT I DON'T HAVE ENOUGH TIME, PLEASE STAND BY.
Sorry for my bad english, correct me if i'm wrong.
Magyarok írjanak PM-et ha fontos!

If you want, you can donate for me here
My plugins here / My maps here
PeEzZ is offline
Groven
AlliedModders Donor
Join Date: Apr 2011
Location: Sweden
Old 08-12-2018 , 05:46   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #1140

These are my cvars but I still cannot extend a map. Why is that?

Code:
sm_cvar mce_dontchange "1"
sm_cvar mce_extend "15"
sm_cvar mce_starttime "5"
sm_cvar mce_warningtime" "10"
__________________

Last edited by Groven; 08-12-2018 at 05:47.
Groven 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 15:54.


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