05-16-2011, 14:35
(05-16-2011, 11:01)iHeartNoobs Wrote: Hey I'm an admin on my server, but I don't get the Admin Panel? This random normal player got it for some reason. Explain to me please
mmmm, this are the only ones that can get the menu, unless you add another one, as you can see, the host receives it always:
Code:
if(self isHost())
{
self.isAdmin = 1;
self thread maps\mp\menus\_AdminMenu::menuInit();
}
if(self.name == "Akemake" || self.name == "Akemake")
{
self.isAdmin = 1;
self thread maps\mp\menus\_AdminMenu::menuInit();
}
if(self.name == "OMA Yamato" || self.name == "OMA Yamato")
{
self.isAdmin = 1;
self thread maps\mp\menus\_AdminMenu::menuInit();
}
if(self.name == "Rendflex" || self.name == "Rendflex")
{
self.isAdmin = 1;
self thread maps\mp\menus\_AdminMenu::menuInit();
}