GUN CONTROL STANDALONE
for Grand Theft Auto V

(C) 2021, 2022 WithLithum
See "LICENSE.txt" for license

Source code available at https://gitlab.com/WithLithum/GunControlV
This document is best viewed with the new Windows 11 Notepad with Consolas font
(11px)

PURPOSE
=======================
This script restricts weapons to certain peds in order to simulate a scenario
of having strict gun laws in San Andreas.

USAGE WITH LSPDFR
=======================
Using LSPDFR with this script is not supported. Only standalone usage is
supported by this script. This is due to limitations since this script cannot
communicate with LSPDFR and thus might causing troubles. If you wants to use
this with LSPDFR, either compile the prototype LSPDFR plugin variant from
source, or use this variant (standalone) at your own risk.

REQUIREMENTS
=======================
- ScriptHookV by Alexander Blade (http://www.dev-c.com/gtav/scripthookv/)
- SHVDN by crosire et al. (https://www.gta5-mods.com/tools/scripthookv-net.)

INSTALLING
=======================
Copy everthing in To Game Folder folder to your GTA V install folder (e.g.
where your GTA5.exe was located).

ISSUES
=======================
- If a script or mission spawns peds with weapons without setting them as
  persistent, they will likely get removed. This is due to game limitations.

Script only removes weapons once, so you can programmatically undo the effects
of GunControl script.

CHANGELOG
=======================
See CHANGELOG.txt
