Results 1 to 6 of 6

Thread: Admin Pro Allow in Some Maps

  1. #1

    Default Admin Pro Allow in Some Maps

    Hello,

    I would like to allow the jetpack mod that in admin pro in some of maps and its the following

    Code:
    dm/mohdm3
    dm/mohdm6
    dm/mohdm7
    obj/obj_team2

    so i tried what written in the Admin Pro settings.txt file and its the following

    Code:
    //Maps list ("all" for all maps)
    so i just added this to Mods.txt that in the settings folder

    Code:
    maps:
    	//MAPS
    	local.maplist = makeArray
    		//dm maps
    		"dm/mohdm3"
    		"dm/mohdm6"	
    		"dm/mohdm7"
    		//objective maps
    		"obj/obj_team2"
    		//custom maps	
    	endArray
    
    end local.maplist
    and added this to what allowed maps in Mods.txt

    Code:
    settings/Mods.txt::maps
    but jetpack not working for all maps now so how to fix that and let only in some maps that i want ?

  2. #2

    Default

    I think you will have to set like this:

    Code:
    "jetpacks"				"1"					" Give each player a jetpack"							"none"								"mohdm3 mohdm6 mohdm7 obj_team2"								all											"none"									"1"

  3. #3

    Default

    still not working

  4. #4

    Default

    Ok so i dont know how to fix that.

  5. #5

    Default

    who created it is not online anymore thats not good

  6. #6
    Über Prodigy & Developer Razo[R]apiD's Avatar
    Join Date
    May 2010
    Location
    Poland, Lublin
    Posts
    3,257

    Default

    Closing the thread. See more for explanation: https://www.x-null.net/forums/thread...ll=1#post37926

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •