1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-06 15:36:50 +02:00
parent 6d22d5f77c
commit 63fbc60a00
86 changed files with 8352 additions and 3428 deletions

View file

@ -0,0 +1,57 @@
fx_version 'cerulean'
games { 'gta5' }
author 'Mîhó'
description 'Manage vehicle keys!'
version '1.1.1'
dependency 'kimi_callbacks'
dependency 'NativeUI'
server_scripts {
--'@mysql-async/lib/MySQL.lua',
'@oxmysql/lib/MySQL.lua',
'config.lua',
'server.lua'
}
client_scripts {
-- comment these lines if not using the ContextMenu
--'@ContextMenu/screenToWorld.lua',
--'@ContextMenu/Drawables/Color.lua',
--'@ContextMenu/Drawables/Rect.lua',
--'@ContextMenu/Drawables/Text.lua',
--'@ContextMenu/Drawables/Sprite.lua',
--'@ContextMenu/Menu/Item.lua',
--'@ContextMenu/Menu/TextItem.lua',
--'@ContextMenu/Menu/CheckboxItem.lua',
--'@ContextMenu/Menu/SubmenuItem.lua',
--'@ContextMenu/Menu/Separator.lua',
--'@ContextMenu/Menu/Border.lua',
--'@ContextMenu/Menu/Menu.lua',
--'@ContextMenu/Menu/MenuPool.lua',
-- comment this line if not using NativeUILua
'@NativeUI/NativeUI.lua',
'@ox_lib/init.lua',
'config.lua',
'client.lua'
}
server_exports {
'IsVehicleOwner',
'IsKeyOwner',
'IsVehicleOrKeyOwner',
'GetPlayerKeys',
'GetPlayerVehicles'
}
exports {
'IsVehicleOwner',
'IsKeyOwner',
'IsVehicleOrKeyOwner',
'GetAllKeys',
'GetAllVehicles'
}