AMX Mod X Plugin - "Luck" system for Half-Life 1 mods and plugins
Written by Swamp Dog @ ModRiot.com August 18-19, 2016
Last updated September 19, 2016
For use as a base "Luck" system for mods, or to be used as a "Luck Mod".
Can be expanded into a full "Luck Mod" with individual sub-plugins, such as the example plugin "luck_health.sma".
Example plugin included with Luck Core plugin.
To use other plugins with this Core plugin, add them to /addons/amxmodx/configs/plugins-luck.ini
To change cvars with Luck Mod,, edit /addons/amxmodx/configs/luck.cfg
Natives which can be used with other plugins to expand "Luck Mod":
see https://github.com/swmpdg/Luck-Mod-API/wiki/Natives for a list and link to the "luck.inc" include file.
Cvars which control how Luck Mod API handles settings of plugins which use the natives:
Information about plugin commands for the example plugin included:
see https://github.com/swmpdg/Luck-Mod-API/wiki/Example-plugin-commands