Commit Graph

18 Commits

Author SHA1 Message Date
David Malchin 7fab401ed2 Fix Styling (#758)
* style: ensure consistent indentation

* style: add spacing

* style: add newlines

* style: simplify html

* fix: update javascript indent size in contribution guidelines
2022-07-18 23:45:46 +03:00
MaximusR9 b726a0cb0c Update exports.lua 2022-06-16 18:43:07 +05:00
Kakarot fd3591e3ee Merge branch 'main' into patch-1 2022-06-15 17:46:14 -07:00
Kakarot 9d3506f5d0 Merge branch 'main' into main 2022-06-15 17:32:51 -07:00
Lionh34rt 8062549f1b fix(server): linting issues 2022-06-08 17:26:49 +02:00
Lionh34rt bc95a864b9 ExploitBan export
This export allows you to use it any script for exploit checks. Instead of having to define the function in multiple scripts like:

exports['qb-core']:ExploitBan(source, "pawn-shop")

https://github.com/qbcore-framework/qb-pawnshop/commit/8e81307cbabc3607fe4a82f88abf13765b35cf2f
2022-06-06 03:34:48 +02:00
almez bdd95c074f Update exports.lua 2022-05-10 21:00:17 +03:00
MaximusR9 dc97e2f7b0 Add Remove and Update export functions
Added remove and update functions to dynamically remove or update jobs/items/gangs without having to restart the server.
2022-04-25 08:44:31 +05:00
BerkieBb db11f3d9cc fix(server/exports): wrong variable 2022-03-13 20:43:26 +01:00
BerkieBb 2e75bdbdb5 fix(server/exports): wrong variable
Co-authored-by: ItsANoBrainer <itsanobrainergg@protonmail.com>
2022-03-12 12:30:13 +01:00
BerkieBb 31888996ab feat!: ace permission system 2022-02-24 21:58:49 +01:00
BerkieBb 1412d02db1 tweak(server/exports): Remove unnecessary code 2022-02-23 11:17:16 +01:00
BerkieBb 41f01f842b tweak(core/version/getter): add if statement back for invoking resource 2022-02-19 12:51:13 +01:00
BerkieBb f82fb1a118 style(server/exports): ocd 2022-02-18 19:12:57 +01:00
Idris Dev efd28061e4 feat (server/exports): Added GetCoreVersion to return the manifest version of the core. 2022-02-15 13:51:35 +11:00
Idris e7efdbd509 hotfix (exports): Updated the way functions return, now returns status, message and item (if applicable). 2022-02-13 21:49:59 +11:00
Idris 74f088e451 feat (exports): Added minor validation to the new exports. 2022-02-13 21:28:22 +11:00
Idris ae29c94a40 feat (Shared): Added the ability to dynamically update the shared jobs, items and gangs. 2022-02-13 20:45:49 +11:00