OFPEC Forum

Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting Multiplayer => Topic started by: Cougarxr7 on 23 Jun 2009, 06:12:15

Title: Variable 'mando_hitch_hud' does not support serialization and should not be ....
Post by: Cougarxr7 on 23 Jun 2009, 06:12:15
Hi,
 I run the "ULITMATE COMBAT" game server for ARMA2.
 When I run this map, "Coop_30_Evolution_=SEALZ=_v1_0.Chernarus".
I get this error at start up and game load ,
 "Variable 'mando_hitch_hud' does not support serialization and should not be stored in the mission namespace."
Does anyone know why?
Thanks!
Title: Re: Variable 'mando_hitch_hud' does not support serialization and should not be ....
Post by: Spooner on 23 Jun 2009, 19:03:15
Probably because they made significant changes to dialog management in A2 and that A1 dialog stuff doesn't work any more?

Anyway, look up disableSerialization as the best way to remove that error for ported stuff (just put it at the top of every script and function dealing with displays). For new stuff, try to develop properly using uiNamespace.