rebel1324 / NutScript

A free role-play framework for Garry's Mod.
http://nutscript.net
MIT License
66 stars 32 forks source link

Weapon Holding #377

Open spudgun1001 opened 2 years ago

spudgun1001 commented 2 years ago

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?

Dobytchick commented 2 years ago

give weapons a different holdtype or retranslate holdtype class:

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

spudgun1001 commented 2 years ago

give weapons a different holdtype or retranslate holdtype class:

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

And where would I put this?

Dobytchick commented 2 years ago

sh_schema.lua 🤷🏻

TovarischPootis commented 2 years ago

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