Problème avec le DarkRP

  • Initiateur de la discussion
EglyKozz

EglyKozz

Psychopathe
Messages
1 627
Score réaction
359
Points
310
Sélut, c'est simple, j'ai pas les notifications du DarkRP quand j'ai une action et aussi je peux pas faire le /jailpos
(marche po)
Merci d'avance a l'honorable personne qui m'aidera :D
 
  • Initiateur de la discussion
EglyKozz

EglyKozz

Psychopathe
Messages
1 627
Score réaction
359
Points
310
Svpé ?
 
_Remax

_Remax

Geek
Messages
345
Score réaction
69
Points
80
Bonjour,

As tu des erreurs lua dans ta console ?
 
  • Initiateur de la discussion
EglyKozz

EglyKozz

Psychopathe
Messages
1 627
Score réaction
359
Points
310
Pas pour le jail pos mais pour le notifia ya un message mais c'est pas une lua error
 
_Remax

_Remax

Geek
Messages
345
Score réaction
69
Points
80
Peux tu te reconnecter sur ton serveur et copier coller tous se que tu as dans ta console, merci
 
  • Initiateur de la discussion
EglyKozz

EglyKozz

Psychopathe
Messages
1 627
Score réaction
359
Points
310
Ok tien :
Warning: Unhandled usermessage '_Notify'
Warning: Unhandled usermessage '_Notify'
 
  • Initiateur de la discussion
EglyKozz

EglyKozz

Psychopathe
Messages
1 627
Score réaction
359
Points
310
up
 
LuCampbell

LuCampbell

Geek suprême
Messages
88
Score réaction
18
Points
115
J'avais ça, ça vient de ton menu HUD
 
  • Initiateur de la discussion
EglyKozz

EglyKozz

Psychopathe
Messages
1 627
Score réaction
359
Points
310
Ah ok merci
 
_Remax

_Remax

Geek
Messages
345
Score réaction
69
Points
80
Désolé du retard, ajoute ceci à la fin de ton HUD

Code:
local function DisplayNotify(msg)
local txt = msg:ReadString()
GAMEMODE:AddNotify(txt, msg:ReadShort(), msg:ReadLong())
surface.PlaySound("buttons/lightswitch2.wav")
MsgC(Color(255, 20, 20, 255), "[DarkRP] ", Color(200, 200, 200, 255), txt, "\n")
end
usermessage.Hook("_Notify", DisplayNotify)
ça a reglé pas mal de problème
 
  • Initiateur de la discussion
EglyKozz

EglyKozz

Psychopathe
Messages
1 627
Score réaction
359
Points
310
Je test ça tout de suite et je te dit :D
_Remax à dit:
Désolé du retard, ajoute ceci à la fin de ton HUD

Code:
local function DisplayNotify(msg)
local txt = msg:ReadString()
GAMEMODE:AddNotify(txt, msg:ReadShort(), msg:ReadLong())
surface.PlaySound("buttons/lightswitch2.wav")
MsgC(Color(255, 20, 20, 255), "[DarkRP] ", Color(200, 200, 200, 255), txt, "\n")
end
usermessage.Hook("_Notify", DisplayNotify)
ça a reglé pas mal de problème
 
  • Initiateur de la discussion
EglyKozz

EglyKozz

Psychopathe
Messages
1 627
Score réaction
359
Points
310
_Remax à dit:
Désolé du retard, ajoute ceci à la fin de ton HUD

Code:
local function DisplayNotify(msg)
local txt = msg:ReadString()
GAMEMODE:AddNotify(txt, msg:ReadShort(), msg:ReadLong())
surface.PlaySound("buttons/lightswitch2.wav")
MsgC(Color(255, 20, 20, 255), "[DarkRP] ", Color(200, 200, 200, 255), txt, "\n")
end
usermessage.Hook("_Notify", DisplayNotify)
ça a reglé pas mal de problème
Marche pas :'(
 
_Remax

_Remax

Geek
Messages
345
Score réaction
69
Points
80
Tu as quel HUD
 
  • Initiateur de la discussion
EglyKozz

EglyKozz

Psychopathe
Messages
1 627
Score réaction
359
Points
310
BlurView
 
_Remax

_Remax

Geek
Messages
345
Score réaction
69
Points
80
Le code que je tes passé tu l'as mis dans quel fichier
 
  • Initiateur de la discussion
EglyKozz

EglyKozz

Psychopathe
Messages
1 627
Score réaction
359
Points
310
dans les modules du darkrp modifications et dans hudreplacement
 
_Remax

_Remax

Geek
Messages
345
Score réaction
69
Points
80
Non tu vas dans ton dossier de ton HUD (BlurView) tu prends le fichier principal et tu vas tout en bas et tu colle

Code:
local function DisplayNotify(msg)
local txt = msg:ReadString()
GAMEMODE:AddNotify(txt, msg:ReadShort(), msg:ReadLong())
surface.PlaySound("buttons/lightswitch2.wav")
MsgC(Color(255, 20, 20, 255), "[DarkRP] ", Color(200, 200, 200, 255), txt, "\n")
end
usermessage.Hook("_Notify", DisplayNotify)
 
  • Initiateur de la discussion
EglyKozz

EglyKozz

Psychopathe
Messages
1 627
Score réaction
359
Points
310
mdr att enfaîte je suis vraiment très con j'avais oublier de accepter la modif sur filezilla, vive moi :D
 
Reijin

Reijin

Psychopathe
Messages
1 739
Score réaction
401
Points
290
Pour la commande c'est /addjailpos
et essayes ce code la a la fin de ton cl_hudreplacement

Code:
local function DisplayNotify(msg) local txt = msg:ReadString() GAMEMODE:AddNotify(txt, msg:ReadShort(), msg:ReadLong()) surface.PlaySound("buttons/lightswitch2.wav") -- Log to client console print(txt)
end
usermessage.Hook("_Notify", DisplayNotify)
 
  • Initiateur de la discussion
EglyKozz

EglyKozz

Psychopathe
Messages
1 627
Score réaction
359
Points
310
Reijin

Reijin

Psychopathe
Messages
1 739
Score réaction
401
Points
290
  • Initiateur de la discussion
EglyKozz

EglyKozz

Psychopathe
Messages
1 627
Score réaction
359
Points
310
Ah bah c'est bon un problème en a résout un autre :DDD merci a vous
 
Reijin

Reijin

Psychopathe
Messages
1 739
Score réaction
401
Points
290
EglyKozz à dit:
Ah bah c'est bon un problème en a résout un autre :DDD merci a vous
Tu peux mettre ton poste en resolue ;)
Et de rien bonne chance pour la suite :p
 
  • J'aime
Réactions: EglyKozz
  • Initiateur de la discussion
EglyKozz

EglyKozz

Psychopathe
Messages
1 627
Score réaction
359
Points
310
Reijin à dit:
Tu peux mettre ton poste en resolue ;)
Et de rien bonne chance pour la suite :p
Merci, je fais sa de suite
 
Discord d'entraide
Rejoignz-nous sur Discord