Bodypart: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "<big>To be used with StartRecordingPlayerData <source lang="lua"> BODYPART_BODY 0 BODYPART_TORSO 1 BODYPART_LEFTARM 2 BODYPART_RIGHTARM 3 BODYPART_LEFTLEG 4 BODYPART_...")
 
No edit summary
 
Line 1: Line 1:
<big>To be used with [[StartRecordingPlayerData]]
<big>To be used with [[SendShotInfo]] and [[SendDeathInfo]]
<source lang="lua">
<source lang="lua">
BODYPART_BODY  0
BODYPART_BODY  0

Latest revision as of 04:20, 20 November 2022

To be used with SendShotInfo and SendDeathInfo

BODYPART_BODY  0
BODYPART_TORSO  1
BODYPART_LEFTARM  2
BODYPART_RIGHTARM  3
BODYPART_LEFTLEG  4
BODYPART_RIGHTLEG  5
BODYPART_HEAD  6