Aide HUD

  • Initiateur de la discussion Ct1
  • Date de début
  • Initiateur de la discussion
Ct1

Ct1

Geek suprême
Messages
180
Score réaction
35
Points
100
Bonjour,
je voudrais ajouter le portrait du joueur au HUD (Sleek HUD)
Merci !
 
Reijin

Reijin

Psychopathe
Messages
1 739
Score réaction
401
Points
290
Ct1 à dit:
Bonjour,
je voudrais ajouter le portrait du joueur au HUD (Sleek HUD)
Merci !
Bonsoir, comment sa le portrait du joueur ?
 
  • Initiateur de la discussion
Ct1

Ct1

Geek suprême
Messages
180
Score réaction
35
Points
100
Comme sur cet autre HUD (Blurview):
 
Reijin

Reijin

Psychopathe
Messages
1 739
Score réaction
401
Points
290
Ct1 à dit:
Comme sur cet autre HUD (Blurview):
Voici un exemple a ajouter :)
Code:
-- Player Model
hook.Add( "InitPostEntity", "show", function() local show = vgui.Create("DModelPanel") show:SetPos(10 , ScrH() - 150) show:SetSize(150, 130) show:SetModel(LocalPlayer():GetModel()) show:SetCamPos(Vector(30, -15, 60)) show:SetFOV(55) show:SetLookAt(Vector(0, 0, 60)) show.Think = function() if not LocalPlayer():Alive() then show:SetSize(0, 0) else show:SetSize(150, 130) end show:SetModel(LocalPlayer():GetModel()) end show.LayoutEntity = function() return false end
end)
 
  • J'aime
Réactions: kirikoumalou
  • Initiateur de la discussion
Ct1

Ct1

Geek suprême
Messages
180
Score réaction
35
Points
100
Merci je vais tester ça ! :D
 
  • Initiateur de la discussion
Ct1

Ct1

Geek suprême
Messages
180
Score réaction
35
Points
100
Reijin à dit:
Voici un exemple a ajouter :)
Code:
-- Player Model
hook.Add( "InitPostEntity", "show", function() local show = vgui.Create("DModelPanel") show:SetPos(10 , ScrH() - 150) show:SetSize(150, 130) show:SetModel(LocalPlayer():GetModel()) show:SetCamPos(Vector(30, -15, 60)) show:SetFOV(55) show:SetLookAt(Vector(0, 0, 60)) show.Think = function() if not LocalPlayer():Alive() then show:SetSize(0, 0) else show:SetSize(150, 130) end show:SetModel(LocalPlayer():GetModel()) end show.LayoutEntity = function() return false end
end)
Alors ducoup, j'ai essayé, mais rien ne s'affiche :/
 
Reijin

Reijin

Psychopathe
Messages
1 739
Score réaction
401
Points
290
Ct1 à dit:
Alors ducoup, j'ai essayé, mais rien ne s'affiche :/
bizarre car j'ai repris mon code :/ viens en priver
 
Reijin

Reijin

Psychopathe
Messages
1 739
Score réaction
401
Points
290
Reijin

Reijin

Psychopathe
Messages
1 739
Score réaction
401
Points
290
Discord d'entraide
Rejoignz-nous sur Discord