Skip to content

Draconic SWEPs Thirdperson Settings

Vuthakral edited this page Mar 15, 2022 · 1 revision

This system is in its infancy and will see more features in the future.

Raw Code Paste

SWEP.Thirdperson = true
SWEP.ThirdpersonOffset = Vector(45, -25, 0)

Explanation of Variables

  • SWEP.Thirdperson = true/false -- When set to true, will force the player into Draconic's thirdperson camera system.
  • SWEP.ThirdpersonOffset = Vector(Forward, Side, Up) -- +X is Forward, -Y is Right, +Z is Up. Offsets camera position.
Clone this wiki locally