Main/resources/[jobs]/[weapons]/ND_GunAnims/data/holster.lua

24 lines
956 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
-- change holster clothing when pulling out or hosltering weapon.
-- variation can be found here: https://docs.fivem.net/natives/?_0x67F3780DD425D4FC
-- Male & female keys have these: {holstered, unholstered}
return {
{
weapons = {`weapon_pistol_mk2`,`WEAPON_REVOLVER`,`WEAPON_HEAVYPISTOL`,`WEAPON_APPISTOL`},
variation = 7,
male = {182, 186},
},
{
weapons = {`weapon_pistol_mk2`,`WEAPON_REVOLVER`,`WEAPON_HEAVYPISTOL`,`WEAPON_APPISTOL`},
variation = 7,
male = {179, 183},
2025-06-30 01:10:39 +02:00
female = {235, 234},{233, 232},{231, 230},{229, 228},{227, 226},{225, 224},{223, 222},{221, 220},{219, 218},{217, 216},{215, 214},{211, 210},{209, 208},{207, 206},{205, 204},{203, 199},{202, 198},{201, 197},{200, 196}
2025-06-07 08:51:21 +02:00
},
{
weapons = {`weapon_pistol_mk2`,`WEAPON_REVOLVER`,`WEAPON_HEAVYPISTOL`,`WEAPON_APPISTOL`},
variation = 7,
male = {187, 188}
2025-06-30 01:10:39 +02:00
female = {213, 212}
2025-06-07 08:51:21 +02:00
}
}