- Initiateur de la discussion
S
SkyNax
Geek
- Messages
- 107
- Score réaction
- 3
- Points
- 80
Voila tout est dans le titre !
Merci !
(Et je voudrais un addons pas
APAnti !)
Merci !
(Et je voudrais un addons pas
APAnti !)
Dernière édition:
Il ne fait que l'anti propkill pour le propsurf il va falloir passer par un addons :/SkyNax à dit:Oui tant que ça limite le props fly / kill
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",antiPropDamage)
Oui il suffit de le mettre dans un nouveaux fichier lua avec pour nom "nopropkill.lua" dans : garrysmod/lua/autorun/server .SkyNax à dit:Je suppose que ça va dans LUA, Serveur ?
Et puis pour limité le props surf t'aurait pas une idée ou un addons ?
Sinon merci quand même pour la ligne !