I'm experiencing an issue where after going on duty and choosing an agency & vehicle, the player is completely unarmed. Code2 and Code3 backup is also unarmed and only uses fists. In agency selection menu weapons loadouts are greyed out and unavailable to choose. GTA V is also consistently crashing on startup. I have EUP installed through LML and believe this may be the issue but unsure as to why. Have clean reinstalled both LSPDFR and EUP (through LML and manually). Log: Pasted content Inventory: <Inventories> <Inventory> <!-- Simple patrol config with two pistol variants and small chance of a shotgun --> <Name>Patrol</Name> <ScriptName>patrol</ScriptName> <Weapon>WEAPON_CARBINERIFLE</Weapon> <Weapon>WEAPON_COMBATPISTOL</Weapon> <StunWeapon>WEAPON_STUNGUN</StunWeapon> </Inventory> <Inventory> <!-- Same as above but with a stungun --> <Name>Patrol (Stun)</Name> <ScriptName>patrol_stun</ScriptName> <Weapon>WEAPON_CARBINERIFLE</Weapon> <Weapon>WEAPON_COMBATPISTOL</Weapon> <StunWeapon>WEAPON_STUNGUN</StunWeapon> </Inventory> <Inventory> <!-- Simple config with just a combat pistol for motor cops --> <Name>Motor Patrol</Name> <ScriptName>biker</ScriptName> <Weapon>WEAPON_COMBATPISTOL</Weapon> </Inventory> <Inventory> <!-- Simple config with only a pistol - good as a default --> <Name>Default</Name> <ScriptName>default</ScriptName> <Weapon>WEAPON_PISTOL</Weapon> </Inventory> <Inventory> <!-- SWAT config with heavier weapons + attachments + armor --> <Name>SWAT</Name> <ScriptName>swat</ScriptName> <Weapon chance="70"> <Model>WEAPON_CARBINERIFLE</Model> <Component>COMPONENT_AT_AR_FLSH</Component> <!-- Flashlight --> <Component>COMPONENT_AT_AR_AFGRIP</Component> <!-- Grip --> <Component>COMPONENT_AT_SCOPE_MEDIUM</Component> <!-- Scope --> </Weapon> <Weapon chance="15"> <Model>WEAPON_PUMPSHOTGUN</Model> <Component>COMPONENT_AT_AR_FLSH</Component> <!-- Flashlight --> </Weapon> <Weapon chance="15"> <Model>WEAPON_COMBATPISTOL</Model> <Component>COMPONENT_AT_PI_FLSH</Component> <!-- Flashlight --> </Weapon> <StunWeapon>WEAPON_STUNGUN</StunWeapon> <Armor>100</Armor> </Inventory> </Inventories>