Posts: 327
Threads: 49
Joined: Mar 2009
Reputation:
0
Hi, the police shield resists weapons bullets??
Thanks
Posts: 785
Threads: 22
Joined: Jun 2007
Reputation:
0
Objects attached to players are never solid, but if its not attached it is solid, yes.
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
If added as normal object, it is I think. But if you attach an object to a player (no matter what object) it looses it collision, so it wouldnt block bullets.
Posts: 327
Threads: 49
Joined: Mar 2009
Reputation:
0
Amm ok, thanks for your fast responses
Posts: 721
Threads: 58
Joined: Sep 2009
Reputation:
0
You could easily script it so that if you have a sheild, you get extra health though, since no shields work fully, theres always that 1 shot that gets you from a weak point.
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Basically, with your OnPlayerShootPlayer, you can at least check if a player is hit from the front, and if yes, decrease the damage.
If I have some free time, I might add an high-accurate police shield check to my system, to show that it is absolutely not useless if you take yourself some time to script.