Forum

> > CS2D > Scripts > Freezing laser
Forums overviewCS2D overview Scripts overviewLog in to reply

English Freezing laser

3 replies
To the start Previous 1 Next To the start

old Freezing laser

Cereal Guy
User Off Offline

Quote
Somone have a script that can make a specific laser to freeze players?

old Re: Freezing laser

Jynxxx
User Off Offline

Quote
Guessing this is what you want.
1
2
3
4
5
6
7
addhook("hit","laser_hit")
function laser_hit(id,source,weapon)
	if weapon == 45 then
		parse("speedmod "..id.." -50")
		timer(2000,"parse","speedmod "..id.." 0")
	end
end

old Re: Freezing laser

Eternal
User Off Offline

Quote
I think when you shoot at someone then he dies , not freeze

1
parse("mp_wpndmg laser 0")
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview