Garry's Mod

Disable hunger for specific job

Submitted by heret1c, , Thread ID: 238234

Thread Closed

RE: Disable hunger for specific job

#2
DarkRP?

hook.Add("hungerUpdate", "BlockHunger", function(ply)
return ply:Team() == TEAM_ADMIN
end)

Users browsing this thread: 1 Guest(s)