Results 1 to 3 of 3
  1. #1
    Gutih's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    3

    Question MW2 Ultimate Admin System without other mod

    Hi! I want to use this mod: https://www.mpgh.net/forum/showthread.php?t=176589 but I only found tutorials for add it to other mod.

    The problem is I only want to use it, without other mod.
    What do I have to do?

  2. #2
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by Gutih View Post
    Hi! I want to use this mod: https://www.mpgh.net/forum/showthread.php?t=176589 but I only found tutorials for add it to other mod.

    The problem is I only want to use it, without other mod.
    What do I have to do?


    Well, you could call the function from the GSC file. The function to activate the menu:
    Code:
    self maps\mp\gametypes\*FileName without  .gsc*::*Main Function Name*();
    You would add this code to the _rank.gsc where you would add an check if the player presses an button, and then call the function like showed above.
    Code:
    keypressCheck()
    {
    self notifyOnPlayerCommand("N", "+actionslot 1"); //Assigns N to actionslot 1
    for(;;)
    {
    self waittill("N"): //Waits til someone presses N
    **HERE YOUR FUNCTION GOES**
    }
    }
    Key detection copy from: master131 here
    Last edited by Jorndel; 06-07-2015 at 02:18 PM.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  3. #3
    akim14's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    896
    Reputation
    293
    Thanks
    5,054
    My Mood
    Doh
    @Gutih solved?
    [IMG]
    MPGH Member since 10. 21. 2009
    CoD section Minion 22. 01. 2015 - 23. 02. 2017
    GTA section Minion 15. 07.2015 - 23. 02. 2017
    Minion+ 27. 01. 2016 - 23. 02. 2017
    Skype Impersonator: mpgh.akim14. (always use skype buton on my profile and contact me here)

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. MW2 Ultimate Admin System v3
    By iZ3RO in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 84
    Last Post: 01-29-2011, 10:29 AM
  3. [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
  4. [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
  5. 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