Advertisement
Guest User

SKRYPTBOOMBOX

a guest
Jun 25th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. function onResourceStart()
  2. local piosenka = playSound3D("piosenka.mp3", x, y, z, true)
  3. end
  4. addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), onResourceStart)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement