rockbandcheeseman

Simplified

Nov 19th, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. function OnDamageLookup(receiver, causer, tagData, tagName) -- called when something is trying to do damage to a player
  2.  
  3.     if string.find(tagName, "melee") then
  4.         writefloat(tagdata, 0x1D0, 0.00001)
  5.         writefloat(tagdata, 0x1D4, 0.00001)
  6.         writefloat(tagdata, 0x1D8, 0.00001)
  7.     end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment