Project Zomboid

Project Zomboid

'93 Ford CF8000 Elgin Street Sweeper
此主題已被鎖定
donPabloM 2024 年 5 月 23 日 上午 4:27
Can we get ModOptions to allow AutoRemove toClients ?
option CF8KSweeper.AllowClientAutoRemove = {
type = boolean, default = false, page = StreetSweeper, translation = AllowClientAutoRemove,
}


function CF8K.Sweeper:allowAutoRemoveBtn()
return isClient() == false or (getAccessLevel() and getAccessLevel() ~= "") or (SandboxVars.CF8KSweeper["AllowClientAutoRemove"] or false);
end