block bomb damage? possible?
i tried ham_takedamage to block all damage on flagged user and return supercode but it blocked all trigger damage and fall damage but not the bomb one )= why?
|
Re: block bomb damage? possible?
You can remove the bomb when it explodes and create a fake exploding animation (with sound).
|
Re: block bomb damage? possible?
i don't want all players to block bomb damage, just one
|
Re: block bomb damage? possible?
You can kill everyone around the explosion area except for the wanted player.
|
Re: block bomb damage? possible?
and what about people not so far from bomb but which should not be killed but be damaged?
|
Re: block bomb damage? possible?
You need to use the calculation of distance and damage.
The farther the player, the least damage. If the player is close, give him high damage. There are many plugins who use that calculation, search. P.S: Something like this: PHP Code:
|
Re: block bomb damage? possible?
or you can just set that player godmode for one second while the bomb explodes...
|
Re: block bomb damage? possible?
Yeah I guess that will work.
|
Re: block bomb damage? possible?
how do i make player godmode right before explosion?
|
Re: block bomb damage? possible?
When you detect the bomb explosion, you can use this stock:
Code:
|
| All times are GMT -4. The time now is 08:56. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.