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

Deagles' Map Manager v3.25Beta


Post New Thread Reply   
 
Thread Tools Display Modes
acard
New Member
Join Date: Aug 2013
Old 02-09-2016 , 12:51   Re: Deagles' Map Manager v3.25Beta
Reply With Quote #241

When on server stay only 1 player, he cannot change the map ! Reason is :

Code:
[DMM] 1 more players must "rockthevote" to start a vote
How to fix ?
acard is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 02-11-2016 , 13:34   Re: Deagles' Map Manager v3.25Beta
Reply With Quote #242

Try changing these lines:
Code:
457:        if (rocks >= needed && rocks >= minimum) { ... 524:    if (rocks >= needed && rocks >= minimum) {
to:
Code:
457:        if ((rocks >= (needed - 1)) && (rocks >= (minimum - 1))) { ... 524:    if ((rocks >= (needed - 1)) && (rocks >= (minimum - 1))) {
Attached Files
File Type: sma Get Plugin or Get Source (deagsmapmanager.sma - 839 views - 115.1 KB)
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 02-11-2016 at 13:39. Reason: spelling fix
addons_zz is offline
DarthMan
Veteran Member
Join Date: Aug 2011
Old 03-14-2017 , 17:46   Re: Deagles' Map Manager v3.25Beta
Reply With Quote #243

How to make it display a certain map on the menu on 1st position all the time, like xeno, for example ? Thanks!
DarthMan is offline
ViBE
Member
Join Date: Jul 2011
Location: Somewhere over the...
Old 12-13-2017 , 09:08   Re: Deagles' Map Manager v3.25Beta
Reply With Quote #244

i know it's an odd question but i'm still pretty interested, so 'sup? are there any news about that rewriting progress?
__________________
„the cake is a lie”
ViBE is offline
Send a message via ICQ to ViBE
Awesomerp
Member
Join Date: Jan 2021
Old 03-02-2021 , 02:53   Re: Deagles' Map Manager v3.25Beta
Reply With Quote #245

1. Hello, I am having 2 problems I attached a picture with an error when rocking the vote.
https://imgur.com/xnGoJTg
2.Also the second problem for me it is always 65 minutes till the next rtv available I tried dmap_rtwait it says it's successful but it do not update

Last edited by Awesomerp; 03-02-2021 at 02:53.
Awesomerp is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 03-02-2021 , 07:23   Re: Deagles' Map Manager v3.25Beta
Reply With Quote #246

Quote:
Originally Posted by Awesomerp View Post
1. Hello, I am having 2 problems I attached a picture with an error when rocking the vote.
https://imgur.com/xnGoJTg
2.Also the second problem for me it is always 65 minutes till the next rtv available I tried dmap_rtwait it says it's successful but it do not update
Why ask for help here when you clearly downloaded the plugin from somewhere else?
The things on that image don't exist in the code uploaded here.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Awesomerp
Member
Join Date: Jan 2021
Old 03-02-2021 , 09:00   Re: Deagles' Map Manager v3.25Beta
Reply With Quote #247

Well, I got it from here, I don't know the place where to get it elsewhere for real, but like always tried reinstalling the plugin and it fixed...
Thank you

Last edited by Awesomerp; 03-02-2021 at 09:11.
Awesomerp is offline
StDenisGamers
Junior Member
Join Date: Dec 2021
Location: USA
Old 01-05-2022 , 17:39   Re: Deagles' Map Manager v3.25Beta
Reply With Quote #248

error messages:

invalid dictionary file?

current version 0

expected version 540-549
__________________

Last edited by StDenisGamers; 01-05-2022 at 17:39.
StDenisGamers is offline
Infamanious
Senior Member
Join Date: Dec 2005
Old 06-15-2022 , 05:23   Re: Deagles' Map Manager v3.25Beta
Reply With Quote #249

Every player gets stuck on "precaching resources" while connecting to the server if i have over 2000 maps. The current listmap count is 2341 and it hangs their for about a minute and then they connect. If the map list count is below 1500 then that doesn't happen. Is there anyway to prevent this from happening or is 2000 maps the limit? If so, then i believe their should be a warning to people beforehand so they dont have to troubleshoot any problems like i did.

Last edited by Infamanious; 06-15-2022 at 17:40.
Infamanious is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 06-15-2022 , 23:50   Re: Deagles' Map Manager v3.25Beta
Reply With Quote #250

The code that is posted in the OP has a map limit of 600 hard coded into it.

Regarding when a player connects, I'm not finding any code that runs when a player connects that would be related to the number of maps you have.
__________________
fysiks 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 01:31.


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