Project Zomboid

Project Zomboid

'93 Ford CF8000 Elgin Street Sweeper
Toto téma bylo uzamčeno
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