Advertisement
stabulous

Untitled

Apr 3rd, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function Shoot(args, player)
  2. Chat:Broadcast(tostring(args.target).. " was hit by" .. tostring(player) .. ". " .. tostring(args.target:GetHealth()) .. "health remaining", Color(0, 0, 255))
  3.  
  4. end
  5.  
  6. Network:Subscribe("Shoot",Shoot)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement