Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. AddCreateObjCallback(function(obj)
  2. if obj and obj.type == "MissileClient" then
  3. print(obj.spellName);
  4. print(obj.spellOwner);
  5. print(obj.spellStart);
  6. print(obj.spellEnd);
  7. end
  8. end);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement