• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

[8.21]My war based on tfs :S

Szakal

Frank Jaeger
Joined
Apr 16, 2008
Messages
1,338
Reaction score
6
Location
Poland, Lubań.
Im make my own war server,and 60 characters but if im set "allow clones=0" players can kick next player from character how to fix that?


HELP ME : <
 
Go into your config.lua.

Search for this line:
Code:
replaceKickOnLogin = "yes"

Change it to 'NO':
Code:
replaceKickOnLogin = "no"

Hope it helped, rep me if it did. :)
 
Im using Tfs 2.0 and im dont have this in config what im hope to do ?: (

I'm also using that version (0.2*)

Replacekickonlogin is just 5 lines under allowclones.
It should be there if you haven't deleted it?
if you still can't find it just add the line to the config.lua

Code:
replaceKickOnLogin = "no"
 
Back
Top