How to create fake-explosion? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to create fake-explosion? (
/showthread.php?tid=112199)
How to create fake-explosion? -
ft941 - 06.12.2009
As you create explosions "ineffective", so that the player does not die?
I already tried with SetPlayerTeam, but does not work.
Re: How to create fake-explosion? -
Streetplaya - 06.12.2009
There are different types for explosions, see the wiki for that.
Re: How to create fake-explosion? -
ft941 - 06.12.2009
https://sampwiki.blast.hk/wiki/CreateExplosion
Re: How to create fake-explosion? -
FUNExtreme - 06.12.2009
https://sampwiki.blast.hk/wiki/Explosion_List
Re: How to create fake-explosion? -
ft941 - 06.12.2009
Which one should I choose? -.- "
Re: How to create fake-explosion? -
Streetplaya - 06.12.2009
The second one, obv.
Re: How to create fake-explosion? -
ft941 - 06.12.2009
Correct
id 1 works
Re: How to create fake-explosion? -
Streetplaya - 06.12.2009
Store their health in a variable,
set their health to 10000,
do the explosion,
set a timer like 500ms that resets the health
Re: How to create fake-explosion? -
ft941 - 06.12.2009
id 1 work, I had 2 id
Re: How to create fake-explosion? -
ft941 - 06.12.2009
how do I shake the camera, when you are close to the explosion?