Advertisement
Guest User

Untitled

a guest
Jun 12th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. TriggerClientEvent("mythic_progbar:client:progress", {
  2. name = "unique_action_name",
  3. duration = 10000,
  4. label = "Action Label",
  5. useWhileDead = false,
  6. canCancel = true,
  7. controlDisables = {
  8. disableMovement = true,
  9. disableCarMovement = true,
  10. disableMouse = false,
  11. disableCombat = true,
  12. },
  13. animation = {
  14. animDict = "missheistdockssetup1clipboard@idle_a",
  15. anim = "idle_a",
  16. },
  17. prop = {
  18. model = "prop_paper_bag_small",
  19. }
  20. }, function(status)
  21. if not status then
  22. -- Do Something If Event Wasn't Cancelled
  23. end
  24. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement