/githelper

GTA SA-MP || Simplifies working with git repositories in moonloader.

Primary LanguageLuaThe UnlicenseUnlicense

githelper

A moonloader script that loads all your scripts from the 'moonloader/scripts' folder and its subfolders, allowing you to work with git repositories.

To avoid loading from a folder, add the '$' symbol to its name.

Deps: CLEO 4+, SAMPFUNCS 5+, LuaFileSystem.

Configuration

The script can be configured to replace classic developer scripts.

-- Replaces reload_all. lua. Ctrl+R-reload all scripts.
reload_all = false
-- Replaces SF Integration
SF_integration = false
-- Will reload scripts from the scripts folder when they are changed (useful for dev).
-- ML-AutoReload will not always reload scripts from a custom folder.
AutoReload = true
-- Completely replaces ML-AutoReload
AutoReloadAll = false
-- delay AutoReload
autoreloaddelay = 1000