LS Life - Crash Fix v1.4
========================

Original mod by Mcal9909: https://www.gta5-mods.com/scripts/ls-life
Crash Fix listing by chris22622: https://www.gta5-mods.com/scripts/ls-life-crash-fix

WHAT'S NEW IN v1.4
------------------
1. [DEALERS] section - configurable supplier menu name (mitto_backup).
   The original mod hardcoded "Zee" as the menu header. Set
   DEALER_MENU_NAME under [DEALERS] to whatever name fits your roleplay
   or map theme.

2. [ECONOMY] section - dealer hire fix (Brozay_Sayz_Ayoo).
   Reported bug: peds walking away from offers above $1M even with maxed
   slider. Root cause was a rng + LastOffer high-water-mark interaction
   that could soft-lock recruitment for that dealer. Two new safety
   valves below, both disable-able by setting to 0:

   * FORCE_ACCEPT_ABOVE - $ threshold above which the roll is bypassed
     and the dealer auto-accepts. Default 750000.
   * AUTO_ACCEPT_AFTER_WALKAWAYS - per-dealer walkaway budget. After N
     rejections the very next offer is auto-accepted, then the counter
     resets. Default 3.

3. Walkaway counter on AreaDealer plus reset on accept, so the per-dealer
   budget actually works the way the ini suggests.

REQUIREMENTS
------------
ScriptHookV (latest)
ScriptHookVDotNet 3 (Enhanced 1.1.0.5 confirmed on 1.0.3788.0 and newer)
NativeUI

INSTALLATION
------------
1. Replace LSlife.dll in /scripts with the one in this package.
2. Append [DEALERS] and [ECONOMY] sections from the bundled LSlife.ini
   into your existing LSlife.ini. Missing keys fall back to safe defaults
   so a vanilla v1.3 ini also works untouched (you just miss the new
   knobs).
3. Launch the game. Open the supplier menu with K (or your remapped key
   under [KEYS] MAIN), the menu header should reflect DEALER_MENU_NAME.

CREDITS THIS RELEASE
--------------------
- mitto_backup (configurable Zee menu name request)
- Brozay_Sayz_Ayoo (1M offer walkaway bug, traffic-laws compat insight)
- Trancenath91, Zazerim55, LJValetUK, O-MATIX (prior v1.3 features)
- All v1.0 - v1.3 reporters listed on the gta5-mods page

ON THE QUEUE FOR v1.5
---------------------
- [MAP] SunshineDream profile + [CARIBBEAN_SUPPLY_POINTS] tier
  (Ss4gogeta0 contributed coords). Requires deeper area spawn plumbing,
  shipping separately.
- Configurable dealer ped model (mitto_backup). Same plumbing as v1.5
  map work.
- Legacy edition (shvdn2) fork (Starfox1993).

Original mod credit: Mcal9909, https://www.gta5-mods.com/scripts/ls-life.
