Project Zomboid

Project Zomboid

M4 Sherman Tank
M4 Sherman Remove Hotwired
Was simple fix after I looked you will want to fallow this address

C:\Users\YOU\Zomboid\mods\M4ShermanTank\media\lua\client ~ M4ShermanTank_Main.lua

local EnteredTank = function(vehicle, playerObj)
if not vehicle:isDriver(playerObj) then return end
if not vehicle:isHotwired() then vehicle:setHotwired(true) end
BB_ShermanUtils.DoTankArmor(playerObj, vehicle)
end

You will want to locate. vehicle:setHotwired(true) Change (true) To (false)

That should stop the Tank's from always being hotwired instead of having M4'S that cant be hotwired via player and or saying in perfect condition but wont start.. if this hasn't helped LMK:munchies:
< >
Showing 1-1 of 1 comments
Kizz 20 Mar @ 7:31pm 
Didn't work because Im doing a multiplayer server and I get an error when trying to launch the game saying that the server and client files do not match. The server folder for this file path is empty. Not sure how to fix. Keep getting errors from server and client ends no matter which files we change.
Last edited by Kizz; 20 Mar @ 8:42pm
< >
Showing 1-1 of 1 comments
Per page: 1530 50