Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. function ROBSON()---Texto 1
  2. if (getDistanceBetweenPoints3D(0 , 0, 4 +.5, getElementPosition(getLocalPlayer()))) < 51 then
  3. local coords = {getScreenFromWorldPosition(5.42578125, 2.5712890625, 3.1096496582031)}
  4. if coords[1] and coords[2] then
  5. dxDrawText("Aluga-se T6", coords[1], coords[2], coords[1], coords[2], tocolor(16, 238, 16, 255), 5.00, "sans", "center", "center", false, false, false, false, false)
  6. end
  7. end
  8. end
  9. addEventHandler("onClientRender", root,ROBSON)
  10.  
  11. function ROBSON1()---Texto 2 Caso Queira
  12. if (getDistanceBetweenPoints3D(0 , 0, 4 +.5, getElementPosition(getLocalPlayer()))) < 51 then
  13. local coords = {getScreenFromWorldPosition( 6713867188, 0618896484, 507881164551)}
  14. if coords[1] and coords[2] then
  15. dxDrawText("#ROBSON", coords[1], coords[2], coords[1], coords[2], tocolor(0, 225, 0, 255), 4.00, "sans", "center", "center", false, false, false, false, false)
  16. end
  17. end
  18. end
  19. addEventHandler("onClientRender", root,ROBSON1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement