HelpHow Do I make friend Admin?? PLEASE HELP!

Posts 15 of 5 · Page 1 of 1
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();
	}
}
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...
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?
Oh yeah now I understand but I cannot help you because I am unfamiliar with this kind of stuff.
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
Posts 15 of 5 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?