Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- spawnBody()
- {
- body = spawn("script_model", self.origin);
- body setmodel(self.model);
- body.angles = self.angles;
- body hidepart("back_mid");
- body2 = spawn("script_model", self.origin + (0, 0, 50));
- body2 setmodel(self.model);
- body2.angles = self.angles;
- body2 hidepart("j_hip_le");
- body2 linkto(body, "tag_origin", (0, 0, 0), (0, 0, 0));
- body scriptmodelplayanim("pb_combatrun_forward_loop");
- body2 scriptmodelplayanim("pt_stand_shoot");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement