• 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!

AAC [Znote AAC] Onlinelist

sixo

New Member
Joined
Jul 7, 2009
Messages
50
Reaction score
4
Hello, I installed ZnoteAcc and I have a problem because after logging in to the game on the website it still shows players online: 0, where is the problem?

obraz_2022-04-01_125049.png
 
Make sure your server version is correct in config.php

PHP:
// Available options: TFS_02, TFS_03, OTHIRE, TFS_10
    // OTHire = OTHIRE
    // TFS 0.2 = TFS_02
    // TFS 0.3 = TFS_03 (If you are using 0.3.6, set $config['salt'] to false)!
    // TFS 0.4 = TFS_03
    // TFS 1.x = TFS_10 (Current under development version)
    $config['ServerEngine'] = 'TFS_10';

If it is, its possible your sources track online players a different way. What distro are you using?
 
Make sure your server version is correct in config.php

PHP:
// Available options: TFS_02, TFS_03, OTHIRE, TFS_10
    // OTHire = OTHIRE
    // TFS 0.2 = TFS_02
    // TFS 0.3 = TFS_03 (If you are using 0.3.6, set $config['salt'] to false)!
    // TFS 0.4 = TFS_03
    // TFS 1.x = TFS_10 (Current under development version)
    $config['ServerEngine'] = 'TFS_10';

If it is, its possible your sources track online players a different way. What distro are you using?
Im use 0.4 edited tfs
$config['ServerEngine'] = 'TFS_03';
I tried a different tfs 0.4 and it works, why doesn't it work on this other?
 
Last edited:
Back
Top