Scripts/resources/[custom_script]/boii-chiphack/fxmanifest.lua
2024-12-29 20:48:41 +01:00

23 lines
290 B
Lua

----------------------------------
--<!>-- BOII | DEVELOPMENT --<!>--
----------------------------------
fx_version 'cerulean'
game 'gta5'
version 'V1.0'
lua54 'yes'
ui_page 'html/index.html'
files {
'html/**/*'
}
client_scripts {
'client/*'
}
escrow_ignore {
'client/*'
}