The idea is that grenades should bounce off of players.
It's pretty hard to see the effect in the screenshots so a youtube video is located here.
Approved by Seekay
Download
2 kb, 495 Downloads
addhook("attack","_attack") function _attack(id) 	if player(id,"weapon")==51 then 		parse("strip "..id.." 51") 	end end