- Initiateur de la discussion
Spritai
Geek
- Messages
- 42
- Score réaction
- 1
- Points
- 65
Bonjour je cherche comment mettre un retour a l'hôpital quand le joueur meurt
Merci d'avance
Merci d'avance
function respawnHopital(ply) ply:ScreenFade(SCREENFADE.OUT, Color( 0, 0, 0, 255 ), 3, 5) timer.Simple(5, function() if not ply:Alive() then ply:Spawn() ply:SetPos(Vector(-262.979980, -5857.125977, 128.031250)) end end)
end
hook.Add("PlayerDeath", "respawnHopital", respawnHopital)