Scripts/resources/[custom_script]/vstancer/fxmanifest.lua

17 lines
255 B
Lua
Raw Permalink Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 19:48:41 +00:00
games { 'gta5' }
--dependency 'MenuAPI'
files {
--'@MenuAPI/MenuAPI.dll',
'MenuAPI.dll',
'Newtonsoft.Json.dll',
'config.json'
}
client_scripts {
'VStancer.Client.net.dll'
}
export 'SetVstancerPreset'
export 'GetVstancerPreset'