aide Commandes adm

  • Initiateur de la discussion
S

surky

Geek suprême
Messages
378
Score réaction
26
Points
125
Bonjour j ai vu qui y a plusieur topic sur ce sujet mais je ne trouve jamais la solution j aimerais faire un !admin grace a cette commande sa mais le cloak gold noclip et l enlever avec !noadmin un truc de ce genre . merci de votre reponse bonne journee a vous
 
Mathieu133

Mathieu133

Geek suprême
Messages
291
Score réaction
43
Points
145
J ai jamais tester mais j ai vu dés personne dire ULX CUSTOM COMMANDE
 
  • Initiateur de la discussion
S

surky

Geek suprême
Messages
378
Score réaction
26
Points
125
UlX Custom commande je vois pas comment l utilise quel commande ou allez car je les mis et avec le !menu rien que le ulx de base
 
Offshorp

Offshorp

Amazonia Studio
Messages
704
Score réaction
256
Points
210
J'ai pas testé mais voilà
Code:
hook.Add("OnPlayerChat", "LeGluaCeDur", function(ply, strText, bTeam, bDead) if (ply != LocalPlayer()) then return end strText = string.lower(strText) if (strText == "!admin") then ply:PrintMessage(HUD_PRINTTALK, "T'es en admin bg") RunConCommand("ulx", "god") RunConCommand("ulx", "cloak") RunConCommand("ulx", "noclip") return true end if (strText == "!noadmin") then ply:PrintMessage(HUD_PRINTTALK, "T'es plus en admin bg") RunConCommand("ulx", "ungod") RunConCommand("ulx", "uncloak") RunConCommand("ulx", "noclip") return true end
end)
 
  • Initiateur de la discussion
S

surky

Geek suprême
Messages
378
Score réaction
26
Points
125
Merci sujet résolu merci à Thepysca pour le petit code

local StaffTeam = {
["superadmin"] = true,
["admin"] = true,
}

hook.Add( "PlayerSay", "AdminMod", function( ply , text )

if string.lower( text ) == "!admin" && StaffTeam[ ply:GetUserGroup() ] then

if ply:GetNWBool( "AdminMod" ) == true then
ply:SetNWBool( "AdminMod", false )
ply:SetMoveType( MOVETYPE_WALK )
ply:GodDisable()

if ULib then
ULib.invisible( ply, false, 0)
end

else
ply:SetMoveType( MOVETYPE_NOCLIP )
ply:SetNWBool( "AdminMod" , true )
ply:GodEnable()

if ULib then
ULib.invisible( ply, true, 0)
end

end

end

end )
 
Discord d'entraide
Rejoignz-nous sur Discord