Skip to content

Dozno/wix_core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIX CORE

banner_small

Core script made for our resources. discord

GitBook

Table of Contents

Installation

To install WIX CORE, follow these steps:

  1. Download the latest release from the releases page.
  2. Extract the downloaded files into your resources folder.
  3. Make sure the resource is called wix_core.
  4. Add ensure wix_core to your server.cfg file.

Supported Scripts

The wix_core script is designed to support multiple frameworks, inventory systems, notification methods, and anticheats. If you miss any scripts feel free to make a pull request or message me on discord to add them. Below is a list of supported options:

Frameworks

  • ESX
  • QBCore
  • Auto Detection (Automatically detects the installed framework)

Inventory Systems

Notification Systems

Anicheats

Usage

Client

exports['wix_core']:Notify('Test Title', 'This is a test message', 'success')

Shared

exports['wix_core']:Debug('ERROR/INFO/EXPORTS/RESOURCES', 'Problem found.')

Server

exports['wix_core']:UpdateChecker(GetResourceMetadata(GetCurrentResourceName(), 'version', 0))
exports['wix_core']:AddItem(playerId, item, amount)
exports['wix_core']:RemoveItem(playerId, item, amount)
exports['wix_core']:CanCarryItem(playerId, item, amount)
exports['wix_core']:RegisterUseableItem(item, callback)
exports['wix_core']:Ban(playerId, reason)
exports['wix_core']:AddMoney(playerId, account, amount)
exports['wix_core']:RemoveMoney(playerId, account, amount)
exports['wix_core']:GetMoney(playerId, account)
exports['wix_core']:SetMoney(playerId, account, amount)

License

  • This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
  • You may not sell this script or redistribute it without providing the source code.
  • Modifications must retain original credits and use the same license (GPLv3).

About

Core script made for our resources.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Lua 100.0%