Jump to content

vegamax113

Pre Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About vegamax113

  • Rank
    Newbie
  1. vegamax113

    TAW View Distance Script

    Error Message; No entry 'mpission\__cur_mp.Altis\description.ext/TAW_VD/controls/VD_terr_none.colorDisabled To fix error you must edit dialog.hpp color Disabled is missing line 258. colorDisabled[] = { 1, 1, 1, 0.500000 }; should look like this class TAWVD_activeText { idc = -1; type = 11; style = 0; x = 0; y = 0; h = 0.037; w = 0.3; sizeEx = 0.040; font = "PuristaLight"; color[] = { 1, 1, 1, 1 }; colorActive[] = { 1, 0.2, 0.2, 1 }; colorDisabled[] = { 1, 1, 1, 0.500000 }; soundEnter[] = {"\A3\ui_f\data\sound\onover", 0.09, 1}; soundPush[] = {"\A3\ui_f\data\sound\new1", 0.0, 0}; soundClick[] = {"\A3\ui_f\data\sound\onclick", 0.07, 1}; soundEscape[] = {"\A3\ui_f\data\sound\onescape", 0.09, 1}; action = ""; text = ""; };
×