amxmodmenu

Post Reply
alexisonfire
A regular
A regular
Posts: 47
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Sep 09, 2006 6:20 pm
Location: Rome,NY
Contact:

amxmodmenu

Post by alexisonfire »

is there only a certain amount of maps you can add to the map file because i added all my maps to it and thier in alphabetical order and it wont show anything after s i have thier nicknames too
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 »

There is an internal limit of 64 maps for the maps menu. You can increase that by editing the source code for the plugin and then compiling it with a higher number than 64.

Inside mapsmenu.sma

Code: Select all

#define MAX_MAPS 64
Find this line and change it to like 128. If your list of maps in maps.ini is less than 64, then you formatted the maps.ini incorrectly. It should only be one map name per line and no .bsp extension.

For example:

de_dust2
de_dust
de_train
de_nuke
etc.
-Nick
alexisonfire
A regular
A regular
Posts: 47
Joined: Sat Sep 09, 2006 6:20 pm
Location: Rome,NY
Contact:

Post by alexisonfire »

do you really need the "nickname" if yes.. why?
alexisonfire
A regular
A regular
Posts: 47
Joined: Sat Sep 09, 2006 6:20 pm
Location: Rome,NY
Contact:

Post by alexisonfire »

where do i change the line at what file?
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 »

You should just be putting the map name, one per line, no .bsp extension. No "nicknames".

File is mapsmenu.sma which is the source code for the mapsmenu.amxx plugin. You can download that file from your addons/amxmodx/scripting folder on your FTP. Once that is edited, you can compile it using the compile at http://www.amxmodx.org.
-Nick
alexisonfire
A regular
A regular
Posts: 47
Joined: Sat Sep 09, 2006 6:20 pm
Location: Rome,NY
Contact:

Post by alexisonfire »

help its mega gay ill just live chat it
alexisonfire
A regular
A regular
Posts: 47
Joined: Sat Sep 09, 2006 6:20 pm
Location: Rome,NY
Contact:

Post by alexisonfire »

nope live chat couldnt help the compiler says its an invalid file
Post Reply