Métiers insensibles à la faim

  • Initiateur de la discussion Donovan Blurr
  • Date de début
  • Initiateur de la discussion
Donovan Blurr

Donovan Blurr

Geek
Messages
198
Score réaction
12
Points
85
Bonjour!

Je voulais savoir s'il était possible de faire en sorte que le hungermod ne s'applique pas à certains métiers.
Si oui comment?

Merci =)
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 293
Score réaction
9 688
Points
1 845
Essayez ceci mais il ne marche plus je croit

Code:
hook.Remove("Think", "HMThink")
local antihunger = {TEAM_VOTRETEAM}
local function HMThink()
if not GAMEMODE.Config.hungerspeed then return end
for k, v in pairs(player.GetAll()) do
if v:Alive() and (not v.LastHungerUpdate or CurTime() - v.LastHungerUpdate > 10) and ( not table.HasValue(antihunger, v:Team()) ) then
v:hungerUpdate()
end
end
end
hook.Add("Think", "HMThink", HMThink)
 
  • Initiateur de la discussion
Donovan Blurr

Donovan Blurr

Geek
Messages
198
Score réaction
12
Points
85
Non ça ne marche pas malheureusement =/
 
Discord d'entraide
Rejoignz-nous sur Discord