EssentialMode 4
New
- FXServer compatibility
- Native money UI option
- Automated update checks
- Code fixes
- Server exports
- Convars (no edits needed to any of the core files)
- DB code updates
Changes
- Player βclassβ has been edited to fix an issue with metatables, as I abused them in NeoLua. So the β:β has been replaced with β.β example:
user:setMoney(500)
-- needs to be
user.setMoney(500)
and to get player values
user.money
-- needs to be
user.get('money')
This isnβt a release, just an update post!
Also this
#OneThousandthPosts