Files
red-valley/resources/[framework]/[depends]/VehicleDeformation/fxmanifest.lua

16 lines
179 B
Lua
Raw Normal View History

2026-03-29 21:41:17 +03:00
fx_version 'cerulean'
games { 'gta5' }
client_script {
'deformation.lua',
'client/*.lua'
}
server_script {
'server/*.lua'
}
escrow_ignore {
'deformation.lua'
}