- Initiateur de la discussion
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 !
je voudrais ajouter le portrait du joueur au HUD (Sleek HUD)
Merci !
Bonsoir, comment sa le portrait du joueur ?Ct1 à dit:Bonjour,
je voudrais ajouter le portrait du joueur au HUD (Sleek HUD)
Merci !
Voici un exemple a ajouterCt1 à dit:Comme sur cet autre HUD (Blurview):
-- 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 à 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)
bizarre car j'ai repris mon code :/ viens en priverCt1 à dit:Alors ducoup, j'ai essayé, mais rien ne s'affiche :/
de ?FalkioGMR à dit:Tu vois je tavais dit mdr
xD je vois avec lui car sa reste assez bizarreFalkioGMR à dit:Ca marche pas