Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <KitsConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <Kits>
  4. <Kit>
  5. <Name>food</Name>
  6. <XP>0</XP>
  7. <Money xsi:nil="true" />
  8. <Vehicle xsi:nil="true" />
  9. <Items>
  10. <Item id="13" amount="3" />
  11. <Item id="14" amount="3" />
  12. </Items>
  13. <Cooldown>1800</Cooldown>
  14. </Kit>
  15. <Kit>
  16. <Name>medic</Name>
  17. <XP>0</XP>
  18. <Money xsi:nil="true" />
  19. <Vehicle xsi:nil="true" />
  20. <Items>
  21. <Item id="394" amount="5" />
  22. </Items>
  23. <Cooldown>1800</Cooldown>
  24. </Kit>
  25. <Kit>
  26. <Name>gun</Name>
  27. <XP>0</XP>
  28. <Money xsi:nil="true" />
  29. <Vehicle xsi:nil="true" />
  30. <Items>
  31. <Item id="109" amount="1" />
  32. <Item id="111" amount="3" />
  33. <Item id="476" amount="1" />
  34. </Items>
  35. <Cooldown>3600</Cooldown>
  36. </Kit>
  37. </Kits>
  38. <GlobalCooldown>1</GlobalCooldown>
  39. </KitsConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement