Forum

> > CS2D > Scripts > Kill FlashBang
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Kill FlashBang

9 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Kill FlashBang

sheeL
User Off Offline

Zitieren
Hello I wanted to kill with flashbang
but with zombie
example:
when i play the flash if it kills the Zombie to get it
1× editiert, zuletzt 07.12.11 14:01:00

alt Re: Kill FlashBang

sheeL
User Off Offline

Zitieren
user Kel9290 hat geschrieben
Your threads sucks. One, two and this — ALL SUCKS. You say random crap which no one understand. If you wan't get help then LEARN FUCKIN' ENGLISH. Or go to any another forum - turkish, russian, korean, etc.

You wan't kill a flashbang? So epic.


cry cry cry baby

alt Re: Kill FlashBang

sheeL
User Off Offline

Zitieren
user Kel9290 hat geschrieben
user sheeL hat geschrieben
cry cry cry baby

You know are you saying random shit?



I just want to help with my script
I do not want help from noob
already looked at his script voting system?
does not work
creed

alt Re: Kill FlashBang

Informatixa
User Off Offline

Zitieren
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
addhook('projectile', 'OnProjecTile')
function OnProjecTile(id, wpn, x, y)
	if wpn == 52 then
		local team = player(id, 'team')
		local tablex = 'tableliving'
		if team == 1 then
			tablex = 'team2living'
		elseif team == 2 then
			tablex = 'team1living'
		end
		
		for _, v in pairs(player(0, tablex)) do
			local px = player(v, 'x')
			local py = player(v, 'y')
			
			if px >= (x - 320) and px <= (x + 320) and py >= (y - 240) and py <= (y + 240) then
				parse(string.format('customkill %s Flashed %s', id, v))
			end
		end
	end
end

alt Re: Kill FlashBang

medeiros
User Off Offline

Zitieren
You can't kill (a) flashbang, lol.
But of course I think you meant to kill [u]with[/b] a flashbang.

alt Re: Kill FlashBang

Jela331
User Off Offline

Zitieren
Zombie plague script has a script in which when you throw flash and it explodes, zombie dies if it's near it.

alt Re: Kill FlashBang

Alistaire
User Off Offline

Zitieren
Yea but that script is like;

1
2
3
Flashbang impact = FlX and FlY
	Explode on FlX and FlY
End
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht