Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- tfm.exec.addImage(string_imageUrl,string_target,int_xPosition,int_yPosition,string_targetPlayer)
- if string_targetPlayer = nil it will show to all the players
- Examples:
- #mobileId -- '#5'
- $playerName -- '$Ruphylin'
- %playerName -- '%Ruphylin'
- ?backgroundLayerDepth -- '?1' -- x,y
- _groundLayerDepth -- '_2' --
- !foregroundLayerDepth -- '!4'
- &fixedLayerDepth -- '&3'
- *string_target must be string
- url= http://i.imgur.com/g7zski8.png
- so string_imageUrl = 'g7zski8.png'
- --]]
- tfm.exec.addImage('g7zski8.png','$Ruphylin',-10,-10)
Add Comment
Please, Sign In to add comment