19 lines
540 B
Lua
19 lines
540 B
Lua
-----------------For support, scripts, and more----------------
|
|
--------------- https://discord.gg/wasabiscripts -------------
|
|
---------------------------------------------------------------
|
|
|
|
fx_version 'cerulean'
|
|
game 'gta5'
|
|
lua54 'yes'
|
|
|
|
version '2.0.7'
|
|
author 'wasabi/ edit by nordi'
|
|
description 'QBCore Skill Based Fishing edit'
|
|
|
|
shared_scripts { '@ox_lib/init.lua', 'configuration/*.lua' }
|
|
|
|
client_scripts { 'bridge/**/client.lua', 'client/*.lua' }
|
|
|
|
server_scripts { 'bridge/**/server.lua', 'server/*.lua' }
|
|
|
|
dependencies { 'ox_lib' }
|