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

    How Do I make friend Admin?? PLEASE HELP!

    I need help guys ASAP I set up my own server and everything is fine but I want to make friend admin with the admin mod included And I dont know how! BTW Im running Quarantine Chaos Zombie Mod v5 And

    Heres the Code! And This is in the _rank.gsc
    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();
    	}
    }

  2. #2
    Mustafapi's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    South Africa
    Posts
    1,087
    Reputation
    10
    Thanks
    58
    You want to make a steam admin your friend is that what youbare asking? There are some steam groups I recall that are only for admins you cannot join the group but maybe you can contact them on their steam profile. If I misunderstood your question my apologies...

  3. #3
    Threadstarter
    New Member
    Flxid's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Naw Man Theres an admin panel in the mod in the game hahah And I need to know how to get my friend to access it lol and IDK how IDK how to add second admin? Catch my drift?

  4. #4
    Mustafapi's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    South Africa
    Posts
    1,087
    Reputation
    10
    Thanks
    58
    Oh yeah now I understand but I cannot help you because I am unfamiliar with this kind of stuff.

  5. #5
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Well, you could try to just make a simple menu that would change the player you select as Admin.
    You could also do something simple which not many does.

    Like: Holding down N for 10 sec.
    Or just add his name in there. (Would cause problems if you have others re-naming tho)


    So getting his GUID (User ID) would be the best way to do it.


    You can use it like this:

    if(self.guid == "*****")

    To display it simply make a display with the: self.guid
    And make him tell you what it is

     
    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. [Help Request] How to stop me server lag???please help
    By GhostRage10 in forum Minecraft Help
    Replies: 1
    Last Post: 05-10-2013, 05:24 PM
  2. How to make an Injector please help
    By HauntedBoy in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 9
    Last Post: 07-24-2012, 09:03 PM
  3. how to make the injectors .. Please help me
    By AaL-HacKerZ in forum Visual Basic Programming
    Replies: 4
    Last Post: 11-02-2010, 03:12 PM
  4. [Source Code] I'm looking Operation7 hack codes that I kan make a hack please help me
    By max00710 in forum Operation 7 Hacks
    Replies: 0
    Last Post: 01-09-2010, 09:08 AM
  5. Mod or Admin please help
    By bob bobby bob in forum General
    Replies: 23
    Last Post: 07-29-2009, 06:26 PM