** Version : beta 0.4 **
Author : MagNuM
Special Thanks : Vectar666, Textual Context

edited 4×, last 17.10.11 08:59:46 am
Approved by GeoB99
Download
1,015 b, 979 Downloads
Lua Scripts
Can't TK | GasGrenade and MolotovCocktail
Can't TK | GasGrenade and MolotovCocktail
4 like it!1,015 b, 979 Downloads
Author : MagNuM
Special Thanks : Vectar666, Textual Context

Download
1

addhook("hit","cs_hit")
function cs_hit(id,source,weapon)
	if weapon==72 or weapon==73 then
		if game("sv_friendlyfire")=="0" then
			if player(id,"team")==player(source,"team") then
				return 1
			end
		end
	end
end


1
