Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. RegisterCommand("sjedi", function(source, args, rawCommandString)
  2. local ped = PlayerPedId()
  3. local cord = GetEntityCoords(ped)
  4. local head = GetEntityHeading(ped)
  5. --TaskStartScenarioInPlace(PlayerPedId(), "PROP_HUMAN_SEAT_BENCH", 0, true)
  6.  
  7. ESX.Streaming.RequestAnimDict("anim@heists@prison_heistunfinished_biztarget_idle", function()
  8. TaskPlayAnim(PlayerPedId(), "anim@heists@prison_heistunfinished_biztarget_idle", "target_idle", 8.0, -8.0, -1, 0, 0, false, false, false)
  9. end)
  10.  
  11. ESX.ShowNotification("Pritisnite X da se ustanete")
  12. end, false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement