COMMENT FAIRE UN RETOURE A L'HOPITALE EN LUA ?

  • Initiateur de la discussion
Spritai

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
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 273
Score réaction
9 687
Points
1 845
essaye ceci :)

(n'oublie pas de changer la pos pour correspondre a celle ou se trouve ton hopital sur la map de ton choix)

Java:
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)
 
Discord d'entraide
Rejoignz-nous sur Discord