Advertisement
Guest User

bug-shop-sk

a guest
May 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. #Vetements =
  2. on npc right click:
  3. if citizen is 22:
  4. open virtual chest inventory with size 1 named "&1Magasin" to player
  5. wait 2 ticks
  6. format gui slot 3 of player with leather chestplate named "&1T-Shirt" to run:
  7. format gui slot 4 of player with leather leggings named "&1Pantalon" to run set:
  8. close player's inventory
  9. open virtual chest inventory with size 1 named "&2Pantalons" to player
  10. wait 2 ticks
  11. format gui slot 0 of player with leather leggings named "&415" to run set {pantalon.1.%player%} to 1
  12. format gui slot 1 of player with leather leggings named "&415" to run set {pantalon.2.%player%} to 1
  13. format gui slot 2 of player with leather leggings named "&415" to run set {pantalon.3.%player%} to 1
  14. format gui slot 3 of player with leather leggings named "&415" to run set {pantalon.4.%player%} to 1
  15. format gui slot 4 of player with leather leggings named "&415" to run set {pantalon.5.%player%} to 1
  16. format gui slot 5 of player with leather leggings named "&415" to run set {pantalon.6.%player%} to 1
  17. format gui slot 6 of player with leather leggings named "&415" to run set {pantalon.7.%player%} to 1
  18. format gui slot 7 of player with leather leggings named "&415" to run set {pantalon.8.%player%} to 1
  19. format gui slot 8 of player with leather leggings named "&415" to run set {pantalon.9.%player%} to 1
  20. format gui slot 5 of player with leather boots named "&1Chaussures" to run set {chaussures.%player%} to 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement