PDA

View Full Version : aircraft.hitNamed to damage aircraft does not work for multiplayer



Sods
Dec-24-2013, 23:11
I have been trying a script with aircraft.hitNamed method. It looks like this only works for the Host but not for any other players in game. workaround is to use the aircraft.cutLimb method. could this be fixed?

ATAG_Bliss
Dec-25-2013, 22:12
I have been trying a script with aircraft.hitNamed method. It looks like this only works for the Host but not for any other players in game. workaround is to use the aircraft.cutLimb method. could this be fixed?

This is one of those bugs that's been there since the beginning. Thankfully at least one method works. We've used it to put restrictions on plane types before. They are hard to fly when you spawn in and every single control surface you have falls off your plane :D

Sods
Dec-27-2013, 06:16
Hi Bliss,

This is one of those bugs that's been there since the beginning.

is there a list of non working methods in code so that numpties like me do not spend time trying to make this work, that cant work :D