Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. "anim_sit": {
  2. "Сидеть 1": () => {
  3. alt.emitServer(`animation.set`, 128);
  4. },
  5. "Cидеть 2": () => {
  6. alt.emitServer(`animation.set`, 129);
  7. },
  8. "Cидеть 3": () => {
  9. alt.emitServer(`animation.set`, 130);
  10. },
  11. "Cидеть 4": () => {
  12. alt.emitServer(`animation.set`, 131);
  13. },
  14. "Cидеть 5": () => {
  15. alt.emitServer(`animation.set`, 132);
  16. },
  17. "Cидеть 6": () => {
  18. alt.emitServer(`animation.set`, 133);
  19. },
  20. },
  21. "anim_stand": {
  22. "Ожидать 1": () => {
  23. alt.emitServer(`animation.set`, 134);
  24. },
  25. "Ожидать 2": () => {
  26. alt.emitServer(`animation.set`, 135);
  27. },
  28. "Ожидать 3": () => {
  29. alt.emitServer(`animation.set`, 136);
  30. },
  31. "Оперется 1": () => {
  32. alt.emitServer(`animation.set`, 137);
  33. },
  34. "Оперется 2": () => {
  35. alt.emitServer(`animation.set`, 138);
  36. },
  37. "Уставший": () => {
  38. alt.emitServer(`animation.set`, 139);
  39. },
  40. "Сосредоточенный": () => {
  41. alt.emitServer(`animation.set`, 140);
  42. },
  43. },
  44. "anim_sex": {
  45. "Мужчина 1": () => {
  46. alt.emitServer(`animation.set`, 141);
  47. },
  48. "Мужчина 2": () => {
  49. alt.emitServer(`animation.set`, 142);
  50. },
  51. "Мужчина 3": () => {
  52. alt.emitServer(`animation.set`, 143);
  53. },
  54. "Женщина 1": () => {
  55. alt.emitServer(`animation.set`, 144);
  56. },
  57. "Женщина 2": () => {
  58. alt.emitServer(`animation.set`, 145);
  59. },
  60. "Женщина 3": () => {
  61. alt.emitServer(`animation.set`, 146);
  62. },
  63. "Женщина 4": () => {
  64. alt.emitServer(`animation.set`, 147);
  65. },
  66. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement