Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. INSERT INTO `weashops` (`name`, `item`, `price`) VALUES
  2.  
  3. ('BlackWeashop1', 'weapon_appistol 50', 300000),
  4. ('BlackWeashop1', 'weapon_switchblade', 25000),
  5. ('BlackWeashop1', 'weapon_heavypistol 50', 200000),
  6. ('BlackWeashop1', 'weapon_combatpdw 50', 1200000),
  7. ('BlackWeashop1', 'weapon_pumpshotgun 50', 950000),
  8. ('BlackWeashop1', 'weapon_microsmg 50', 550000),
  9. ('BlackWeashop1', 'clip', 550),
  10. ('BlackWeashop2', 'clip', 2900),
  11. ('BlackWeashop2', 'weapon_snspistol 50', 70000),
  12. ('BlackWeashop2', 'weapon_pistol 50', 100000),
  13. ('BlackWeashop2', 'weapon_stone_hatchet', 22000),
  14. ('BlackWeashop2', 'weapon_bottle', 1600),
  15. ('BlackWeashop2', 'weapon_smokegrenade', 5000),
  16. ('BlackWeashop2', 'weapon_flare', 1000),
  17. ('BlackWeashop2', 'weapon_machete', 15000),
  18. ('BlackWeashop2', 'handcuffs', 10000),
  19. ('BlackWeashop3', 'drill', 20000),
  20. ('BlackWeashop3', 'driller', 11000),
  21. ('BlackWeashop3', 'weapon_flashlight', 12000),
  22. ('BlackWeashop3', 'weapon_hammer', 2000),
  23. ('BlackWeashop3', 'weapon_wrench', 4000),
  24. ('BlackWeashop3', 'weapon_flaregun', 40000),
  25. ('BlackWeashop3', 'weapon_knuckle', 10000),
  26. ('BlackWeashop3', 'silencieux', 1500),
  27. ('BlackWeashop2', 'silencieux', 1500);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement