- Initiateur de la discussion
Luciano Leggio
Geek suprême
- Messages
- 702
- Score réaction
- 141
- Points
- 120
Bonjour, j’aimerais pouvoir interdire le fait que la nourriture ne descendent pas mais seulement pour certains métiers. Merci de votre aide
timer.Create( "Nourriture", 10, 0, function() for k, ply in pairs( player.GetAll() ) do if ply:Team() == TEAM_TONMETIER then ply:setSelfDarkRPVar("Energy", 100) end end
end)
local function food() timer.Start( "Nourriture" )
end
hook.Add( "PlayerSpawn", "nourriture", food )