Hit Return 1TheVillager User Offline 21.07.17 11:43:50 pm This code not working ? 1234addhook("hit","HIT") function HIT(id,source) return 1 end
Re: Hit Return 1Masea Super User Offline 21.07.17 11:52:04 pm Is there any hit hook else? If so, remove that. Or for the last chance use this: 1234addhook("hit","_hit") function _hit(id,source) return 1 end
Re: Hit Return 1Yates Reviewer Offline 21.07.17 11:59:18 pm @ TheVillager: What do you want it to do?
Re: Hit Return 1TheVillager User Offline 22.07.17 12:00:47 am Returns value not working ? 1: ignore this hit (no damage) @ Yates: I want no damage
Re: Hit Return 1Hajt User Offline 22.07.17 12:39:47 am @ TheVillager: Your script should work but I bet you are using another script which also uses hit hook that's why it doesn't work. Try to add priority. addhook("hit","HIT",999)