Files
red-valley/resources/[framework]/[depends]/VehicleDeformation/fxmanifest.lua
2026-03-29 21:41:17 +03:00

16 lines
179 B
Lua

fx_version 'cerulean'
games { 'gta5' }
client_script {
'deformation.lua',
'client/*.lua'
}
server_script {
'server/*.lua'
}
escrow_ignore {
'deformation.lua'
}