- Initiateur de la discussion
CMJN
Sataniste en herbe
- Messages
- 330
- Score réaction
- 32
- Points
- 130
Salut, j'ai eu ce code sur G-box:
Ou je dois le mettre???
Code:
function GM:EntityTakeDamage(ply, info) if ply:Health() < 1 then ply:EmitSound(string.format("death.wav", math.random(1, 6)), 100, 100, 1, CHAN_BODY) end
end
function GM:PlayerDeathSound() return true
end