forked from Simnation/Main
22 lines
407 B
Lua
22 lines
407 B
Lua
|
|
-----------------For support, scripts, and more----------------
|
|
--------------- https://discord.gg/AeCVP2F8h7 -------------
|
|
---------------------------------------------------------------
|
|
|
|
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
description 'Sitting Script'
|
|
version '1.0.0'
|
|
author 'Snipe'
|
|
|
|
lua54 'yes'
|
|
|
|
shared_scripts{
|
|
'@ox_lib/init.lua',
|
|
'shared/**/*.lua'
|
|
}
|
|
|
|
client_scripts{
|
|
'client/**/*.lua',
|
|
}
|