Freecode wrote:
Little offtopic here but can u find out before the bullet is hit?
(without any TraceLine() hacks)??

Impossible. Traceline is required to determine whether anything collides with that line. Once you've determined that you've "hit" a player, you can check which hitbox the line hit. You can then vary the amount of damage done (or do no damage at all) based on what hitbox was hit by the traceline.

Since there aren't any "real" bullets in the game, you don't actually
hit a player with a bullet.  You hit a player with a traceline, then
deal out damage based on what the line hit.  Bullets don't exist.

--
Jeffrey "botman" Broome

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Reply via email to