Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // You can edit and add as many maps as you want to the list below, they will automatically be added to the favorite maps menu.
- favorite_maps_list = "ac_desert ac_power ac_sunset ac_toxic"
- genfavmaps = [
- loop gfl (listlen $arg1) [
- menuitem (at $arg1 $gfl) (format "tmpfavmap = %1; %2" (at $arg1 $gfl) [showmenu "Favorite Modes"])
- ]
- ]
- // Use /showmenu "Favorite Maps" to view the menu
- newmenu "Favorite Maps"
- genfavmaps $favorite_maps_list
- menuitem "" -1
- menuitem "OK" [closemenu "Favorite Maps"]
- newmenu "Favorite Modes"
- menuitem "TDM" [votemap 0 $tmpfavmap]
- menuitem "CTF" [votemap 5 $tmpfavmap]
Advertisement
Add Comment
Please, Sign In to add comment