Clothing Store for VORP Core
Refactored from C# to Lua with improvements
- disable clothing stores C# if you are using replace with this one.
- Download the lastest version of VORP ClothingStore using
Code > DownloadZip - Copy and paste
vorp_clothingstorefolder toresources/vorp_clothingstore - Add
ensure vorp_clothingstoreto yourserver.cfgfile - To change the language go to
Config.luaand change the default language - If language does not exist in
vorp_clothingstore/languages, please translate and PR :) - Now you are ready!
Client and Server side threads are completely idle until called upon. The previous version was calling everything together at once leading to substantial resource usage. You can see the difference down below.
-
@UnderworldServers Core rework into Lua
