Bug interface sur mon serveur Gmod DarkRP

  • Initiateur de la discussion Adwenn_
  • Date de début
  • Initiateur de la discussion
A

Adwenn_

Bambi
Messages
8
Score réaction
0
Points
35
Alors, voici mon problème.
Je ne vois plus genre "Adrien Dupain a rammasé 30$" ou "Adrien Dupain est devenu Mafia"
Genre les informations sur le serveur comme quoi tu rammasse de l'argent ou tu es devenu quoi comme job, etcc...
Merci de m'aidé au plus vite.
Adwenn_
 
ShootenzEclosya

ShootenzEclosya

Geek suprême
Messages
317
Score réaction
11
Points
100
Ta mis un hud récemment ?
 
  • Initiateur de la discussion
A

Adwenn_

Bambi
Messages
8
Score réaction
0
Points
35
Oui je l'ai changer j'ai mis le TCB HUD
 
ShootenzEclosya

ShootenzEclosya

Geek suprême
Messages
317
Score réaction
11
Points
100
"-- DarkRP_EntityDisplay is the text that is drawn above a player when you look at them.
-- This also draws the information on doors and vehicles
["DarkRP_EntityDisplay"] = false,"

Tu à cette ligne ?
 
  • Initiateur de la discussion
A

Adwenn_

Bambi
Messages
8
Score réaction
0
Points
35
Elle est dans quoi cette ligne ?
 
ShootenzEclosya

ShootenzEclosya

Geek suprême
Messages
317
Score réaction
11
Points
100
  • Initiateur de la discussion
A

Adwenn_

Bambi
Messages
8
Score réaction
0
Points
35
Dans les fichier .lua de l'hud ou dans le DarkRP ?
 
ShootenzEclosya

ShootenzEclosya

Geek suprême
Messages
317
Score réaction
11
Points
100
Adwenn_ à dit:
Dans les fichier .lua de l'hud ou dans le DarkRP ?
Bon au pire,

Va dans : fg_hud ouvre cl_hud.lua

Et met ça

--[[---------------------------------------------------------
Name: DrawEntityDisplay
-----------------------------------------------------------]]
local function DrawEntityDisplay()

local shootPos = LocalPlayer():GetShootPos()
local aimVec = LocalPlayer():GetAimVector()

for k, ply in pairs(players or player.GetAll()) do
if ply == LocalPlayer() or not ply:Alive() or ply:GetNoDraw() then continue end
local hisPos = ply:GetShootPos()
if ply:getDarkRPVar("wanted") then ply:drawWantedInfo() end

if hisPos:DistToSqr(shootPos) < 160000 then
local pos = hisPos - shootPos
local unitPos = pos:GetNormalized()
if unitPos:Dot(aimVec) > 0.95 then
local trace = util.QuickTrace(shootPos, pos, LocalPlayer())
if trace.Hit and trace.Entity ~= ply then return end
ply:drawPlayerInfo()
end
end
end

local tr = LocalPlayer():GetEyeTrace()

if IsValid(tr.Entity) and tr.Entity:isKeysOwnable() and tr.Entity:GetPos():DistToSqr(LocalPlayer():GetPos()) < 40000 then
tr.Entity:drawOwnableInfo()
end

end
hook.Add( "HUDPaint", "FG-Entity-HUDPaint", DrawEntityDisplay )
 
  • Initiateur de la discussion
A

Adwenn_

Bambi
Messages
8
Score réaction
0
Points
35
Je vais essayer
Merci.
 
  • Initiateur de la discussion
A

Adwenn_

Bambi
Messages
8
Score réaction
0
Points
35
Sa ne marche pas.
 
  • Initiateur de la discussion
A

Adwenn_

Bambi
Messages
8
Score réaction
0
Points
35
UP ! o_O
 
ShootenzEclosya

ShootenzEclosya

Geek suprême
Messages
317
Score réaction
11
Points
100
Adwenn_ à dit:
UP pas aussi vite tes trop long att des réponses je doit y allez moi
 
  • Initiateur de la discussion
A

Adwenn_

Bambi
Messages
8
Score réaction
0
Points
35
Ok mais c'est assez urgent merci de m'avoir essayer de m'aider. a+
 
Discord d'entraide
Rejoignz-nous sur Discord