LuaLoader for simple lua-scripts loading
Example script using this loader is on path csgo/scripts/vscripts/example.lua
lua_loadscript SCRIPT_NAME - loads script from scripts/vscripts by its name
lua_listscripts - list all scripts loaded through LuaLoader
lua_reloadscript SCRIPT_ID - reload script by its ID from lua_listscripts
- Download this repository
- Upload to server
- Add to "cfg/server.cfg" next command: exec lualoader