forked from Simnation/Main
23 lines
407 B
Lua
23 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',
|
||
|
}
|