Ajouté un code

  • Initiateur de la discussion
S

surky

Geek suprême
Messages
378
Score réaction
26
Points
125
Bonjour je possède déjà des lignes de code pour mes admin ,

Dans le chat's il mettes !admin ils on bien tout ce que je veux no clip invisible gold

j'aimerais rajouté une ligne de code pour désactivé la touche "v" du No clip

mes ligne de code = https://pastebin.com/1xABT2jd

Merci ! x)
 
Offshorp

Offshorp

Amazonia Studio
Messages
704
Score réaction
256
Points
210
Je t'invite à regarder sur ce lien: https://creators-area.fr/d/78-emp-cher-les-staff-de-votre-serveur-d-tre-toujours-staff
 
  • J'aime
Réactions: surky
  • Initiateur de la discussion
S

surky

Geek suprême
Messages
378
Score réaction
26
Points
125
RimosPixel à dit:
Je t'invite à regarder sur ce lien: https://creators-area.fr/d/78-emp-cher-les-staff-de-votre-serveur-d-tre-toujours-staff
Salut je veux gardé mon system de code mais rajouté la fonction désactivé la touche V
 
thepsyca

thepsyca

Psychopathe
Messages
2 164
Score réaction
648
Points
365
C#:
local StaffTeam = { ["superadmin"] = true, ["admin"] = true, ["Modo"] = true,
}
hook.Add( "PlayerSay", "AdminMod", function( ply , text ) if string.lower( text ) == "!admin" && StaffTeam[ ply:GetUserGroup() ] then if ply:GetNWBool( "AdminMod" ) 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 )
hook.Add( "PlayerNoClip", "RemoveVClip", function( ply ) return ply:GetNWBool( "AdminMod" ) or false
end )
 
  • J'aime
Réactions: Yoh Sambre ♪
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 280
Score réaction
9 687
Points
1 845
thepsyca à dit:
C#:
local StaffTeam = { ["superadmin"] = true, ["admin"] = true, ["Modo"] = true,
}
hook.Add( "PlayerSay", "AdminMod", function( ply , text ) if string.lower( text ) == "!admin" && StaffTeam[ ply:GetUserGroup() ] then if ply:GetNWBool( "AdminMod" ) 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 )
hook.Add( "PlayerNoClip", "RemoveVClip", function( ply ) return ply:GetNWBool( "AdminMod" ) or false
end )
TriHard

 
  • Initiateur de la discussion
S

surky

Geek suprême
Messages
378
Score réaction
26
Points
125
Du coup grace a votre code sa enleve la touche V ?
 
  • Initiateur de la discussion
S

surky

Geek suprême
Messages
378
Score réaction
26
Points
125
?
 
Offshorp

Offshorp

Amazonia Studio
Messages
704
Score réaction
256
Points
210
Oui
 
Discord d'entraide
Rejoignz-nous sur Discord