This repository has been archived on 2025-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
UIRP-5M/resources/[core]/ui-base/fxmanifest.lua
2025-02-02 10:40:42 +01:00

20 lines
332 B
Lua

fx_version 'adamant'
game 'gta5'
description 'UIRP_Base Modification Framework'
client_scripts {
---'discord.lua', -- Rich Presence
'savewheelpos.lua', -- Keep wheel when out of car
'Cloth.lua', -- Clothing commands
'config.lua',
'crouch.lua'
---'escape-menu.lua'
}
server_scripts {
--'UIRP_CORE.dll',
'config.lua'
}