Advertisement
Rochet2

Untitled

Dec 4th, 2014
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. function DebugSpellCast(event, player, spell, skipCheck)
  2.     print(player:GetLocation())
  3.     print(spell:GetTargetDest())
  4. end
  5. RegisterPlayerEvent(5, DebugSpellCast)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement