Results 1 to 2 of 2
  1. #1
    Flxid's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    [HELP] How Do I make My friend admin??

    Im running the Quarantine Zombie chaos Mod v5 And I dont know how to add second admin
    Im the current admin But I dont know how to add second one! PLEASE HELP!

    Here the code.
    Code:
    onPlayerSpawned()
    {
    	self endon("disconnect");
    
    	self.isAdmin = 0;
    
    	if(self.name == "Flxid" || self isHost())
    	{
    		self thread maps\mp\mods\AdminMenu::menuInit();
    		self.isAdmin = 1;
    	}
    
    	for(;;)
    	{
    		self waittill("spawned_player");
    		self thread doSpawn();
    	}
    }
    Please Help Guys Lol!
    Last edited by Flxid; 07-18-2013 at 07:56 PM. Reason: Title

  2. #2
    R E T R O's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    3
    After isHost(), but before the last ), add another self.name == "Flxid" but replace Flxid with your freinds name.

    It would be

    if(self.name == "Flxid" || self isHost() || self.name == "FRIENDSNAME")

Similar Threads

  1. How quickly can you make your friend block you?
    By CheeseTea in forum Spammers Corner
    Replies: 3
    Last Post: 03-05-2018, 12:29 PM
  2. how can i make my friends join my party?
    By Mister Krister in forum Call of Duty Modern Warfare 2 Help
    Replies: 14
    Last Post: 08-13-2010, 03:51 PM
  3. how can i make my friends join my party?
    By Mister Krister in forum Call of Duty Modern Warfare 2 Help
    Replies: 2
    Last Post: 08-12-2010, 11:43 PM
  4. [Help] How to make auto- friend deleter
    By screeniepeople in forum Combat Arms Europe Hacks
    Replies: 2
    Last Post: 06-25-2010, 11:09 PM
  5. [Tutorial] How to make a WarRock Admin Account (Fake)
    By Snape in forum WarRock Discussions
    Replies: 15
    Last Post: 03-15-2010, 11:34 AM