로딩중...
좋아요 0
댓글 2
동영상 0
업로드 0
팔로워 0
  • Default

    do windows XP one :D

    2015년 08월 18일 (화)
  • Default

    @Little9009 Download ScriptHookDotNet v1.1 (https://github.com/crosire/scripthookvdotnet/releases/tag/v1.1)

    And to disable the noise/msg popup go to SPG.ini in gtaV folder edit it and set
    "<Key>use_net_notifications</Key>
    <Value>True</Value>" to "<Value>False</Value>"
    (The noise is from the popup msg the activates 1000 times)
    Dont activate it in the F5 menu it wil crash your game and it wil not start until you disable it again (do the same as above)
    If you using GTA V mod manager add SPG.ini to mod folder and copy this in the SPG.ini:

    <?xml version="1.0"?>
    <ScriptSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <FavoriteVehicleList />
    <Options>
    <ScriptSettingsOption>
    <Key>open_mechanic_menu_key</Key>
    <Value>F5</Value>
    </ScriptSettingsOption>
    <ScriptSettingsOption>
    <Key>use_net_notifications</Key>
    <Value>False</Value>
    </ScriptSettingsOption>
    </Options>
    </ScriptSettings>

    2015년 07월 20일 (월)