strong kickback?
Moderator: InsideQC Admins
3 posts
• Page 1 of 1
strong kickback?
does anyone know how to get that strong kick back effect where when u shoot the weapon you fly back? :0
bah
- MeTcHsteekle
- Posts: 399
- Joined: Thu May 15, 2008 10:46 pm
- Location: its a secret
self.velocity = self.velocity + (v_forward * -600) + (v_up * 200);
(up is needed in order to stop friction with the floor)
That'll throw the player backwards.
something like that?
optionally, makevectors (self.v_angle_y * '0 1 0' + self.v_angle_z * '0 0 1'); just before...
(up is needed in order to stop friction with the floor)
That'll throw the player backwards.
something like that?
optionally, makevectors (self.v_angle_y * '0 1 0' + self.v_angle_z * '0 0 1'); just before...
- Spike
- Posts: 2892
- Joined: Fri Nov 05, 2004 3:12 am
- Location: UK
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest