forked from Simnation/Main
ed
This commit is contained in:
parent
d7ad6fb4bd
commit
db8bf32d69
5 changed files with 378 additions and 0 deletions
22
resources/[tools]/snipe-sitting/fxmanifest.lua
Normal file
22
resources/[tools]/snipe-sitting/fxmanifest.lua
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
-----------------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',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue