Forum

> > CS2D > Scripts > Explosion without shake
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Explosion without shake

8 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: Explosion without shake

oxytamine
User Off Offline

Zitieren
JONY hat geschrieben
Is it possible to do with lua explosion without quake (shaking)?
Thanks.

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

alt Re: Explosion without shake

J4x
User Off Offline

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

alt Re: Explosion without shake

JONY
User Off Offline

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

I thought about it but i dont like it
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht