- Initiateur de la discussion
MenTra
Geek
- Messages
- 128
- Score réaction
- 10
- Points
- 85
Salutation,
Je cherche un anti props kill on m'as parler de cette commande
function antiPropDamage (victim, attacker) -- if (attacker:IsWorld()) then return false end if (attacker:IsValid()) and (not attacker:IsWorld()) then if (attacker:GetClass() == "prop_physics" or attacker:GetClass() == "gmod_wheel" or attacker:GetClass() == "prop_vehicle_jeep") then return false else if (attacker:IsPlayer()) then if (attacker:InVehicle()) then return false end --else -- return true end end end end hook.Add("PlayerShouldTakeDamage","nopropdamage",antiProp
Ah mettre dans garry's mod/lua/autorun/server je ne c'est pas comment lemttre merci de m'aider!
Je cherche un anti props kill on m'as parler de cette commande
function antiPropDamage (victim, attacker) -- if (attacker:IsWorld()) then return false end if (attacker:IsValid()) and (not attacker:IsWorld()) then if (attacker:GetClass() == "prop_physics" or attacker:GetClass() == "gmod_wheel" or attacker:GetClass() == "prop_vehicle_jeep") then return false else if (attacker:IsPlayer()) then if (attacker:InVehicle()) then return false end --else -- return true end end end end hook.Add("PlayerShouldTakeDamage","nopropdamage",antiProp
Ah mettre dans garry's mod/lua/autorun/server je ne c'est pas comment lemttre merci de m'aider!