Advertisement
Guest User

Untitled

a guest
Aug 31st, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. addCommandHandler( "getxyz",
  2.     function ()
  3.         local x,y,z = source:getPosition()
  4.         outputChatBox( tostring(x)..","..tostring(y)..","..tostring(z) )
  5.     end
  6. )
  7.  
  8. ---------------
  9. [12:17:09] ERROR: mtadm\core_s.lua:30: attempt to index global 'source' (a nil v
  10. alue)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement