1
0
Fork 0
forked from Simnation/Main
Main/resources/[qb]/dpclothing/fxmanifest.lua
2025-06-07 08:51:21 +02:00

14 lines
No EOL
426 B
Lua

fx_version 'bodacious'
game 'gta5'
author 'dullpear'
version '1.0.3'
description 'dpClothing+'
client_scripts {
'Client/Functions.lua', -- Global Functions / Events / Debug and Locale start.
'Locale/*.lua', -- Locales.
'Client/Config.lua', -- Configuration.
'Client/Variations.lua', -- Variants, this is where you wanan change stuff around most likely.
'Client/Clothing.lua',
'Client/GUI.lua', -- The GUI.
}