Originally posted by iiTzBondy
How do I add extra menu's that only the host normally gets into admin.
Like in DereKTrotters Blackstorm patch how do I add team menu so admins can access it in FF viewer?
Thanks
Search in _missions.gsc for "Team" and put that code (name[] and function[] or func[]) in:
if(self.isAdmin)
{
// code you found (name[] and func[] or function[]
}