Retirer une commande dans la console

  • Initiateur de la discussion
Seefox

Seefox

Inconnu au bataillon
Messages
472
Score réaction
63
Points
150
Akulla

Akulla

Helpeur Divin
Messages
3 808
Score réaction
2 240
Points
550
Sa dépends,c'est une commande d'un addon ?
 
Dernière édition:
  • Initiateur de la discussion
Seefox

Seefox

Inconnu au bataillon
Messages
472
Score réaction
63
Points
150
Nan, c'est la commande pour mettre son ping à 5
 
edouard292

edouard292

Geek suprême
Messages
423
Score réaction
108
Points
150
Bien le bonsoir : un petit code comme celui ci devrais fonctionné j'imagine ?

Code:
if LocalPlayer():ConCommand("") -- tu met le nom de ta commande à desactivé then LocalPlayer():ChatPrint("Cette commande est désactivé") return end
 
slownls

slownls

Helpeur Divin
Messages
1 853
Score réaction
1 079
Points
465
edouard292 à dit:
Bien le bonsoir : un petit code comme celui ci devrais fonctionné j'imagine ?

Code:
if LocalPlayer():ConCommand("") -- tu met le nom de ta commande à desactivé then LocalPlayer():ChatPrint("Cette commande est désactivé") return end
Non.
Code:
concommand.Remove( "ta commande" )
lua/autorun/server
 
  • Initiateur de la discussion
Seefox

Seefox

Inconnu au bataillon
Messages
472
Score réaction
63
Points
150
slownls à dit:
Non.
Code:
concommand.Remove( "ta commande" )
lua/autorun/server
Merci bien ! :D
 
edouard292

edouard292

Geek suprême
Messages
423
Score réaction
108
Points
150
meerrde !! :D bon eh bien j'ai encore d’innombrables choses à apprendre ^^
 
  • Initiateur de la discussion
Seefox

Seefox

Inconnu au bataillon
Messages
472
Score réaction
63
Points
150
slownls à dit:
Non.
Code:
concommand.Remove( "ta commande" )
lua/autorun/server
J'ai essayer mais l'on peux toujours changer son ping et j'ai aussi mis pour bloquer le kill mais cela marche toujours...
 
edouard292

edouard292

Geek suprême
Messages
423
Score réaction
108
Points
150
c'est parce qu'il doit y'avoir un PlayerSay et non juste un concommand.add donc if faut que tu cherche enfin je te redis cela quand je serais sur mon pc
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 292
Score réaction
9 688
Points
1 845
POUEEEET POUEEEEET

Code:
local blockedCommands = { ["COMMANDE"] = true,
}
local OldConCommand = concommand.Run
function concommand.Run (ply, cmd, arg) if ply and ply:IsValid() and ply:IsPlayer() then if blockedCommands[cmd] then RunConsoleCommand("ulx", "banid", ply:SteamID(), "0", "*D'où tu triche ? , tacru la vie cété du 5 de ping , 120 FPS avec un rendement de 64 bites ? *") end end return OldConCommand(ply, cmd, arg)
end
 
  • J'aime
Réactions: Makss et ZarosOVH
  • Initiateur de la discussion
Seefox

Seefox

Inconnu au bataillon
Messages
472
Score réaction
63
Points
150
Yoh Sambre ♪ à dit:
POUEEEET POUEEEEET

Code:
local blockedCommands = { ["COMMANDE"] = true,
}
local OldConCommand = concommand.Run
function concommand.Run (ply, cmd, arg) if ply and ply:IsValid() and ply:IsPlayer() then if blockedCommands[cmd] then RunConsoleCommand("ulx", "banid", ply:SteamID(), "0", "*D'où tu triche ? , tacru la vie cété du 5 de ping , 120 FPS avec un rendement de 64 bites ? *") end end return OldConCommand(ply, cmd, arg)
end
lua/autorun/server ??
 
  • J'aime
Réactions: Yoh Sambre ♪
Discord d'entraide
Rejoignz-nous sur Discord