Skip to content

VORPCORE/vorp_clothingstores-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VORP-ClothingStore Lua

Clothing Store for VORP Core

Refactored from C# to Lua with improvements

Requirements

How to install

  • 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_clothingstore folder to resources/vorp_clothingstore
  • Add ensure vorp_clothingstore to your server.cfg file
  • To change the language go to Config.lua and change the default language
  • If language does not exist in vorp_clothingstore/languages, please translate and PR :)
  • Now you are ready!

Optimizations

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.

Credits

License

Apache

Releases

No releases published

Packages

No packages published

Languages