25.02.2017, 19:09
Quote:
thnx guys all my proplems has been fixed and a big thanks to @DRIFT_HUNTER for helping me but i have last one proplem and its it detects Language as mapname such as 'Map: English' not 'Map: Everything' would be great if someone told me how to fix this prop please
|
PHP код:
<?php
require "SampQueryAPI.php";
$query = new SampQueryAPI('localhost', '7777');
$aServerRules = $query->getRules();
echo $aServerRules['mapname'];
?>