- rv-itemsonback v2.0: afișare props pe corp din inventar (medikit etc.) - Admin menu /itemsonback cu ox_lib (search items, adjust pos/rot, select bone) - Live preview cu auto-cleanup + /clearpreview emergency - Config persistent JSON (data/items.json) - Disable idle camera + idle animations (InvalidateIdleCam) - resources.cfg: safety net ensure qs-weaponsonback - fix(qs-inventory): Config.Genders[0]=Male pt QBCore compatibility
18 lines
377 B
Lua
18 lines
377 B
Lua
Config = {}
|
|
|
|
Config.WeapDraw = {
|
|
variants = { 130, 122, 3, 6, 8 },
|
|
weapons = {
|
|
'WEAPON_PISTOL',
|
|
'WEAPON_PISTOL_MK2',
|
|
'WEAPON_COMBATPISTOL',
|
|
'WEAPON_APPISTOL',
|
|
'WEAPON_PISTOL50',
|
|
'WEAPON_REVOLVER',
|
|
'WEAPON_SNSPISTOL',
|
|
'WEAPON_HEAVYPISTOL',
|
|
'WEAPON_VINTAGEPISTOL',
|
|
'WEAPON_SPECIALCARBINE'
|
|
}
|
|
}
|