Page 1 of 6 123 ... LastLast
Results 1 to 15 of 85

Hybrid View

  1. #1
    iZ3RO's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    191
    Reputation
    32
    Thanks
    536
    My Mood
    Stressed

    MW2 Ultimate Admin System v3

    MW2 Ultimate Admin System (Menu) v3
    Hey what's up guys?
    I am back with another amazing mod for you. After seeing how many people had trouble with my first menu, I decided that I would build an easier menu. At first it was only going to be a kick menu but I got bored, so I decided to add on to it a bit. After about 3 days of adding s**t, I am finally happy with this. Enough so that I can share it with the community. This new menu has EVERYTHING you need to run a server, or even have it run itself. It allows admin adding (easy), map changing, gametype changing, some settings you can toggle, a kick menu, and a notification system, all built into 1 single file and accessed with only 1 line of coded necessary in your mod.

    What is it?:
    The Ultimate Admin System v3 is a brand new admin system for any mod designed with ease of use, and to allow as much function, with as little code as possible. It is also open-source, allowing free editing.

    What is so new about your menu?:
    Well, my first menu was a modification of a pre-made kick menu, created by K Brizzle.
    The old version was designed for the host only, to make live hosting easier. This is nice and all but dedicated servers need more than that. This new menu allows multi-user access, has multiple pages sorted neatly, and allows more flexibility with admins. It also has the following:

    • In-Game Gametype Changer
    • In-Game Map Changer
    • Map Rotation Toggle
    • Hardcore Mode Toggle
    • Diehard Mode Toggle
    • MegaMode Toggle (Look before you ask)
    • Restart Map Function
    • End Game Function
    • Force to Lobby Function
    • Beautiful Kick Menu
    • Slay Menu
    • Blind Menu
    • Freeze Menu


    You can clearly see that this menu (admin system) has a ton of options that the last menu did not have.

    More Info:
    Even though my last menu was a success, I was correct in saying that I would be flamed for the encryption. Well because of popular request, I am releasing my new v3 menu open-source to allow free editing. I have not encrypted a single bit of code and the menu is ready to be edited. I will also be offering any support you need via PM or AIM (xZ3ROxPROJ3CTx).

    How to add to a mod:
    1. Open your mods main file
    2. Locate your onPlayerSpawned(); thread
    3. Find for(;; ) in the thread
    4. Add the following line of code ABOVE for(;; )


    Code:
    if(self.GUID == "0110000103d48b31" || self isHost() || self.GUID == "") { self thread maps\mp\mods\_KickMenu::menuInit(); }
    Menu Controls:
    • [+actionslot 2] - Open/Close Menu
    • [W] - Scroll Up
    • [S] - Scroll Down
    • [A] - Scroll Left
    • [D] - Scroll Right
    • [Space] - Select Option

    Controls are also displayed on your screen in some form, at all times, to avoid confusion.

    Credits:
    • ZerO (iZ3RO) - Menu Creation
    • Zalew - Calling me a selfish bastard on my birthday
    • PhantomGamers - Beta Testing/Syntax Checking
    • [CoD6HMod]Nukem (b0mber21) - Beta Testing/Syntax Checking
    • Zalew - Calling me a selfish bastard on my birthday


    Download:



    I have put quite a bit of effort into making this menu, and making sure it was simple to use, so I hope you have a simple time editing and I hope you enjoy the new open-source version.

    Enjoy,
    ~ZerO

  2. The Following 30 Users Say Thank You to iZ3RO For This Useful Post:

    ♪~ ᕕ(ᐛ)ᕗ (08-08-2010),-V2-ReapZz (10-22-2016),648DFSsdQ#$4 (08-21-2010),AZUMIKKEL (08-08-2010),B4M (08-07-2010),Bizzeeh (01-20-2013),cgallagher21 (08-08-2010),Disco // (08-08-2010),ditandsin (09-30-2010),Domen (08-23-2010),dtone (03-23-2012),Gabbe (08-30-2010),gijsone (11-05-2011),I-Love-You (10-07-2010),ivals (11-03-2010),killerke50 (09-02-2010),kluxtine (09-02-2010),MasterFreeze (08-23-2010),mech783000 (12-16-2010),Mr.Mackey (09-12-2010),MuLtiHuNTeR (09-08-2010),Orichumaru (09-24-2010),razorbaacks (09-20-2010),rkaf (08-08-2010),rovald (10-09-2010),smithhamid (07-27-2016),soups (10-10-2010),TheLynx (08-07-2010),themodder (10-19-2010),xxxglobe888xxx (05-30-2011)

  3. #2
    TheLynx's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Sverige
    Posts
    366
    Reputation
    10
    Thanks
    42
    My Mood
    Happy
    Thx, i Will be using this 1

  4. #3
    Orgasmatronnn's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    Nice very Nice

  5. #4
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    I thought this won't be public..

    However, I like the credits list
    [center]

    Back in '10



    Got a question?PM/VM me!
    I read them all.
    Also contact me via MSN.
    vlad@mpgh.net

    Minion since:07-04-2010
    Mod since:08-31-2010
    Till : 05.07.2011

  6. #5
    iZ3RO's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    191
    Reputation
    32
    Thanks
    536
    My Mood
    Stressed
    Yeah, I had a conversation with a friend and we decided that I was a bit harsh. I also decided that Zalew's menu was choppy, way to long, and hard on the eyes. So I released this as open-source. I figured it would get more use that way.

  7. The Following User Says Thank You to iZ3RO For This Useful Post:

    B4M (08-07-2010)

  8. #6
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    Quote Originally Posted by iZ3RO View Post
    Yeah, I had a conversation with a friend and we decided that I was a bit harsh. I also decided that Zalew's menu was choppy, way to long, and hard on the eyes. So I released this as open-source. I figured it would get more use that way.
    Ahh..ok..

    Happy birthday..
    [center]

    Back in '10



    Got a question?PM/VM me!
    I read them all.
    Also contact me via MSN.
    vlad@mpgh.net

    Minion since:07-04-2010
    Mod since:08-31-2010
    Till : 05.07.2011

  9. #7
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    pretty thanks man!

  10. #8
    Disco //'s Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    1,550
    Reputation
    7
    Thanks
    124
    My Mood
    Cynical
    Showw...Can you say...Great job

  11. #9
    rkaf's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    OPEN RIGHT NOW!! <--- ADD MPGHRKAF
    Posts
    748
    Reputation
    73
    Thanks
    1,633
    My Mood
    Yeehaw
    mmm nice i was thinking about a menu this gives me some basics to work with thanks!

  12. The Following User Says Thank You to rkaf For This Useful Post:

    kaf073 (08-16-2010)

  13. #10
    Lukas9950's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    1
    Hello,

    really nice work. But i have a problem.

    I opened VAC Chaos, started MW2, then the Modloader and opened your menu (Folder is Test\maps\mp and Filename _KickMenu.gsc).

    It's not working ingame - i pressed all possible keys :/

  14. The Following User Says Thank You to Lukas9950 For This Useful Post:

    elhamratr (01-24-2012)

  15. #11
    Josephlittle™'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    GSC Modding Section
    Posts
    1,345
    Reputation
    26
    Thanks
    562
    My Mood
    Devilish
    Quote Originally Posted by Lukas9950 View Post
    Hello,

    really nice work. But i have a problem.

    I opened VAC Chaos, started MW2, then the Modloader and opened your menu (Folder is Test\maps\mp and Filename _KickMenu.gsc).

    It's not working ingame - i pressed all possible keys :/
    if you can actually run the game, then you didnt inject it right

  16. The Following User Says Thank You to Josephlittle™ For This Useful Post:

    elhamratr (01-24-2012)

  17. #12
    Edlmann's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Main.pas
    Posts
    1,386
    Reputation
    15
    Thanks
    407
    My Mood
    Sneaky
    Awesome job, and good idea to make it open source will improve it a lot (i hope)

  18. #13
    iZ3RO's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    191
    Reputation
    32
    Thanks
    536
    My Mood
    Stressed
    Quote Originally Posted by Lukas9950 View Post
    Hello,

    really nice work. But i have a problem.

    I opened VAC Chaos, started MW2, then the Modloader and opened your menu (Folder is Test\maps\mp and Filename _KickMenu.gsc).

    It's not working ingame - i pressed all possible keys :/
    Did you call the file in your mod? Make sure you did, as you can't USE the menu before you add it.

  19. #14
    techeveryday's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    I need help !
    if i go download where i download it ?

  20. #15
    madmax130's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Nice adminmenu!

    Only 1 problem, when i play S en D in de 2nd round i cant use it anymore :s

    thanks,

    MADMAX

Page 1 of 6 123 ... LastLast

Similar Threads

  1. [Release] BO Ultimate Admin System V1
    By alistair4322 in forum Call of Duty Black Ops Server & GSC Modding
    Replies: 21
    Last Post: 12-18-2013, 10:07 AM
  2. [Tutorial] MW2 Ultimate Admin System v3 Guide Made Simple
    By ThrowTheCat in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 8
    Last Post: 10-30-2010, 11:47 AM
  3. [Solved]pre compiled ultimate admin system
    By rmk1379 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 10-10-2010, 03:06 AM
  4. MW2 Ultimate Admin System (Menu)
    By iZ3RO in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 67
    Last Post: 09-20-2010, 09:46 AM
  5. Admin system
    By aagibcheat in forum Call of Duty Modern Warfare 2 Help
    Replies: 13
    Last Post: 09-08-2010, 06:14 AM