Bodyparts
#1

I am not sure if the bodyparts were updated on 0.3.7.
But i have seen on PaulDanim's damage counter system (I am modifying it heavily with his credits on the script). Bodypart ID 4 is groin but base on wiki, bodypart id 4 is Chest. I thought Chest is Torso or uhm?? I am confused.

I am so sorry if i have posted this on the wrong section. Any help would be appreciated.

Sorry if i have a broken grammar or somethin'
Reply
#2

#define BODY_PART_TORSO 3
#define BODY_PART_GROIN 4
#define BODY_PART_LEFT_ARM 5
#define BODY_PART_RIGHT_ARM 6
#define BODY_PART_LEFT_LEG 7
#define BODY_PART_RIGHT_LEG 8
#define BODY_PART_HEAD 9

(Yes, the wiki does say CHEST, but in fact, if you shoot someone in the groin with these values, it does in fact return the groin bodypart. Not sure why/how this happened, but 4 is groin/genitals.)
Reply
#3

PHP код:
#define BODY_PART_TORSO 3
#define BODY_PART_GROIN 4
#define BODY_PART_LEFT_ARM 5
#define BODY_PART_RIGHT_ARM 6
#define BODY_PART_LEFT_LEG 7
#define BODY_PART_RIGHT_LEG 8
#define BODY_PART_HEAD 9 
EDIT: ALREADY REPLIED sorry
EDIT2: Chest is supposed to be TORSO
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)