1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/snipe-sitting/fxmanifest.lua

23 lines
407 B
Lua
Raw Permalink Normal View History

2025-07-16 23:45:37 +02:00
-----------------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',
}