Forum

> > CS2D > Scripts > Explosion without shake
Forums overviewCS2D overview Scripts overviewLog in to reply

English Explosion without shake

8 replies
To the start Previous 1 Next To the start

old Re: Explosion without shake

oxytamine
User Off Offline

Quote
JONY has written
Is it possible to do with lua explosion without quake (shaking)?
Thanks.

Impossible, it's all about CS2D source, I think.

old Re: Explosion without shake

J4x
User Off Offline

Quote
i think its possible try this :

1
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.

old Re: Explosion without shake

JONY
User Off Offline

Quote
and put flare on that tile ?:) so that it looks like explosion

I thought about it but i dont like it
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview