Advertisement
Guest User

Untitled

a guest
Feb 7th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local player = minetest.get_player_by_name()
  2.  
  3.  
  4. local idx = player:hud_add({
  5. hud_elem_type = "text",
  6. position = {x = 1, y = 0},
  7. offset = {x=-100, y = 20},
  8. scale = {x = 100, y = 100},
  9. text = "text"
  10. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement