Skip to content

Releases: tunasayin/2na_core

v0.3.0

22 Apr 22:04
Compare
Choose a tag to compare
  • Added RegisterUsableItem function

v0.2.9

18 Apr 15:23
Compare
Choose a tag to compare
  • Added GetPlayerFromCharacterIdentifier function
  • Exported config to make it accessible from outside of the module
  • Added tonumber() for ESX money interaction functions

v0.2.8

11 Dec 19:17
Compare
Choose a tag to compare
  • Added GetCharacterIdentifier function for fetching character identifier.

v0.2.7

19 Oct 20:48
Compare
Choose a tag to compare
  • Now it is not required to enter the database and framework name manually, the script automatically finds it.
  • Fixed script not correctly comparing the latest version and installed version
  • Bunch of code improvements implemented
  • Improved error messages

v0.2.6

10 Mar 13:17
Compare
Choose a tag to compare
  • Fixed a bug in the CheckUpdate function.
  • Removed a useless server callback.

v0.2.5

10 Mar 12:41
Compare
Choose a tag to compare
  • Added Includes function for checking whether a table has a value or not
  • Fixed issues on fetching new release data from GitHub
  • Added type system
  • Added GetFramework & GetDatabase functions to support every alias of framework names such as es_extended for ESX or QBCore for QB

v0.2.4

20 Feb 18:19
Compare
Choose a tag to compare
  • Updated the 'getSharedObject' trigger event to exports for supporting more versions of ESX.
  • Updated the description of the script in the manifest file.

v0.2.3

19 Feb 11:01
Compare
Choose a tag to compare
  • Fixed CreatePlayer returning the wrong gender on ESX
  • Fixed CreatePlayer causing an error on QB on the money section

v0.2.2

18 Feb 18:28
Compare
Choose a tag to compare
  • Now TriggerCallback function on serverside can run without a callback function
  • Fixed CreatePlayer.getBank function returning the wrong value

v2.0.1

18 Feb 13:18
Compare
Choose a tag to compare
  • Added Capitalize string function.
  • Added gender, birth and job fields to the CreatePlayer function.