Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. local outfits = {
  2. ['Outfit name'] = {
  3. category = 'Catgegoryname',
  4. ped = 'mp_m_freemode_01', -- M=Male F=Female
  5. props = {
  6. { 0, 11, 0 }, -- Hats, -1 than the value in vMenu. Also, do NOT change the first number (0, 1, 2, 3, etc)
  7. { 1, 0, 0 }, --
  8. { 2, 12, 0 }, --
  9. { 3, 12, 0 }, --
  10. },
  11. components = {
  12. { 1, 12, 1 }, -- Mask
  13. { 3, 1, 1 }, -- Hand / Upper body
  14. { 4, 23, 1 }, -- Legs / Pants
  15. { 5, 1, 1 }, -- Bags / Parachutes
  16. { 6, 26, 1 }, -- Shoe
  17. { 7, 0, 1 }, -- Neck /Scarfs
  18. { 8, 130, 1 }, -- Shirt / Accessory
  19. { 9, 12, 3 }, -- Body Armor
  20. { 10, 1, 1 }, -- Decal
  21. { 11, 78, 1 }, -- Shirt Overlay & Jacket
  22. },
  23. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement