Hi!
I've made an addon for MP game, and I want to upgrade the aircrafts, with incoming missle messages, on vehiclechat.
I tried this eventhandler:
class EventHandlers
         {
         incomingMissile = "this vehicleChat ""Incoming Missle!"""
         };
But it's not working, if an AA missle shot to the aircraft, ofp writes error: expected object. So in eventhandler, the "this" command isn't indentify that aircraft, what have this eventhandler. What sould i do?