Tectoon

Untitled

Oct 29th, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. --[[
  2. tfm.exec.addImage(string_imageUrl,string_target,int_xPosition,int_yPosition,string_targetPlayer)
  3.  
  4. if string_targetPlayer = nil it will show to all the players
  5.  
  6. Examples:
  7. #mobileId -- '#5'
  8. $playerName -- '$Ruphylin'
  9. %playerName -- '%Ruphylin'
  10. ?backgroundLayerDepth -- '?1'  -- x,y
  11. _groundLayerDepth -- '_2' --
  12. !foregroundLayerDepth -- '!4'
  13. &fixedLayerDepth -- '&3'
  14.  
  15. *string_target must be string
  16.  
  17. url= http://i.imgur.com/g7zski8.png
  18. so string_imageUrl = 'g7zski8.png'
  19. --]]
  20.  
  21. tfm.exec.addImage('g7zski8.png','$Ruphylin',-10,-10)
Add Comment
Please, Sign In to add comment