Help with map rotation problem...

Post Reply
Dweebfire
New to forums
New to forums
Posts: 5
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri May 09, 2003 3:18 pm
Location: Santa Rosa CA
Contact:

Help with map rotation problem...

Post by Dweebfire »

Whenever we choose a map out of the normal rotation, the server always reverts back to the map at the top of the mapcycle.txt when it finishes the new map. It used to revert back to where it left off in the rotation. Anyone know how to fix this? I am using AMX mod with the following plugins..

20:54:04 Pausing Admin Votes (file "adminvote.amx")
Pausing Anti Flood (file "antiflood.amx")
Pausing Scrolling Message (file "scrollmsg.amx")
Pausing Info. Messages (file "imessage.amx")
Pausing StatsX (file "statsx.amx")
Pausing Warcraft 3 XP (file "warcraft3.amx")
Pausing Weapon Vote and Restrict (file "weapon_vote_and_restrict.amx")
Pausing Psychostats Logging (file "psychostats_logging.amx")
Pausing Knifekill Announcer (file "knifekill_announcer.amx")
Pausing Admin Slash (file "admin_slash.amx")
Pausing Weapon Restriction (file "weapon_restriction.amx")
Pausing Deluxe Admin Chat (file "deluxe_admin_chat.amx")
Pausing Client Exec (file "client_exec.amx")
Pausing Admin Bury (file "admin_bury.amx")
Pausing Admin Slay 2 (file "admin_slay_2.amx")
Pausing Tracers (file "tracers.amx")
Pausing Players Menu (file "players_menu.amx")
Pausing Team Balancer (file "team_balancer.amx")
Pausing Custom Map Configs (file "custom_map_configs.amx")
Pausing Jail Break (file "jail_break.amx")
Pausing Admin Float (file "admin_float.amx")
Pausing Admin Gag (file "admin_gag.amx")
Pausing Private Talk (file "private_talk.amx")
Pausing Search Maps Plugin (file "search_maps_plugin.amx")
Pausing Admin FF (file "admin_ff.amx")
Pausing Admin Gravity (file "admin_gravity.amx")
Pausing Admin Disarm (file "admin_disarm.amx")
Pausing Admin Jail (file "admin_jail.amx")
Pausing Speech (file "speech.amx")
Pausing TenaciousD Admin Menu (file "tenaciousd_admin_menu.amx")
Pausing List Maps (file "list_maps.amx")
Pausing amx_respawn (file "amx_respawn.amx")
Pausing Smokin and Drinkin (file "smokin_and_drinkin.amx")
Pausing Team Revive (file "team_revive.amx")
Pausing Admin Teleport (file "admin_teleport.amx")
Pausing Spec. Rank Info. (file "spec._rank_info..amx")
Pausing Admin Teams (file "admin_teams.amx")
Pausing Teleport (file "teleport.amx")
Pausing Maps Menu (file "maps_menu.amx")
Pausing Vip Events (file "vip_events.amx")
Pausing Bomb Events (file "bomb_events.amx")
Pausing Admin Personal Gravity (file "admin_personal_gravity.amx")
Pausing AMX Uber Slap (file "amx_uber_slap.amx")
Pausing Plugin Gore (file "plugin_gore.amx")
Pausing AutoDeathmatch (file "autodeathmatch.amx")
Pausing Amx Chicken Plugin (file "amx_chicken_plugin.amx")
Pausing Jedi Force Grab (file "jedi_force_grab.amx")
Pausing Admin Rocket (file "admin_rocket.amx")
Pausing Ninja Rope (file "ninja_rope.amx")
Pausing Teleport Menu (file "teleport_menu.amx")
Pausing Admin Godmode (file "admin_godmode.amx")
Pausing Anti-grenadespam (file "anti-grenadespam.amx")
Pausing Spectating Admin (file "spectating_admin.amx")
Pausing Roll The Dice Plugin (file "roll_the_dice_plugin.amx")
Pausing AdminBeams (file "adminbeams.amx")
Pausing welcome Again (file "welcome_again.amx")
Pausing AFK Slayer (file "afk_slayer.amx")
Image
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

oh boy.....

YOU WIN WITH THE MOST PLUGINS!!!! CONGRATS!

ok now the time is so comment all of them out with a ";", then reenable them one by one until you located the plugin(s) thats causing the problem. Sometimes two plugins don't work well together, or is coded incorrectly with the new hlds.

Nick
User avatar
dL-Templisk
This is my homepage
This is my homepage
Posts: 118
Joined: Sat Jul 26, 2003 8:56 pm
Location: California, USA
Contact:

Post by dL-Templisk »

lol, before you do all that see if there's anything wrong with the base amx config, it's probably a plugin though :| have fun :roll:
Anubis
Staff
Staff
Posts: 231
Joined: Tue Jul 01, 2003 5:24 pm
Location: Gresham, OR
Contact:

Post by Anubis »

Just a little modification to what acura said.

Im willing to be that its one of the plugins dealing with maps that is causing your problem. Instead of commenting all of them out and the enabling them one by one. Try commenting out all of the plugins dealing with maps.

So put a ";" in front of the following first, then enable those one by one.

Custom Map Configs (file "custom_map_configs.amx")
Search Maps Plugin (file "search_maps_plugin.amx")
List Maps (file "list_maps.amx")
Maps Menu (file "maps_menu.amx")

If that doesnt work then comment all of your plugins out one by one and find the problem.

Not that acura was wrong or anything, Im just trying to save you some time. Also, what was the last plugin you added before this problem started occuring? Remember that might help you a great deal and save you even more time. And yes, you do win for the most plugins. Congrats.
IRC @ #ruthlesslords on Gamesnet

http://www.ruthlesslords.net

rlpub.nuclearfallout.net
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

lol, I've done this before, went with just the map related plugins, but noooo, its not one of those, it happened to be time_method for adminmod, GO FIGURE!

for some odd reason, the plugin for someone to say "the time" was crashing it on map changes, soo weirdddd.

with HLDS, you are guranteed to see weird and spooky things.

BOO!
Anubis
Staff
Staff
Posts: 231
Joined: Tue Jul 01, 2003 5:24 pm
Location: Gresham, OR
Contact:

Post by Anubis »

I dont know if its so much HLDS that it is the plugins that cause spooky stuff to happen. I remember a few time where a friend of mine was designing a plugin for me and he kept leaving little things out and they would either shut off other plugins or crash the server.

The best method is what you suggested. But, unfortunately, it is also the slowest. I usually try the easy and obvious ways first. Although, like you said, the easy and obvious ways are never the solution.
IRC @ #ruthlesslords on Gamesnet

http://www.ruthlesslords.net

rlpub.nuclearfallout.net
Post Reply