20 lines
332 B
Lua
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'
|
|
} |