Project Zomboid

Project Zomboid

'93 Ford CF8000 Elgin Street Sweeper
This topic has been locked
donPabloM 23 May, 2024 @ 4:27am
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