Update init.lua

This commit is contained in:
[TW]Rain_Bob 2023-10-26 16:04:22 +08:00 committed by GitHub
parent 37297170e4
commit 3209947310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,9 @@ for _, file in pairs (file.Find("flood/gamemode/client/vgui/*.lua", "LUA")) do
MsgN("-> "..file)
AddCSLuaFile("flood/gamemode/client/vgui/"..file)
end
function GM:CanProperty(ply, property, ent)
return false
end
local _ha = hook.Add
-- Timer ConVars! Yay!
CreateConVar("flood_build_time", 240, FCVAR_NOTIFY, "Time allowed for building (def: 240)")