forked from Simnation/Main
18 lines
248 B
Lua
18 lines
248 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
author 'Chema Sanchez (QBCore Conversion)'
|
|
description 'Shisha Script for QBCore'
|
|
version '1.0.0'
|
|
|
|
client_scripts {
|
|
'client.lua',
|
|
}
|
|
|
|
server_scripts {
|
|
'server.lua',
|
|
}
|
|
|
|
dependencies {
|
|
'interact-sound'
|
|
}
|