A3Armory / A3A_A3Wasteland.Altis

A3Wasteland is a survival sandbox mission for Arma 3 where two teams and independent players fight for survival. Built in collaboration between GoT, TPG, KoS, 404Games, and others.
http://a3wasteland.com
GNU Affero General Public License v3.0
9 stars 6 forks source link

Bounty death message error #5

Closed Gigatek1 closed 8 years ago

Gigatek1 commented 8 years ago

@tylers-dev looks like the death messages are broke for bounty's but everything else still works. I get this error in my client rpt once I kill a bounty. Giga is not me.

12:53:36 Performance warning: SimpleSerialization::Read 'messageSystem' is using type of ,'TEXT' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
12:53:36 "Message Killed!--------------------------------Giga is taking a dirt napTowley has been rewarded the bounty of $90000"
12:53:36 Error in expression <geSystem];

_hint = messageSystem;
hint parseText _hint;
>
12:53:36   Error position: <parseText _hint;
>
12:53:36   Error parsetext: Type Text, expected String
12:53:36 File mpmissions\__CUR_MP.Altis\client\functions\serverMessage.sqf, line 11
12:55:59 WARNING: Function 'name' - Towley is dead
12:55:59 "KILLED by <NULL-object>"
AgentRev commented 8 years ago

just remove all parseText commands associated with hintBroadcast, messageSystem was changed to stop the SimpleSerialization spam