- Initiateur de la discussion
Yoh Sambre ♪
Shaman Fou
- Messages
- 16 293
- Score réaction
- 9 688
- Points
- 1 845
sur gmodstore je suis tombé sur ça... jerry du coup je me sent obliger de le partager sur mtx
https://pastebin.com/9MDVmALL
Code:
local OldConCommand = concommand.Run
function concommand.Run ( Player, Cmd, Args) if SERVER and Player and Player:IsValid() and Player:IsPlayer() then if Cmd == "cheat_menu" then RunConsoleCommand("ulx", "banid", Player:SteamID(), "0", "*maman débarque dans la chambre de JeanHakou puis coupe l'ordinateur*") end end return OldConCommand( Player, Cmd, Args )
end