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

[TFS1.4] Block Login if player is online

ivvanek

New Member
Joined
Mar 24, 2009
Messages
113
Reaction score
3
Hello, has anyone script on login.lua that checks if the player is online and when is online then false on login? i just want block login to online characters.
I searched the forum and can't find the solution

Best Regards :)
 
Solution
in config.lua change
Lua:
replaceKickOnLogin = true
to
Lua:
replaceKickOnLogin = false

also you posted in the wrong board, when you're asking for help it belongs in the support board, not here
in config.lua change
Lua:
replaceKickOnLogin = true
to
Lua:
replaceKickOnLogin = false

also you posted in the wrong board, when you're asking for help it belongs in the support board, not here
 
Solution
Back
Top