Advertisement
Guest User

Untitled

a guest
Jan 11th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Citizen.CreateThread(function()
  2. while true do
  3. Wait(0)
  4. RequestModel(599294057)
  5. while not HasModelLoaded(599294057) do
  6. Wait(0)
  7. end
  8. local SpawnObject = CreatePed(4, 599294057, -2071.59, -306.52, 13.15)
  9. SetEntityHeading(SpawnObject, 77.39)
  10. FreezeEntityPosition(SpawnObject, true)
  11. local dictPed = "mini@strip_club@idles@bouncer@base"
  12. RequestAnimDict(dictPed)
  13. while not HasAnimDictLoaded(dictPed) do
  14. Citizen.Wait(100)
  15. end
  16. end
  17. end
  18. end
  19. end
  20. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement