- Initiateur de la discussion
MisterSweez
Geek suprême
- Messages
- 201
- Score réaction
- 23
- Points
- 115
Bonjour voici ce que j'ai fais coté serveur :
local function DegatSanteMourrant()
if ply:Health() <= 35 then
timer.Create( "DegatSanteMourrant", 5, 0, function()
ply:SetHealth( ply:Health()-1 )
end)
end
end
hook.Add( "Initialize", "DegatSanteMourrant", DegatSanteMourrant )
Et sa ne marche pas je souhaiterai savoir si quelqu'un peux m'aidé ?
local function DegatSanteMourrant()
if ply:Health() <= 35 then
timer.Create( "DegatSanteMourrant", 5, 0, function()
ply:SetHealth( ply:Health()-1 )
end)
end
end
hook.Add( "Initialize", "DegatSanteMourrant", DegatSanteMourrant )
Et sa ne marche pas je souhaiterai savoir si quelqu'un peux m'aidé ?