e756e29294
Restaurat jobs.lua din git (Quasar fork a suprascris joburile 17mov). Adăugat item map în items.lua (lipsea, rupt rv-maphold). Setat licences.driver = false în config.lua. Override QBCore.Functions.Notify + QBCore:Notify event → 17mov_Hud:ShowNotification (toate notificările merg automat prin 17mov_Hud).
26 lines
555 B
JSON
26 lines
555 B
JSON
{
|
|
"name": "@overextended/oxmysql",
|
|
"version": "1.4.2",
|
|
"description": "Exports wrapper for oxmysql",
|
|
"types": "MySQL.d.ts",
|
|
"main": "MySQL.js",
|
|
"scripts": {
|
|
"prepublish": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/overextended/oxmysql.git"
|
|
},
|
|
"keywords": [
|
|
"fivem",
|
|
"oxmysql",
|
|
"sql"
|
|
],
|
|
"author": "Overextended",
|
|
"license": "LGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/overextended/oxmysql/issues"
|
|
},
|
|
"homepage": "https://github.com/overextended/oxmysql#readme"
|
|
}
|