Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. local DBall = ''
  2.  
  3. function eventChatCommand(playerName, command)
  4. if command == "goku" then
  5. DBall = tfm.exec.addImage("385a1ad2666d11e78ef9109836a51f7d.png", "%"..playerName, -35, -60)
  6. elseif command == "goku ssj2" then
  7. DBall = tfm.exec.addImage("bef0d0f06a8611e78ef9109836a51f7d.png", "%"..playerName, -35, -60)
  8. elseif command == "spiderman" then
  9. DBall = tfm.exec.addImage("552dffde6a8711e78ef9109836a51f7d.png", "%"..playerName, -45, -60)
  10. elseif command == "hulk rojo" then
  11. DBall = tfm.exec.addImage("446d1624666f11e78ef9109836a51f7d.png", "%"..playerName, -35, -60)
  12. elseif command == "envidiame" then
  13. DBall = tfm.exec.addImage("0f37295a6a8811e78ef9109836a51f7d.png", "%"..playerName, -35, -60)
  14. elseif command == "vegetassj" then
  15. DBall = tfm.exec.addImage("0d3daf2e6a8e11e78ef9109836a51f7d.png", "%"..playerName, -35, -60)
  16. elseif command == "gohan" then
  17. DBall = tfm.exec.addImage("9104c1ac6a8f11e78ef9109836a51f7d.png", "%"..playerName, -35, -60)
  18. elseif command == "goten" then
  19. DBall = tfm.exec.addImage("b2b9c97e6a9811e78ef9109836a51f7d.png", "%"..playerName, -25, -60)
  20. elseif command == "vegeta777" then
  21. DBall = tfm.exec.addImage("63c82d76709a11e78ef9109836a51f7d.png", "%"..playerName, -25, -60)
  22. elseif command == "kale" then
  23. DBall = tfm.exec.addImage("eb087228709a11e78ef9109836a51f7d.png", "%"..playerName, -25, -60)
  24. elseif command == "barbie" then
  25. DBall = tfm.exec.addImage("81a8bc9c709b11e78ef9109836a51f7d.png", "%"..playerName, -25, -60)
  26. elseif command == "barbie" then
  27. DBall = tfm.exec.addImage("81a8bc9c709b11e78ef9109836a51f7d.png", "%"..playerName, -25, -60)
  28. end
  29. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement