Files

> > CS2D > Lua Scripts > Can't TK | GasGrenade and MolotovCocktail
Files overviewCS2D overviewLua Scripts overview

English Can't TK | GasGrenade and MolotovCocktail >

7 comments1,015 b, 650 Downloads

old Can't TK | GasGrenade and MolotovCocktail

Amaguya
User Off Offline

Can't TK | GasGrenade and MolotovCocktail
** Version : beta 0.4 **

> Author : MagNuM
> Special Thanks : Vectar666, Textual Context

FIXED
Only works if Friendly Fire is off.
FIXED
Does not work in a death match mode.
edited 4×, last 17.10.11 10:59:46 am
Approved by GeoB99

Download Download

1,015 b, 650 Downloads

Comments

7 comments
To the start Previous 1 Next To the start

Log in!

You need to log in to be able to write comments!Log in

old thx

Amaguya
User Off Offline

Thank you for suggestions.
I also noticed later.

Script was updating.
(Version: beta 0.2 --> beta 0.3)
edited 3×, last 13.10.11 11:05:36 am

old

Apache uwu
User Off Offline

Potentially you could check the id-team with source-team.

1
2
3
4
5
6
7
8
9
10
11
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

old

Slater
User Off Offline

hmm can you fix it at deathmatch that that script is deacactivated ??? But also NICe Script
I like it!

old

cv-47
User Off Offline

nice,so spys can't kill us
IMG:https://img696.imageshack.us/img696/5861/37522.png

IMG:https://img694.imageshack.us/img694/8213/554.jpg

IMG:https://img36.imageshack.us/img36/370/545dh.jpg
I like it!

old

Xpol
User Off Offline

SK
good lua that makes noobs can't kill us

old

palomino
User Off Offline

Good script. Especially if your teammates are idiots:)
I like it!
To the start Previous 1 Next To the start