View Full Version : map change
{DwP} 325th ABN
12-29-2007, 07:47 PM
is there anyway or already a plugin out there where in game you can maybe type next or somthing like that, to change to the next map in line. i mean we have over 600 maps and if you put all that in the maps ini. hell you would scroll forever. so like if you were on coldline_v1 it would take you to the next map cologne_alstadt. just wondering if anything was out there like this or if it is possible at all.
|OnEHiTwOnDeR|SoCal
12-29-2007, 08:33 PM
why not amx_map ________ (whatever map u want) or post a list on ur forums for admins to know what u got and dont
{DwP} 325th ABN
12-29-2007, 08:45 PM
i already have that on the forums. im trying to keep from running to the forums or keeping a list on paper lying around. and we use amx_map, would be more so for map surfing
|OnEHiTwOnDeR|SoCal
12-29-2007, 09:31 PM
have u tried looking/requesting on amxx forums since this isnt dod specific at all
{DwP} 325th ABN
12-29-2007, 10:48 PM
how is it not dod specific hello change dod map. just say i dont have a clue how you would do this. i dont deal with the asshats on amxx forums bunch of whinners
|OnEHiTwOnDeR|SoCal
12-29-2007, 10:53 PM
it is NOT dod specific. amx_map is a console command for many mods and whatever the plugin is it'll work on most HL1 MODS.
{DwP} 325th ABN
12-29-2007, 10:54 PM
i understand ok so it cant be done question answered thanks man anyhoo
|OnEHiTwOnDeR|SoCal
12-29-2007, 11:01 PM
what the hell is wrong with you dude? im just trying to make you understand what is being talked about abd noone said it cant be done...because i know for a fact its very easy to do this
{DwP} 325th ABN
12-29-2007, 11:14 PM
nothing is wrong with me DUDE, i said i understand and on your last post after all that smack you say its easy to do. well thats what im asking can it be done. dont get get all upset im asking questions dude.
|OnEHiTwOnDeR|SoCal
12-30-2007, 02:30 AM
omg lol i never got mad i was just clearing things up....anyways request it on amxx forums ....
{DwP} 325th ABN
12-30-2007, 05:10 AM
hey no problems man, it is always so hard to hear someones words and tone through a post. i appriecate your help no worries on my end. ill let it lay i will probably never request anything on amxx forums. dont even care to visit there.
blobby
12-30-2007, 02:18 PM
OMG why do people have to get so angry over things let the Developers see the topic and maybe they can help you out i would love to help you but i just haven't got the time ATM all my plugins have had to come to a standstill until the new year is here and other things but im sure someone will think of something to help you out
Regards
Blobby
{DwP} 325th ABN
12-30-2007, 05:12 PM
noone is angry here im sure onehit and i can do angry better than that, if anyone finds anything let me know, if not hell no probs
|OnEHiTwOnDeR|SoCal
12-31-2007, 04:28 AM
here.
nextmap.amxx has to be running
#include <amxmodx>
public plugin_init()
{
register_concmd("amx_next","SwitchMap",ADMIN_MAP,"Changes the map to the next one in the cycle.")
return PLUGIN_CONTINUE
}
public SwitchMap(id)
{
new nextmap[32]
get_cvar_string("amx_nextmap",nextmap,31)
if(!nextmap[0])
{
client_print(id,print_console,"Next map not found. Make sure you are running nextmap.amxx.")
return PLUGIN_HANDLED
}
server_cmd("changelevel %s",nextmap)
return PLUGIN_HANDLED
}
=|[76AD]|= TatsuSaisei
12-31-2007, 04:21 PM
Actually I understand what he is asking for... what he wants is plugin that can "read" the maps directory and knows what the next alphabetical map is after the one currently being played on...
amx_nextmap is to go to the next map "listed" in the map cycle... but he doesn't want to or doesn't have all 600+ maps in the list (a bit tedious to try and do by hand)
If I get some time I will make something... but if anyone else can do this before I can get to it then by all means... I just can not publicly commit to doing it right now...
{DwP} 325th ABN
12-31-2007, 08:34 PM
onehitwonder thanks for your post and time in that. is helpful info there yes yes. Tatsu you hit it man thats what i would like, now let me say this. if there is way to much involved in that dont sweat it. and no rush on anything either just glad it is possible would help out running through the maps
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.