Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #include <amxmodx>
  2. #include <hamsandwich>
  3.  
  4. public plugin_init() {
  5. RegisterHam(Ham_TraceAttack, "player", "TraceAttack",0 );
  6. }
  7.  
  8. public TraceAttack(ent, attacker, float:damage, Float:direction[3], trace, bits)
  9. {
  10. return HAM_SUPERCEDE;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement