Explosion without shake
8 replies



JONY has written:
Is it possible to do with lua explosion without quake (shaking)?
Thanks.
Thanks.
Impossible, it's all about CS2D source, I think.
i think its possible try this :
the id 51 is for HE so it only works with the HE grenade.
Code:
1
2
3
4
5
6
2
3
4
5
6
addhook("hit","noshake")
function noshake(id)
if weapon == 51 then
parse("shake "..id.." 0")
end
end
function noshake(id)
if weapon == 51 then
parse("shake "..id.." 0")
end
end
the id 51 is for HE so it only works with the HE grenade.
you can just hurt players in certain radius with
sethealth

and put flare on that tile ?:) so that it looks like explosion
I thought about it but i dont like it

I thought about it but i dont like it




