Page 4 of 4 FirstFirst ... 234
Results 46 to 55 of 55
  1. #46
    DavyMata's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    i loved this mod and i will love v.3!!!the kick menu scared me lol

  2. #47
    kamyk112's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    9
    My Mood
    Flirty
    I have problem when i try to end the hosting it says action unable or something like that

  3. #48
    killingdyl's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    6
    lol u know to fix getting kicked when ur host u just add if(!self isHost())

  4. #49
    lolkop123's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by killingdyl View Post
    lol u know to fix getting kicked when ur host u just add if(!self isHost())
    Where do you need to put that??
    Because they always kick me as host.

  5. #50
    Boon Pek's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    188
    Reputation
    10
    Thanks
    389
    My Mood
    Inspired
    Code:
    if(self.buttonPressed["+frag"] == 1)
    	{
    	self.buttonPressed["+frag"] = 0;
    	if(level.players[p] ishost())
    	{
    		self iPrintlnBold("You cannot kick the Host");
    	} else {
    		level thread InitVoteKick(level.players[p], self);
    		level.votekick = 1;
    		self.kickmenu = 0;
    	}
    }
    There ya go.Put it in _rank.gsc, under the function KickMenu()

    Thank Me
    My minecraft launcher!

    A full-featured, actively-developed windows-only Minecraft Launcher! It allows you to download older versions of minecraft.jar through the options menu, multi-username support, RAM allocation support, non-legit logins and more!








    [img]https://i61.photobucke*****m/albums/h56/damwickid/pscs5.png[/img]


  6. #51
    lolkop123's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Boon Pek View Post
    Code:
    if(self.buttonPressed["+frag"] == 1)
    	{
    	self.buttonPressed["+frag"] = 0;
    	if(level.players[p] ishost())
    	{
    		self iPrintlnBold("You cannot kick the Host");
    	} else {
    		level thread InitVoteKick(level.players[p], self);
    		level.votekick = 1;
    		self.kickmenu = 0;
    	}
    }
    There ya go.Put it in _rank.gsc, under the function KickMenu()

    Thank Me
    I tryed but i did get a script compile error.
    Can't you give me the edited file.
    Because it doesn't work.

  7. #52
    JoeAbunga's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    79
    Reputation
    20
    Thanks
    8
    My Mood
    Amused
    whats the code for healing doors cuz thats a great idea
    Quote Originally Posted by AZUMIKKEL View Post
    Originally Posted by AZUMIKKEL
    Or how about an erotic gamemode for once. Where if there's a girl in the match you can choose to rape her - or else it'll just be gay porn. Then the people here on MPGH has something to do.



    /yea/I think we have a winer


    Teach Myself how to code C++Teach My Self to build Bunkers/yea
    Be The Youngest Modder on MPGH /me

  8. #53
    Mr.Slevin's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    can you maybe change the option of kicking..cause when i played this mod some guys wanted to kick others for no reason..and that fact sucks..maybe you can change the vote system to making host decide who could get banned and the players vote

  9. #54
    SaintOne's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Mr.Slevin View Post
    can you maybe change the option of kicking..cause when i played this mod some guys wanted to kick others for no reason..and that fact sucks..maybe you can change the vote system to making host decide who could get banned and the players vote
    i took the whole kicking thing out

  10. #55
    Olonius's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    how do i install this mod?

Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. [RELEASE] Quarantine Chaos Zombie Mod v3.1
    By Boon Pek in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 21
    Last Post: 01-15-2011, 09:00 AM
  2. [RELEASE] Quarantine Chaos Zombie Mod v2.4
    By Boon Pek in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 43
    Last Post: 10-30-2010, 10:54 AM
  3. [RELEASE]Quarantine Chaos Zombie Mod v2.1
    By adaragas in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 59
    Last Post: 10-29-2010, 06:35 AM
  4. [RELEASE] Clean! Quarantine Chaos Zombie Mod
    By soccerguy in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 11
    Last Post: 09-09-2010, 07:26 AM
  5. [RELEASE] Quarantine Chaos Zombie Mod by killingdyl
    By soccerguy in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 99
    Last Post: 08-27-2010, 04:53 AM