Example #1
0
 function onPlayerNeedAlliesHelp($login)
 {
     $this->gui->hideWaitingScreen($login);
     $this->gui->showAlliesHelp($login, \ManiaLive\Gui\ActionHandler::getInstance()->createAction(array($this, 'onCloseAlliesHelp')));
 }