Dateien

> > CS2D > Lua Scripts > Can't TK | GasGrenade and MolotovCocktail
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch Can't TK | GasGrenade and MolotovCocktail >

7 Kommentare1.015 b, 650 Downloads

alt 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.
4× editiert, zuletzt 17.10.11 10:59:46
Zugelassen von GeoB99

Download Download

1.015 b, 650 Downloads

Kommentare

7 Kommentare
Zum Anfang Vorherige 1 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt thx

Amaguya
User Off Offline

Thank you for suggestions.
I also noticed later.

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

alt

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

alt

Slater
User Off Offline

hmm can you fix it at deathmatch that that script is deacactivated ??? But also NICe Script
Ich mag es!

alt

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
Ich mag es!

alt

Xpol
User Off Offline

SK
good lua that makes noobs can't kill us

alt

palomino
User Off Offline

Good script. Especially if your teammates are idiots:)
Ich mag es!
Zum Anfang Vorherige 1 Nächste Zum Anfang