mirror of
https://github.com/jimathy/jim-boarding.git
synced 2026-03-31 06:23:54 -04:00
34 lines
566 B
Lua
34 lines
566 B
Lua
name "jim-boarding"
|
|
author "Jimathy"
|
|
version "2.1.0"
|
|
description "Electric Skateboard/Surfboard Script"
|
|
fx_version "cerulean"
|
|
game "gta5"
|
|
lua54 'yes'
|
|
|
|
server_script '@oxmysql/lib/MySQL.lua'
|
|
|
|
shared_scripts {
|
|
'locales/*.lua',
|
|
|
|
'config.lua',
|
|
|
|
-- Required core scripts
|
|
'@ox_lib/init.lua',
|
|
'@ox_core/lib/init.lua',
|
|
|
|
'@es_extended/imports.lua',
|
|
|
|
'@qbx_core/modules/playerdata.lua',
|
|
|
|
--Jim Bridge
|
|
'@jim_bridge/starter.lua',
|
|
|
|
'shared/*.lua'
|
|
}
|
|
|
|
client_scripts { 'client/*.lua' }
|
|
|
|
server_script { 'server/*.lua' }
|
|
|
|
dependency 'jim_bridge' |