Thanks.
Forum
CS2D Scripts Explosion without shakeExplosion without shake
8 replies 1
Thanks.
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.
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
the id 51 is for HE so it only works with the HE grenade.
I thought about it but i dont like it
1