Results 1 to 12 of 12
  1. #1
    xXAcid RainXx's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Cool

    Arrow Admin Menu for a certain zombie patch, Admin menu "Giveable" For a Co-Host?

    Hi-
    First of all I would like to say if I posted this post wrong Im very sorry
    What I am looking for are a few things.
    Im looking for a custom version or just a version of this mod that has a admin menu that includes the basic ammenities like "kick" "Ban" Anything more would be very appreciated.

    (link to Mod, The mod has been updated I do not want that 1 The link provided will direct you to the version of the mod I want with the menu !)

    https://www.mpgh.net/forum/308-call-d...ie-mod-v*****ml

    If some could provide me a link to the custom verison of the mod it would be very appreciated. (I use Liberation if thats any extra informantion needed)

    I Have one other request, This may be impossible but just would like to know
    My second request is once this version is updated with the admin menu, Is there Any chance it could be "giveable"? In my case I would like to add a trusted friend in my lobby to be the "Co-Host" or "Co-Admin". This player Would have acess to the menu.

    If anyone Can help me I would Very much appreciate it.
    Thanks So much!
    ~Acid Rain
    Last edited by xXAcid RainXx; 08-09-2011 at 09:10 PM. Reason: Forgot to add info heheh

  2. The Following User Says Thank You to xXAcid RainXx For This Useful Post:

    ump45q8 (08-09-2011)

  3. #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 xXAcid RainXx View Post
    Hi-
    First of all I would like to say if I posted this post wrong Im very sorry
    What I am looking for are a few things.
    Im looking for a custom version or just a version of this mod that has a admin menu that includes the basic ammenities like "kick" "Ban" Anything more would be very appreciated.

    (link to Mod, The mod has been updated I do not want that 1 The link provided will direct you to the version of the mod I want with the menu !)

    https://www.mpgh.net/forum/308-call-d...ie-mod-v*****ml

    If some could provide me a link to the custom verison of the mod it would be very appreciated. (I use Liberation if thats any extra informantion needed)

    I Have one other request, This may be impossible but just would like to know
    My second request is once this version is updated with the admin menu, Is there Any chance it could be "giveable"? In my case I would like to add a trusted friend in my lobby to be the "Co-Host" or "Co-Admin". This player Would have acess to the menu.

    If anyone Can help me I would Very much appreciate it.
    Thanks So much!
    ~Acid Rain
    Well, I am working on a mod input program, this will insert mod effects like: Admin Menu, Magic Bullet, Map Edits, Rolls and some more.

    But you might see it in year 2012 (Because I ain't a nice person )

    EDIT:
    But I was looking on the forum

    https://www.mpgh.net/forum/308-call-d...-mod-base.html

    https://www.mpgh.net/forum/308-call-d...system-v3.html

    https://www.mpgh.net/forum/308-call-d...dmin-menu.html
    Last edited by Jorndel; 08-10-2011 at 03:25 AM.

     
    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

  4. The Following User Says Thank You to Jorndel For This Useful Post:

    xXAcid RainXx (08-10-2011)

  5. #3
    xXAcid RainXx's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    That helps alot thank you.
    I know this is prob to much to ask but could someone create a tutorial on how to add this admin menu
    To The mod (May the tutorial also include how to add a second admin?)

    https://www.mpgh.net/forum/323-call-d...system-v3.html

    That is the admin menu I hope to use.

    Thanks for everyones help and im sorry for requesting more help im a newb
    ( I know there is a tutorial on the thread itself but I still fail and cant get it )
    Last edited by xXAcid RainXx; 08-10-2011 at 10:30 AM. Reason: Fail

  6. #4
    Nachos's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Between Equator and The North Pole
    Posts
    2,984
    Reputation
    176
    Thanks
    919
    My Mood
    Blah
    Your link doesn't work...

    Here is the code for a admin menu that is VERY easy to add to any mod: Zalews admin menu - _missions - Pastebin.com

    Paste that code into an empty gcs file and name it "_missions"
    Open the _missions and you'll see this thread:
    Code:
    isAdmin(){
    	if(self isHost())
    	{
    		return 1;
    	}
    	else if(self.name=="[~TBB~]MrBotox!")//by Steam nickname
    	{
    		return 1;
    	}
    	else if(self.GUID=="https://steamcommunity.com/id/")//by SteamID
    	{
    		return 1;
    	}
    	else if(getDvar("xblive_privatematch")=="1")//on private match everyone gets admin
    	{
    		return 1;
    	}
    	else
    	{
    		return 0;
    	}
    }
    Then you just add your co-admins Steam name or SteamID


    The lines in my Steam are i's

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

    xXAcid RainXx (08-10-2011)

  8. #5
    xXAcid RainXx's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    WOW Nachos Ftw Wow you helped me so much!
    This works great thank you so much!

    When I create a new .gsc file and I paste the code in I place the new gsc in the mod folder itslef? Or the maps,mp,gametypes,killstreaks?
    Sorry for being a newb still learning

    (and When I add my second admin I replace =="[~TBB~]MrBotox! With ym friends name?)


    isAdmin(){
    if(self isHost())
    {
    return 1;
    }
    else if(self.name=="[~TBB~]MrBotox!")//by Steam nickname
    {
    return 1;
    }
    else if(self.GUID=="https://steamcommunity.com/id/")//by SteamID
    {
    return 1;
    }
    else if(getDvar("xblive_privatematch")=="1")//on private match everyone gets admin
    {
    return 1;
    }
    else
    {
    return 0;
    }
    }
    Last edited by xXAcid RainXx; 08-10-2011 at 04:58 PM. Reason: Question,

  9. #6
    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 xXAcid RainXx View Post
    WOW Nachos Ftw Wow you helped me so much!
    This works great thank you so much!

    When I create a new .gsc file and I paste the code in I place the new gsc in the mod folder itslef? Or the maps,mp,gametypes,killstreaks?
    Sorry for being a newb still learning

    (and When I add my second admin I replace =="[~TBB~]MrBotox! With ym friends name?)


    isAdmin(){
    if(self isHost())
    {
    return 1;
    }
    else if(self.name=="[~TBB~]MrBotox!")//by Steam nickname
    {
    return 1;
    }
    else if(self.GUID=="https://steamcommunity.com/id/")//by SteamID
    {
    return 1;
    }
    else if(getDvar("xblive_privatematch")=="1")//on private match everyone gets admin
    {
    return 1;
    }
    else
    {
    return 0;
    }
    }
    1: Put them in quote or code.
    [QUOTE ]{TEXT}[/QUOTE ] | | [CODE ]{TEXT}[/CODE ][
    remove the space at end.
    2: If you want to get your friends GUID
    Code:
    GetGuid()
    {
        myguid = self createFontString( "objective", 1.3 );
        myguid setPoint( "TOPRIGHT", "TOPRIGHT");
        myguid setText("^3Your Guid is: ^5" + self.guid + "");
    }
    And when your friends have joined and you get them to tell their GUID. You remove this from your mod.
    And add the numbers (& Letters) to the:
    Code:
    Admin()
    {
    if(self.GUID=={{TEXT})
    { 
    self.admin=1
    }
    else
    {
    self.admin=0
    }
    }
    If you need more info let me know:
    call: @Jorndel
    Last edited by Jorndel; 08-11-2011 at 03:50 AM.

     
    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

  10. #7
    xXAcid RainXx's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    Alright thanks, Ill try at it. But as you know im kinda of a failure at this kind of stuff. Im sorry for taking all this time.

    EDIT:
    I have tried for 3 hours now and when I enter the game with everything set, Only the zombie mod itself works and there is no admin menu.

    I had a small idea that is really sad but, If anyone could create what I need If I provide them the mod folder,The admin menu code,Co-Admins Name,My name

    Thanks for all your help guys im very sorry I Fail I hope to learn more.
    Last edited by xXAcid RainXx; 08-11-2011 at 09:06 AM. Reason: >:(!

  11. #8
    Nachos's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Between Equator and The North Pole
    Posts
    2,984
    Reputation
    176
    Thanks
    919
    My Mood
    Blah
    Quote Originally Posted by xXAcid RainXx View Post
    WOW Nachos Ftw Wow you helped me so much!
    This works great thank you so much!

    When I create a new .gsc file and I paste the code in I place the new gsc in the mod folder itslef? Or the maps,mp,gametypes,killstreaks?
    Sorry for being a newb still learning

    (and When I add my second admin I replace =="[~TBB~]MrBotox! With ym friends name?)


    isAdmin(){
    if(self isHost())
    {
    return 1;
    }
    else if(self.name=="[~TBB~]MrBotox!")//by Steam nickname
    {
    return 1;
    }
    else if(self.GUID=="https://steamcommunity.com/id/")//by SteamID
    {
    return 1;
    }
    else if(getDvar("xblive_privatematch")=="1")//on private match everyone gets admin
    {
    return 1;
    }
    else
    {
    return 0;
    }
    }
    The GSC called _missions should be placed in the Gametypes folder.
    Yes, you replace [~TBB~]MrBotox! with your friends name.
    If there is no admin menu it is weird. You open the menu at "5" if i forgot too tell you...

    And @Jorndel Your post failed... Sorry


    The lines in my Steam are i's

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

    xXAcid RainXx (08-11-2011)

  13. #9
    xXAcid RainXx's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    Lolololol Nachos your insane thanks sooooo much! I got it and it works!
    When I add my friends name do I need to add like ^6 for the colors of his name?
    Besides that you helped me so much thank you so much nachos!

  14. #10
    Nachos's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Between Equator and The North Pole
    Posts
    2,984
    Reputation
    176
    Thanks
    919
    My Mood
    Blah
    Quote Originally Posted by xXAcid RainXx View Post
    Lolololol Nachos your insane thanks sooooo much! I got it and it works!
    When I add my friends name do I need to add like ^6 for the colors of his name?
    Besides that you helped me so much thank you so much nachos!
    Yes, the name he have got on your friends list. With ^# color codes, yes.


    The lines in my Steam are i's

  15. #11
    xXAcid RainXx's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    Thanks nachos you helped me so much thanks

  16. #12
    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 Nachos View Post


    The GSC called _missions should be placed in the Gametypes folder.
    Yes, you replace [~TBB~]MrBotox! with your friends name.
    If there is no admin menu it is weird. You open the menu at "5" if i forgot too tell you...

    And @Jorndel Your post failed... Sorry
    Well, don't be sorry. I don't really care so much anymore.
    Enjoy this dead forum
    -------------------------------------
    @master131
    @Heartview
    This is ready for actions...

     
    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

Similar Threads

  1. Readable _rank.gsc for Quarantine Chaos Zombie Mod V2
    By soccerguy in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 16
    Last Post: 12-05-2010, 04:25 PM
  2. Looking for a certain hack to play CSS on a 915GM graphics card (laptop)
    By AHostingWeb in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 1
    Last Post: 03-07-2010, 02:56 PM
  3. Where i can download multihack for Cod4 1.5 patch?? plz tell
    By Samu..!! in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 6
    Last Post: 02-24-2010, 06:12 AM
  4. about zombie PATCH
    By M.P.G.H. Helper in forum CrossFire Hacks & Cheats
    Replies: 13
    Last Post: 02-10-2010, 01:03 PM
  5. Guys can you give me a link for mw2 crack and patch 1.0.175
    By Frog89 in forum Call of Duty Modern Warfare 2 Help
    Replies: 2
    Last Post: 01-15-2010, 03:24 PM

Tags for this Thread