Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. BizItem("Sigarette",10,BIZ_TYPE_MARKET,"10$");
  2. BizItem("Dadi",75,BIZ_TYPE_MARKET,"75$");
  3. BizItem("Maschera",2500,BIZ_TYPE_MARKET,"2500$");
  4. BizItem("Tanica",250,BIZ_TYPE_MARKET,"250$");
  5. BizItem("Mazza da baseball",50,BIZ_TYPE_MARKET,"50$");
  6. BizItem("Pala",50,BIZ_TYPE_MARKET,"50$");
  7. BizItem("Mazza da golf",50,BIZ_TYPE_MARKET,"50$");
  8. BizItem("Cellulare",250,BIZ_TYPE_MARKET,"250$");
  9. BizItem("Radio",500,BIZ_TYPE_MARKET,"500$");
  10. BizItem("Radio Avanzata",2500,BIZ_TYPE_MARKET,"2500$");
  11. BizItem("Stereo per la casa",1750,BIZ_TYPE_MARKET,"1750$");
  12. BizItem("Stereo per il negozio",37500,BIZ_TYPE_MARKET,"37500$");
  13. BizItem("Macchina fotografica",250,BIZ_TYPE_MARKET,"250$");
  14.  
  15. BizItem("Pasto piccolo",30,BIZ_TYPE_RESTAURANT,"30$");
  16. BizItem("Pasto medio",50,BIZ_TYPE_RESTAURANT,"50$");
  17. BizItem("Pasto grande",80,BIZ_TYPE_RESTAURANT,"80$");
  18.  
  19. BizItem("Acqua",5,BIZ_TYPE_BAR,"5$");
  20. BizItem("Vodka",10,BIZ_TYPE_BAR,"10$");
  21. BizItem("Tequila",25,BIZ_TYPE_BAR,"25$");
  22. BizItem("Whiskey",30,BIZ_TYPE_BAR,"30$");
  23.  
  24. BizItem("Pistola 9MM (100 munizioni)", 5000, BIZ_TYPE_AMMUNATION, "5000$");
  25. BizItem("Desert Eagle (100 munizioni)", 7000, BIZ_TYPE_AMMUNATION, "7000$");
  26. BizItem("Shotgun (50 munizioni)", 6000, BIZ_TYPE_AMMUNATION, "6000$");
  27. BizItem("Country Rifle (50 munizioni)", 8500, BIZ_TYPE_AMMUNATION, "8500$");
  28. BizItem("Giubotto", 7500, BIZ_TYPE_AMMUNATION, "7500$");
  29.  
  30. BizItem("Vestito",1000,BIZ_TYPE_VICTIM,"1000$");
  31. BizItem("Vestito",1000,BIZ_TYPE_DIDIER,"1000$");
  32. BizItem("Vestito",1000,BIZ_TYPE_PROLAPS,"1000$");
  33. BizItem("Vestito",1000,BIZ_TYPE_SUBURBAN,"1000$");
  34. BizItem("Vestito",1000,BIZ_TYPE_BINCO,"1000$");
  35. BizItem("Vestito",1000,BIZ_TYPE_ZIP,"1000$");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement