Stop au métagaming !

  • Initiateur de la discussion
necsar

necsar

Geek suprême
Messages
392
Score réaction
19
Points
120
Hello all.

Bon, j'ai déjà vue un petit topic juste en dessous mais je cherches à aller vers l'extrême.

Je voudrais enlever les informations suivantes.

PROBLEM.png STOP AU METAGAMING.png
PROBLEM.png
STOP AU METAGAMING.png
 
Pure Code

Pure Code

Geek
Messages
180
Score réaction
10
Points
85
l'image qu'il y a sur son teeshirt ? je me rappelle plus, on voit pas très bien :p non je te dit ça attends ...
 
Pure Code

Pure Code

Geek
Messages
180
Score réaction
10
Points
85
Je prends l'exemple du elegantHUD :

Ligne 140 > 245 :

Code:
hook.Add("RenderScreenspaceEffects", "DarkRPPlayerNamesElegant", function() local shouldDraw = hook.Call("HUDShouldDraw", GAMEMODE, "ElegantHUD_Player_Names") if shouldDraw == false then return end for k, v in pairs(player.GetAll()) do if (v:Nick() != LocalPlayer():Nick()) && (IsValid(v) && v:Alive()) then local you = LocalPlayer():GetShootPos() local lookat = v:GetShootPos() local distance = you:Distance(lookat) local dist = LocalPlayer():GetPos():Distance(v:GetPos()) local alpha = math.max(0,(maxDist-dist)/maxDist*255) local offset = 90 local ang = v:EyeAngles() local offsetHeight = Vector(0, 0, 80) surface.SetFont("elegantPlyThreeDeeName") local txt = v:Nick() local w, h = surface.GetTextSize(txt) local teamCol = team.GetColor(v:Team()) cam.Start3D(EyePos(), EyeAngles()) cam.Start3D2D(v:GetPos() + offsetHeight, Angle(0, ang.y - offset, 90), 0.1) if v:getDarkRPVar("HasGunlicense") then draw.SimpleText("a", "elegantGun", 0, -100, Color(255, 255, 255, alpha-55), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER) end if GAMEMODE.Config.showname then draw.SimpleTextOutlined(txt, "elegantPlyThreeDeeName", 0, -60, Color(teamCol.r, teamCol.g, teamCol.b, alpha-55), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER, 2, Color(0,0,0,alpha-55)) end if GAMEMODE.Config.showjob then local teamname = v:getDarkRPVar("job") or team.GetName(v:Team()) draw.SimpleTextOutlined(teamname, "elegantPlyThreeDeeNameSmall", 0, -15, Color(255,255,255, alpha-55), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER, 2, Color(0,0,0,alpha-55)) end if DisplayHealthOnPlayers then draw.SimpleTextOutlined(v:Health() .. " health", "elegantPlyThreeDeeNameTiny", 0, 25, Color(255,170,170, alpha-55), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER, 2, Color(0,0,0,alpha-55)) end if v:getDarkRPVar("wanted") then local wantedText = tostring(v:getDarkRPVar("wantedReason")) draw.SimpleTextOutlined("Wanted for " .. wantedText, "elegantPlyThreeDeeNameTiny", 0, 60, Color(186, 33, 33, alpha-55), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER, 2, Color(0,0,0,alpha-55)) end cam.End3D2D() cam.Start3D2D(v:GetPos() + Vector(0, 0, 80), Angle(0, ang.y + 180 - offset, 90), 0.1) if v:getDarkRPVar("HasGunlicense") then draw.SimpleText("a", "elegantGun", 0, -100, Color(255, 255, 255, alpha-55), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER) end if GAMEMODE.Config.showname then draw.SimpleTextOutlined(txt, "elegantPlyThreeDeeName", 0, -60, Color(teamCol.r, teamCol.g, teamCol.b, alpha-55), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER, 2, Color(0,0,0,alpha-55)) end if GAMEMODE.Config.showjob then local teamname = v:getDarkRPVar("job") or team.GetName(v:Team()) draw.SimpleTextOutlined(teamname, "elegantPlyThreeDeeNameSmall", 0, -15, Color(255,255,255, alpha-55), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER, 2, Color(0,0,0,alpha-55)) end if DisplayHealthOnPlayers then draw.SimpleTextOutlined(v:Health() .. " health", "elegantPlyThreeDeeNameTiny", 0, 25, Color(255,170,170, alpha-55), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER, 2, Color(0,0,0,alpha-55)) end if v:getDarkRPVar("wanted") then local wantedText = tostring(v:getDarkRPVar("wantedReason")) draw.SimpleTextOutlined("Wanted for " .. wantedText, "elegantPlyThreeDeeNameTiny", 0, 60, Color(186, 33, 33, alpha-55), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER, 2, Color(0,0,0,alpha-55)) end cam.End3D2D() cam.End3D() end end
end)

TOUT SUPPRIMER


toujours garder une copie !
 
  • Initiateur de la discussion
necsar

necsar

Geek suprême
Messages
392
Score réaction
19
Points
120
L'Hud que j'ai pris ne fait pas les choses que le tiens fait, il modifie pas tout le gmod.
 
Pure Code

Pure Code

Geek
Messages
180
Score réaction
10
Points
85
necsar à dit:
L'Hud que j'ai pris ne fait pas les choses que le tiens fait, il modifie pas tout le gmod.
cherche les lignes suivantes dans celui de base alors ...
Sinon skype : eledothe4 je te le fait
 
  • Initiateur de la discussion
necsar

necsar

Geek suprême
Messages
392
Score réaction
19
Points
120
J'ai plus skype, tu as un ts ?
 
Ronca

Ronca

Geek
Messages
78
Score réaction
2
Points
95
Juste je serai toi je laisserai le nom apparaître car, si tu l'enlèves ce sera beaucoup plus dure lors de freekill etc... La personne va juste pouvoir te dire c'est un gangster ou autre qui m'a kill...
 
  • Initiateur de la discussion
necsar

necsar

Geek suprême
Messages
392
Score réaction
19
Points
120
En faite oui, je voudrais juste détruire les noms quand on parles ^^
 
  • Initiateur de la discussion
necsar

necsar

Geek suprême
Messages
392
Score réaction
19
Points
120
Et ça delet aussi en bas à droite ?
 
Discord d'entraide
Rejoignz-nous sur Discord