Besoin d'aide lua

  • Initiateur de la discussion
CMJN

CMJN

Sataniste en herbe
Messages
330
Score réaction
32
Points
130
Bonjour/Bonsoir

Je cherche a faire en sorte que pour un job, il y ait un matériau affiché comme pour ce type de npc:
https://steamcommunity.com/sharedfiles/filedetails/?id=969611477

Donc j'ai essayer ce code, qui ne marche pas du tout:
Code:
hook.Add( "Think", "okeyy", function() for k, v in pairs(player.GetAll()) do if v:Team() == TEAM_TEST then ply = FindMetaTable("Player") ply:SendLua( "hook.Add( \"HUDPaint\", \"paintsprites\", function() cam.Start3D() render.SetMaterial(\"nextbot_test/test.png\") render.DrawSprite( Vector("tostring( v:GetPos().x .. ", " .. v:GetPos().y .. ", " .. v:GetPos().z .."), 128, 128, Color( 255, 255, 255, 255 )) cam.End3D()" ) end
end
end)
Que faut il changer pour que sa marche, svp aidez moi
 
thepsyca

thepsyca

Psychopathe
Messages
2 164
Score réaction
648
Points
365
Code:
hook.Add( "Think", "okeyy", function() for k, v in pairs(player.GetAll()) do if team.GetName(v:Team()) == TEAM_TEST then
-- ton hud end
end
end)
 
Discord d'entraide
Rejoignz-nous sur Discord