Runtime error [407,8]

Moderator: NADEO

Locked
User avatar
w1lla
Posts: 2287
Joined: 15 Jun 2010, 11:09
Location: Netherlands
Contact:

Re: Runtime error [407,8]

Post by w1lla »

Its because the map isnt a Melee map.

To fix it:

You can use a servercontroller to add a melee map in this case it will switch automatically to a new script.

MLEPP can do it and Foxcontrol.

Or:

to switch from Modes:
farfa wrote:If you want to start a dedicated server to test a script, you can't edit easily your script.
This script will give you this power :yes:
You just have to download manialive, no need to setup it. It just use it as a library.
Then execute the following code by replacing what it needs to be replaced (everything between [])

Code: Select all

<?php
require [PathToManiaLive].'/libraries/autoload.php';
$config = \ManiaLive\DedicatedApi\Config::getInstance();
$config->host = '[yourHostName]';
$config->port = [yourServerPort];
$config->password = [yourSuperAdminPassword];
$config->timeout = 6;
$myScriptText = file_get_contents('[Path_to_my_script]');
var_dump(\ManiaLive\DedicatedApi\Connection::getInstance()->setModeScripttext($myScriptText));
?>
edit by w1lla:
Changed SetRule to SetMode
TM² Info
SM Info
QM Info

OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
Locked

Return to “Shootmania Storm Reports”

Who is online

Users browsing this forum: No registered users and 1 guest