Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. local zene = playSound("music.mp3")
  2.  
  3. function zene ()
  4.  playSound(zene)
  5.  outputChatBox("Halgasd Szeretetel a Zenét by|Tibike")
  6. end
  7. addCommandHandler("zene",zene)
  8.  
  9. function stopzene ()
  10.  stopSound(zene)
  11.  outputChatBox("Sikeresen megálítotad  a Zenét by|Tibike")
  12. end
  13. addCommandHandler("stopzene",stopzene)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement