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...