Forum

> > CS2D > Scripts > Kill FlashBang
Forums overviewCS2D overview Scripts overviewLog in to reply

English Kill FlashBang

9 replies
To the start Previous 1 Next To the start

old Kill FlashBang

sheeL
User Off Offline

Quote
Hello I wanted to kill with flashbang
but with zombie
example:
when i play the flash if it kills the Zombie to get it
edited 1×, last 07.12.11 02:01:00 pm

old Re: Kill FlashBang

sheeL
User Off Offline

Quote
user Kel9290 has written
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

old Re: Kill FlashBang

sheeL
User Off Offline

Quote
user Kel9290 has written
user sheeL has written
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

old Re: Kill FlashBang

Informatixa
User Off Offline

Quote
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

old Re: Kill FlashBang

medeiros
User Off Offline

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

old Re: Kill FlashBang

Jela331
User Off Offline

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

old Re: Kill FlashBang

Alistaire
User Off Offline

Quote
Yea but that script is like;

1
2
3
Flashbang impact = FlX and FlY
	Explode on FlX and FlY
End
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview