e047d8f9ac
+ Added the phone which is working already. + Added RP-Radio for testing.
19 lines
346 B
Lua
19 lines
346 B
Lua
fx_version 'cerulean'
|
|
game 'common'
|
|
|
|
name 'oxmysql'
|
|
description 'Database wrapper for FiveM utilising node-mysql2 offering improved performance and security.'
|
|
version '1.9.2'
|
|
url 'https://github.com/overextended/oxmysql'
|
|
author 'overextended'
|
|
|
|
dependencies {
|
|
'/server:5104',
|
|
}
|
|
|
|
server_scripts {
|
|
'dist/server/build.js',
|
|
}
|
|
|
|
provide 'mysql-async'
|