Code: Select all
$settings = $this->connection->getModeScriptSettings();
Array
(
[MapPointsLimit] => 200
[OffZoneTimeLimit] => 50
[OffZoneActivationTime] => 4
[SpawnInterval] => 5
)
value changed.
Array
(
[MapPointsLimit] => 200
[OffZoneTimeLimit] => 50
[OffZoneActivationTime] => 4
[SpawnInterval] => 3
)
$this->connection->setModeScriptSettings($settings);
Non-struct type supplied for 'S' specifier