The question is. How can I do command:
rcon_pw SECRET_PASSWORD
for this player from server side?
I'd like to log in this player as admin after he joins the game if lua script detects it is admin.
Scripts
Admin log in after join
Admin log in after join
1

if (txt:sub(1,5)=="@kick") then parse("kick "..tonumber(txt:sub(6)))
1
