Advertisement
Guest User

Untitled

a guest
May 20th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. function zakonczPrace(player)
  2. --if player ~= localPlayer then return end
  3. local el = getLocalPlayer()
  4. if el ~= player then return end
  5. destroyElement(m)
  6. outputChatBox("koniec")
  7. marker = 0
  8. triggerServerEvent("finishJob",player)
  9. setTimer(function()
  10. setElementPosition(localPlayer,1792.62793, -1909.23022, 13.39857)
  11. end,1000,1)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement