1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 12:53:34 +02:00

Rcon example

This commit is contained in:
xPaw
2014-07-22 22:04:48 +03:00
parent 5e84d9e873
commit b6cb74d1a8
2 changed files with 30 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
Header( 'Content-Type: text/plain' );
// Edit this ->
define( 'SQ_SERVER_ADDR', 'gs2.my-run.de' );
define( 'SQ_SERVER_ADDR', 'localhost' );
define( 'SQ_SERVER_PORT', 27015 );
define( 'SQ_TIMEOUT', 1 );
define( 'SQ_ENGINE', SourceQuery :: SOURCE );