Petite question vite fait.

  • Initiateur de la discussion
S

SkyNax

Geek
Messages
107
Score réaction
3
Points
80
Bonjour, oui c'est encore moi.. Bref, vous savez comment désactiver ça ?


Capture.JPG
 
iZeyNeX

iZeyNeX

Geek
Messages
60
Score réaction
4
Points
65
Salut,
Je c'est pas si c'est la meilleur methode ( sa peut peut etre entrer en conflit avec des addons, perso j'ai fait comme sa aucun pb ! )
tu ouvre se fichier "garrysmod/gamemodes/darkrp/gamemode/modules/chat/cl_chatlisteners.lua" ( Fait une sauvegarde du fichier ont ses jamais ! )
tu supprimes tout ce qui il y a entre les lignes 41 / 70, en gros c'est ligne la :
Code:
--[[---------------------------------------------------------------------------
Draw the results to the screen
---------------------------------------------------------------------------]]
local function drawChatReceivers() if not receivers then return end local x, y = chat.GetChatBoxPos() y = y - 21 -- No one hears you if #receivers == 0 then draw.WordBox(2, x, y, DarkRP.getPhrase("hear_noone", currentConfig.text), "DarkRPHUD1", Color(0,0,0,160), Color(255,0,0,255)) return -- Everyone hears you elseif #receivers == #player.GetAll() - 1 then draw.WordBox(2, x, y, DarkRP.getPhrase("hear_everyone"), "DarkRPHUD1", Color(0,0,0,160), Color(0,255,0,255)) return end draw.WordBox(2, x, y - (#receivers * 21), DarkRP.getPhrase("hear_certain_persons", currentConfig.text), "DarkRPHUD1", Color(0,0,0,160), Color(0,255,0,255)) for i = 1, #receivers, 1 do if not IsValid(receivers[i]) then receivers[i] = receivers[#receivers] receivers[#receivers] = nil continue end draw.WordBox(2, x, y - (i - 1) * 21, receivers[i]:Nick(), "DarkRPHUD1", Color(0, 0, 0, 160), Color(255, 255, 255, 255)) end
end
normalement apres sa c'est bon reste plus qu'à sauvegarder ;)
 
  • J'aime
Réactions: kirikoumalou
  • Initiateur de la discussion
S

SkyNax

Geek
Messages
107
Score réaction
3
Points
80
Super ça marche merci beaucoup !
 
Discord d'entraide
Rejoignz-nous sur Discord