SA-MP Forums Archive
Damage with hydra - 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)
+--- Thread: Damage with hydra (/showthread.php?tid=596888)



Damage with hydra - Florentin77 - 23.12.2015

Hello everyone,

I'd like to know if it is possible to detect that an hydra fired on a dynamic object?

Thank you

Flo'


Re: Damage with hydra - Florentin77 - 24.12.2015

Anyone get a solution?


Re: Damage with hydra - SupperRobin6394 - 24.12.2015

Quote:
Originally Posted by Florentin77
Посмотреть сообщение
Anyone get a solution?
Nope


Re: Damage with hydra - SoFahim - 24.12.2015

Maybe not possible.
impossible = 99% , Possible = 1%


Re: Damage with hydra - Ritzy2K - 24.12.2015

Not possible on object, but possible at a player.


Re: Damage with hydra - TwinkiDaBoss - 24.12.2015

It is somewhat possible.

Make a manual firing with it, meaning detect how the flare flies from the Hydra (what direction, at what angle bla bla bla). Create an object that will represent the flare and make it move same way as the flare. Now make a really small timer that will check if there are any DynamicObjects near your object and if there are do your actions.