Darkrp

  • Initiateur de la discussion MrAissa
  • Date de début
  • Initiateur de la discussion
M

MrAissa

Geek
Messages
48
Score réaction
1
Points
90
Bonjour , Bonsoir,

J'aimerais savoir comment faire pour interdire au joueur de détruire leur voiture avec le destructeur et qu'il n'as que les superadmin admin modo etc... qui peuvent le faire
 
Guthen

Guthen

è_é
Messages
233
Score réaction
84
Points
150
À mettre dans : lua/autorun/disableremovertool.lua:
hook.Add( "CanTool", "DisableRemoverTool", function(ply, tr, tool))
if tool == "remover" and tr.Entity:IsValid() and tr.Entity:IsVehicle() then if ply:IsAdmin() then return true end return false end
end
 
  • Initiateur de la discussion
M

MrAissa

Geek
Messages
48
Score réaction
1
Points
90
GoldArthurFR à dit:
À mettre dans : lua/autorun/disableremovertool.lua:
hook.Add( "CanTool", "DisableRemoverTool", function(ply, tr, tool))
if tool == "remover" and tr.Entity:IsValid() and tr.Entity:IsVehicle() then if ply:IsAdmin() then return true end return false end
end

Bonsoir tout d'abord merci de votre réponse mes aucun fichier de se trouve a ce nom disableremovertool.lua
 
Syze_cs

Syze_cs

Geek suprême
Messages
610
Score réaction
135
Points
160
MrAissa à dit:
Bonsoir tout d'abord merci de votre réponse mes aucun fichier de se trouve a ce nom disableremovertool.lua
Créé le
 
Discord d'entraide
Rejoignz-nous sur Discord