Участник
Пользователь
- Сообщения
- 72
- Реакции
- 10
Ошибка:
Сервер локальный
В чем проблема?
Код:
Can't connect to RCON server: No connection could be made because the target machine actively refused it.
PHP:
<?php
require _DIR_ . '/SourceQuery/bootstrap.php';
use xPaw\SourceQuery\SourceQuery;
$query = new SourceQuery();
try
{
$query -> Connect('91.241.118.145', 27014, 3, SourceQuery::SOURCE);
$query -> SetRconPassword('devcs');
}
catch(Exception $e)
{
echo $e -> getMessage();
}
finally
{
$query -> Disconnect();
}
Сервер локальный
В чем проблема?