Advertisement
LordNoobIV

Untitled

Apr 3rd, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Foo = function(args)
  2. local message = tostring(args.attacker).." has shot "..LocalPlayer:GetName().." "..tostring(args.playertostring(args.damage).." damage!"
  3. print(message, Color(255, 255, 255))
  4. return false
  5.  
  6. end
  7.  
  8. Events:Subscribe("LocalPlayerBulletHit", Foo)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement