
Code: Select all
PHP Fatal error: Call to a member function hide() on a non-object in /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/Gui/Windowing/WindowHandler.php on line 516
Moderator: NADEO
Code: Select all
PHP Fatal error: Call to a member function hide() on a non-object in /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/Gui/Windowing/WindowHandler.php on line 516
Code: Select all
$modList[] = $mods->toArray();
Code: Select all
$modList[] = $mod->toArray();
Code: Select all
if ($this->currentChallenge->nbLaps > 0)
{
$totalChecks = $this->currentChallenge->nbCheckpoints * $this->currentChallenge->nbLaps;
}
else
{
$totalChecks = $this->currentChallenge->nbCheckpoints;
}
Code: Select all
if ($this->currentChallenge->nbLaps > 0)
{
$lap = ($this->gameInfos->roundsForcedLaps)? $this->gameInfos->roundsForcedLaps : $this->currentChallenge->nbLaps;
$totalChecks = $this->currentChallenge->nbCheckpoints * $lap;
}
else
{
$totalChecks = $this->currentChallenge->nbCheckpoints;
}
Users browsing this forum: No registered users and 0 guests