AoD_Talons

clothing shop cfg

Feb 17th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1.  
  2. local cfg = {}
  3.  
  4. -- define customization parts
  5. local parts = {
  6. ["Face"] = 0,
  7. ["Hair"] = 2,
  8. ["Hand"] = 3,
  9. ["Legs"] = 4,
  10. ["Shirt"] = 8,
  11. ["Shoes"] = 6,
  12. ["Jacket"] = 11,
  13. ["Hats"] = "p0",
  14. ["Glasses"] = "p1",
  15. ["Ears"] = "p2",
  16. ["Watches"] = "p6"
  17. }
  18.  
  19. -- changes prices (any change to the character parts add amount to the total price)
  20. cfg.drawable_change_price = 20
  21. cfg.texture_change_price = 5
  22.  
  23.  
  24. -- skinshops list {parts,x,y,z}
  25. cfg.skinshops = {
  26. {parts,72.2545394897461,-1399.10229492188,29.3761386871338},
  27. {parts,449.81854248047,-993.30865478516,30.689584732056},
  28. {parts,-703.77685546875,-152.258544921875,37.4151458740234},
  29. {parts,-167.863754272461,-298.969482421875,39.7332878112793},
  30. {parts,428.694885253906,-800.1064453125,29.4911422729492},
  31. {parts,-829.413269042969,-1073.71032714844,11.3281078338623},
  32. {parts,-1193.42956542969,-772.262329101563,17.3244285583496},
  33. {parts,-1447.7978515625,-242.461242675781,49.8207931518555},
  34. {parts,11.6323690414429,6514.224609375,31.8778476715088},
  35. {parts,1696.29187011719,4829.3125,42.0631141662598},
  36. {parts,123.64656829834,-219.440338134766,54.5578384399414},
  37. {parts,618.093444824219,2759.62939453125,42.0881042480469},
  38. {parts,1190.55017089844,2713.44189453125,38.2226257324219},
  39. {parts,-3172.49682617188,1048.13330078125,20.8632030487061},
  40. {parts,-1108.44177246094,2708.92358398438,19.1078643798828}
  41. }
  42.  
  43. return cfg
Advertisement
Add Comment
Please, Sign In to add comment