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

Lua How to Make only ONE Char per Acc?

korff

New Member
Joined
Sep 11, 2009
Messages
78
Reaction score
3
How to Make only ONE Character per Account?

Im using TFS 0.3.6 SQL

with Gesior Acc 0.3.6
 
in config
onePlayerOnlinePerAccount = "no"
make it yes then re[place it with
onePlayerOnlinePerAccount = "yes"
 
htdocs/config/config.php

PHP:
$config['site']['max_players_per_account'] = 1; // max. number of characters on account
 
Back
Top