NutScript icon indicating copy to clipboard operation
NutScript copied to clipboard

Weapon Holding

Open spudgun1001 opened this issue 2 years ago • 4 comments

I am using Custom Weaponry 2.0 and using CSS Models for the guns themselves, and all the models hold the guns in their crotch. Is there a way to correct this?

spudgun1001 avatar Aug 28 '22 17:08 spudgun1001

give weapons a different holdtype or retranslate holdtype class:

HOLDTYPE_TRANSLATOR["class"] = "class" -- normal/smg/shotgun/grenade/pistol

Dobytchick avatar Aug 28 '22 18:08 Dobytchick

give weapons a different holdtype or retranslate holdtype class:

HOLDTYPE_TRANSLATOR["class"] = "class" -- normal/smg/shotgun/grenade/pistol

And where would I put this?

spudgun1001 avatar Aug 28 '22 18:08 spudgun1001

sh_schema.lua 🤷🏻

Dobytchick avatar Aug 28 '22 18:08 Dobytchick

Keep in mind this repo is outdated. NutScript is now maintained here: https://github.com/NutScript/NutScript/

TovarischPootis avatar Aug 28 '22 18:08 TovarischPootis