Advertisement
ProToTN

MTA getPosition Script

Jan 21st, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. function getPosition ()
  2.     local x,y,z= getElementPosition(localPlayer)
  3.     outputChatBox(x..","..y..","..z)
  4. end
  5.  
  6. createMarker(2070.9990234375,987.36553955078,10.081497192383)
  7.  
  8. bindKey ( "X", "down", getPosition)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement