• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Players Online Problem

mateos

New Member
Joined
Oct 18, 2009
Messages
16
Reaction score
0
Hi! I have this problem because the idea is that if I turn off the server shows the server status in the upper right corner of the server is disabled, but going into the Players Online shows that they play despite the fact that the server is not working can anyone know how to fix it?
 
In config-fucntions.php

LUA:
$sock = @fsockopen("178.xx.xx.xx", $config['server']['statusPort'], $errno, $errstr, 1);

change it

LUA:
find [code=lua]if($config['status']['serverStatus_online'] == 1)
[/code]
 
Back
Top