Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.00 KB | None | 0 0
  1. StoreHandler.AddItem( 'my_first_store', {
  2.  
  3. id = 1,
  4.  
  5. name = 'SMG Charger',
  6.  
  7. ent = 'tfa_cso_charger5',
  8.  
  9. model = 'models/weapons/tfa_cso/w_charger5.mdl',
  10.  
  11. colors = { foreground = Color( 255, 0, 255), outline = Color( 255, 0, 255 },
  12.  
  13. description = "",
  14.  
  15. price = 25000000,
  16.  
  17. page = 'Weapons',
  18.  
  19. properties = {
  20.  
  21. permanent_item = true, type = 'Weapon',
  22.  
  23. main_fov = 30, can_feature = false, force_set_feature = false
  24.  
  25. }
  26.  
  27. } )
  28.  
  29.  
  30. StoreHandler.AddItem( 'my_first_store', {
  31.  
  32. id = 2,
  33.  
  34. name = 'Dual Kriss Vector',
  35.  
  36. ent = 'tfa_cso_dualkriss',
  37.  
  38. model = 'models/weapons/tfa_cso/w_dualkriss.mdl',
  39.  
  40. colors = { foreground = Color( 255, 0, 255 ), outline = Color( 255, 0, 255) },
  41.  
  42. description = "",
  43.  
  44. price = 25000000,
  45.  
  46. page = 'Weapons',
  47.  
  48. properties = {
  49.  
  50. permanent_item = true, type = 'Weapon',
  51.  
  52. main_fov = 30, can_feature = false, force_set_feature = false
  53.  
  54. }
  55.  
  56. } )
  57.  
  58.  
  59.  
  60. StoreHandler.AddItem( 'my_first_store', {
  61.  
  62. id = 3,
  63.  
  64. name ='ARX 160 Master',
  65.  
  66. ent = 'tfa_cso_arx160_master',
  67.  
  68. model = 'models/weapons/tfa_cso/w_arx160_master.mdl',
  69.  
  70. colors = { foreground = Color( 255, 0, 255), outline = Color( 255, 0, 255 },
  71.  
  72. description = "",
  73.  
  74. price = 25000000,
  75.  
  76. page = 'Weapons',
  77.  
  78. properties = {
  79.  
  80. permanent_item = true, type = 'Weapon',
  81.  
  82. main_fov = 30, can_feature = false, force_set_feature = false
  83.  
  84. }
  85.  
  86. } )
  87.  
  88.  
  89.  
  90. StoreHandler.AddItem( 'my_first_store', {
  91.  
  92. id = 4,
  93.  
  94. name ='Dual Pistols',
  95.  
  96. ent = 'tfa_cso_dualinfinityfinal',
  97.  
  98. model = 'models/weapons/tfa_cso/w_infinity_redex.mdl',
  99.  
  100. colors = { foreground = Color( 255, 0, 255), outline = Color( 255, 0, 255 },
  101.  
  102. description = "",
  103.  
  104. price = 25000000,
  105.  
  106. page = 'Weapons',
  107.  
  108. properties = {
  109.  
  110. permanent_item = true, type = 'Weapon',
  111.  
  112. main_fov = 30, can_feature = false, force_set_feature = false
  113.  
  114. }
  115.  
  116. } )
  117.  
  118.  
  119.  
  120.  
  121. StoreHandler.AddItem( 'my_first_store', {
  122.  
  123. id = 5,
  124.  
  125. name ='Laserowy Shotgun',
  126.  
  127. ent = 'tfa_cso_bouncer',
  128.  
  129. model = 'models/weapons/tfa_cso/w_bouncer.mdl',
  130.  
  131. colors = { foreground = Color( 255, 0, 255), outline = Color( 255, 0, 255 },
  132.  
  133. description = "",
  134.  
  135. price = 25000000,
  136.  
  137. page = 'Weapons',
  138.  
  139. properties = {
  140.  
  141. permanent_item = true, type = 'Weapon',
  142.  
  143. main_fov = 30, can_feature = false, force_set_feature = false
  144.  
  145. }
  146.  
  147. } )
  148.  
  149.  
  150.  
  151. StoreHandler.AddItem( 'my_first_store', {
  152.  
  153. id = 6,
  154.  
  155. name ='Automatyczny Pistolet',
  156.  
  157. ent = 'tfa_cso_turbulent1',
  158.  
  159. model = 'models/weapons/tfa_cso/w_turbulent_1.mdl',
  160.  
  161. colors = { foreground = Color( 255, 0, 255), outline = Color( 255, 0, 255 },
  162.  
  163. description = "",
  164.  
  165. price = 25000000,
  166.  
  167. page = 'Weapons',
  168.  
  169. properties = {
  170.  
  171. permanent_item = true, type = 'Weapon',
  172.  
  173. main_fov = 30, can_feature = false, force_set_feature = false
  174.  
  175. }
  176.  
  177. } )
  178.  
  179.  
  180.  
  181. StoreHandler.AddItem( 'my_first_store', {
  182.  
  183. id = 7,
  184.  
  185. name ='Kusza na wybuchowe bełty',
  186.  
  187. ent = 'tfa_cso_speargun',
  188.  
  189. model = 'models/weapons/tfa_cso/w_speargun.mdl',
  190.  
  191. colors = { foreground = Color( 255, 0, 255), outline = Color( 255, 0, 255 },
  192.  
  193. description = "",
  194.  
  195. price = 25000000,
  196.  
  197. page = 'Weapons',
  198.  
  199. properties = {
  200.  
  201. permanent_item = true, type = 'Weapon',
  202.  
  203. main_fov = 30, can_feature = false, force_set_feature = false
  204.  
  205. }
  206.  
  207. } )
  208.  
  209. StoreHandler.AddItem( 'my_first_store', {
  210.  
  211. id = 8,
  212.  
  213. name ='Pistolet na wodę',
  214.  
  215. ent = 'tfa_cso_watergun',
  216.  
  217. model = 'models/weapons/tfa_cso/w_watergun.mdl',
  218.  
  219. colors = { foreground = Color( 255, 0, 255), outline = Color( 255, 0, 255 },
  220.  
  221. description = "",
  222.  
  223. price = 25000000,
  224.  
  225. page = 'Weapons',
  226.  
  227. properties = {
  228.  
  229. permanent_item = true, type = 'Weapon',
  230.  
  231. main_fov = 30, can_feature = false, force_set_feature = false
  232.  
  233. }
  234.  
  235. } )
  236.  
  237. StoreHandler.AddItem( 'my_first_store', {
  238.  
  239. id = 9,
  240.  
  241. name ='Gitara',
  242.  
  243. ent = 'tfa_cso_guitar',
  244.  
  245. model = 'models/weapons/tfa_cso/w_guitar.mdl',
  246.  
  247. colors = { foreground = Color( 255, 0, 255), outline = Color( 255, 0, 255 },
  248.  
  249. description = "",
  250.  
  251. price = 25000000,
  252.  
  253. page = 'Weapons',
  254.  
  255. properties = {
  256.  
  257. permanent_item = true, type = 'Weapon',
  258.  
  259. main_fov = 30, can_feature = false, force_set_feature = false
  260.  
  261. }
  262.  
  263. } )
  264.  
  265.  
  266.  
  267. StoreHandler.AddItem( 'my_first_store', {
  268.  
  269. id = 10,
  270.  
  271. name ='Grapple Hook',
  272.  
  273. ent = 'weapon_grapplehook',
  274.  
  275. model = 'models/weapons/w_pistol.mdl',
  276.  
  277. colors = { foreground = Color( 255, 0, 255), outline = Color( 255, 0, 255 },
  278.  
  279. description = "",
  280.  
  281. price = 25000000,
  282.  
  283. page = 'Weapons',
  284.  
  285. properties = {
  286.  
  287. permanent_item = true, type = 'Weapon',
  288.  
  289. main_fov = 30, can_feature = false, force_set_feature = false
  290.  
  291. }
  292.  
  293. } )
  294.  
  295. StoreHandler.AddItem( 'my_first_store', {
  296.  
  297. id = 11,
  298.  
  299. name ='SMG Balrog',
  300.  
  301. ent = 'tfa_cso_balrog3',
  302.  
  303. model = 'models/weapons/tfa_cso/w_balrog_3.mdl',
  304.  
  305. colors = { foreground = Color( 127, 0, 255), outline = Color( 127, 0, 255 },
  306.  
  307. description = "",
  308.  
  309. price = 15000000,
  310.  
  311. page = 'Weapons',
  312.  
  313. properties = {
  314.  
  315. permanent_item = true, type = 'Weapon',
  316.  
  317. main_fov = 30, can_feature = false, force_set_feature = false
  318.  
  319. }
  320.  
  321. } )
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332. StoreHandler.AddItem( 'my_first_store', {
  333.  
  334. id = 12,
  335.  
  336. name ='Luger',
  337.  
  338. ent = 'tfa_cso_luger_master',
  339.  
  340. model = 'models/weapons/tfa_cso/w_luger_master.mdl',
  341.  
  342. colors = { foreground = Color( 127, 0, 255), outline = Color( 127, 0, 255 },
  343.  
  344. description = "",
  345.  
  346. price = 15000000,
  347.  
  348. page = 'Weapons',
  349.  
  350. properties = {
  351.  
  352. permanent_item = true, type = 'Weapon',
  353.  
  354. main_fov = 30, can_feature = false, force_set_feature = false
  355.  
  356. }
  357.  
  358. } )
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368. StoreHandler.AddItem( 'my_first_store', {
  369.  
  370. id = 13,
  371.  
  372. name ='Miecz Laserowy',
  373.  
  374. ent = 'tfa_cso_beam_sword',
  375.  
  376. model = 'models/weapons/tfa_cso/w_beam_sword.mdl',
  377.  
  378. colors = { foreground = Color( 127, 0, 255), outline = Color( 127, 0, 255 },
  379.  
  380. description = "",
  381.  
  382. price = 15000000,
  383.  
  384. page = 'Weapons',
  385.  
  386. properties = {
  387.  
  388. permanent_item = true, type = 'Weapon',
  389.  
  390. main_fov = 30, can_feature = false, force_set_feature = false
  391.  
  392. }
  393.  
  394. } )
  395.  
  396.  
  397.  
  398.  
  399.  
  400. StoreHandler.AddItem( 'my_first_store', {
  401.  
  402. id = 14,
  403.  
  404. name ='Złoty Miecz',
  405.  
  406. ent = 'tfa_cso_serpent_blade',
  407.  
  408. model = 'models/weapons/tfa_cso/w_serpent_blade.mdl',
  409.  
  410. colors = { foreground = Color( 127, 0, 255), outline = Color( 127, 0, 255 },
  411.  
  412. description = "",
  413.  
  414. price = 15000000,
  415.  
  416. page = 'Weapons',
  417.  
  418. properties = {
  419.  
  420. permanent_item = true, type = 'Weapon',
  421.  
  422. main_fov = 30, can_feature = false, force_set_feature = false
  423.  
  424. }
  425.  
  426. } )
  427.  
  428.  
  429.  
  430.  
  431.  
  432. StoreHandler.AddItem( 'my_first_store', {
  433.  
  434. id = 15,
  435.  
  436. name ='Pistolet na wodę',
  437.  
  438. ent = 'tfa_cso_watergun',
  439.  
  440. model = 'models/weapons/tfa_cso/w_watergun.mdl',
  441.  
  442. colors = { foreground = Color( 127, 0, 255), outline = Color( 127, 0, 255 },
  443.  
  444. description = "",
  445.  
  446. price = 15000000,
  447.  
  448. page = 'Weapons',
  449.  
  450. properties = {
  451.  
  452. permanent_item = true, type = 'Weapon',
  453.  
  454. main_fov = 30, can_feature = false, force_set_feature = false
  455.  
  456. }
  457.  
  458. } )
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465. StoreHandler.AddItem( 'my_first_store', {
  466.  
  467. id = 16,
  468.  
  469. name ='Dual Katana',
  470.  
  471. ent = 'tfa_cso_dualkatana',
  472.  
  473. model = 'models/weapons/tfa_cso/w_katana.mdl',
  474.  
  475. colors = { foreground = Color( 127, 0, 255), outline = Color( 127, 0, 255 },
  476.  
  477. description = "",
  478.  
  479. price = 15000000,
  480.  
  481. page = 'Weapons',
  482.  
  483. properties = {
  484.  
  485. permanent_item = true, type = 'Weapon',
  486.  
  487. main_fov = 30, can_feature = false, force_set_feature = false
  488.  
  489. }
  490.  
  491. } )
  492.  
  493.  
  494.  
  495. StoreHandler.AddItem( 'my_first_store', {
  496.  
  497. id = 17,
  498.  
  499. name ='Factory Lockpick',
  500.  
  501. ent = 'factory_lockpick',
  502.  
  503. model = 'models/weapons/w_crowbar.mdl',
  504.  
  505. colors = { foreground = Color( 127, 0, 255), outline = Color( 127, 0, 255 },
  506.  
  507. description = "",
  508.  
  509. price = 15000000,
  510.  
  511. page = 'Weapons',
  512.  
  513. properties = {
  514.  
  515. permanent_item = true, type = 'Weapon',
  516.  
  517. main_fov = 30, can_feature = false, force_set_feature = false
  518.  
  519. }
  520.  
  521. } )
  522.  
  523.  
  524.  
  525.  
  526. StoreHandler.AddItem( 'my_first_store', {
  527.  
  528. id = 18,
  529.  
  530. name ='Blaster',
  531.  
  532. ent = 'tfa_cso_blaster',
  533.  
  534. model = 'models/weapons/tfa_cso/w_blaster.mdl',
  535.  
  536. colors = { foreground = Color( 127, 0, 255), outline = Color( 127, 0, 255 },
  537.  
  538. description = "",
  539.  
  540. price = 15000000,
  541.  
  542. page = 'Weapons',
  543.  
  544. properties = {
  545.  
  546. permanent_item = true, type = 'Weapon',
  547.  
  548. main_fov = 30, can_feature = false, force_set_feature = false
  549.  
  550. }
  551.  
  552. } )
  553.  
  554.  
  555. StoreHandler.AddItem( 'my_first_store', {
  556.  
  557. id = 19,
  558.  
  559. name ='Groza SMG',
  560.  
  561. ent = 'tfa_cso_groza',
  562.  
  563. model = 'models/weapons/tfa_cso/w_groza.mdl',
  564.  
  565. colors = { foreground = Color( 0, 0, 255), outline = Color( 0, 0, 255 },
  566.  
  567. description = "",
  568.  
  569. price = 10000000,
  570.  
  571. page = 'Weapons',
  572.  
  573. properties = {
  574.  
  575. permanent_item = true, type = 'Weapon',
  576.  
  577. main_fov = 30, can_feature = false, force_set_feature = false
  578.  
  579. }
  580.  
  581. } )
  582.  
  583.  
  584.  
  585.  
  586.  
  587. StoreHandler.AddItem( 'my_first_store', {
  588.  
  589. id = 20,
  590.  
  591. name ='Karabin Szturmowy HK416',
  592.  
  593. ent = 'tfa_cso_hk416',
  594.  
  595. model = 'models/weapons/tfa_cso/w_hk416.mdl',
  596.  
  597. colors = { foreground = Color( 0, 0, 255), outline = Color( 0, 0, 255 },
  598.  
  599. description = "",
  600.  
  601. price = 10000000,
  602.  
  603. page = 'Weapons',
  604.  
  605. properties = {
  606.  
  607. permanent_item = true, type = 'Weapon',
  608.  
  609. main_fov = 30, can_feature = false, force_set_feature = false
  610.  
  611. }
  612.  
  613. } )
  614.  
  615.  
  616.  
  617.  
  618. StoreHandler.AddItem( 'my_first_store', {
  619.  
  620. id = 21,
  621.  
  622. name ='Rewolwer Python',
  623.  
  624. ent = 'tfa_cso_python',
  625.  
  626. model = 'models/weapons/tfa_cso/w_python.mdl',
  627.  
  628. colors = { foreground = Color( 0, 0, 255), outline = Color( 0, 0, 255 },
  629.  
  630. description = "",
  631.  
  632. price = 10000000,
  633.  
  634. page = 'Weapons',
  635.  
  636. properties = {
  637.  
  638. permanent_item = true, type = 'Weapon',
  639.  
  640. main_fov = 30, can_feature = false, force_set_feature = false
  641.  
  642. }
  643.  
  644. } )
  645.  
  646.  
  647.  
  648.  
  649.  
  650. StoreHandler.AddItem( 'my_first_store', {
  651.  
  652. id = 22,
  653.  
  654. name ='Katana',
  655.  
  656. ent = 'tfa_cso_katana',
  657.  
  658. model = 'models/weapons/tfa_cso/w_katana.mdl',
  659.  
  660. colors = { foreground = Color( 0, 0, 255), outline = Color( 0, 0, 255 },
  661.  
  662. description = "",
  663.  
  664. price = 10000000,
  665.  
  666. page = 'Weapons',
  667.  
  668. properties = {
  669.  
  670. permanent_item = true, type = 'Weapon',
  671.  
  672. main_fov = 30, can_feature = false, force_set_feature = false
  673.  
  674. }
  675.  
  676. } )
  677.  
  678.  
  679.  
  680. StoreHandler.AddItem( 'my_first_store', {
  681.  
  682. id = 23,
  683.  
  684. name ='M1918',
  685.  
  686. ent = 'tfa_cso_m1918bar',
  687.  
  688. model = 'models/weapons/tfa_cso/w_m1918bar.mdl',
  689.  
  690. colors = { foreground = Color( 0, 0, 255), outline = Color( 0, 0, 255 },
  691.  
  692. description = "",
  693.  
  694. price = 10000000,
  695.  
  696. page = 'Weapons',
  697.  
  698. properties = {
  699.  
  700. permanent_item = true, type = 'Weapon',
  701.  
  702. main_fov = 30, can_feature = false, force_set_feature = false
  703.  
  704. }
  705.  
  706. } )
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713. StoreHandler.AddItem( 'my_first_store', {
  714.  
  715. id = 24,
  716.  
  717. name ='Winchester',
  718.  
  719. ent = 'tfa_cso_m1887',
  720.  
  721. model = 'models/weapons/tfa_cso/w_m1887.mdl',
  722.  
  723. colors = { foreground = Color( 0, 0, 255), outline = Color( 0, 0, 255 },
  724.  
  725. description = "",
  726.  
  727. price = 10000000,
  728.  
  729. page = 'Weapons',
  730.  
  731. properties = {
  732.  
  733. permanent_item = true, type = 'Weapon',
  734.  
  735. main_fov = 30, can_feature = false, force_set_feature = false
  736.  
  737. }
  738.  
  739. } )
  740.  
  741.  
  742.  
  743.  
  744. StoreHandler.AddItem( 'my_first_store', {
  745.  
  746. id = 25,
  747.  
  748. name ='Uzi z tłumikiem',
  749.  
  750. ent = 'tfa_cso_tmp',
  751.  
  752. model = 'models/weapons/tfa_cso/w_tmp.mdl',
  753.  
  754. colors = { foreground = Color( 0, 0, 255), outline = Color( 0, 0, 255 },
  755.  
  756. description = "",
  757.  
  758. price = 10000000,
  759.  
  760. page = 'Weapons',
  761.  
  762. properties = {
  763.  
  764. permanent_item = true, type = 'Weapon',
  765.  
  766. main_fov = 30, can_feature = false, force_set_feature = false
  767.  
  768. }
  769.  
  770. } )
  771.  
  772.  
  773.  
  774. StoreHandler.AddItem( 'my_first_store', {
  775.  
  776. id = 26,
  777.  
  778. name ='Stary Pistolet Maszynowy Mauser c96',
  779.  
  780. ent = 'tfa_cso_mauser_c96',
  781.  
  782. model = 'models/weapons/tfa_cso/w_mauser_c96.mdl',
  783.  
  784. colors = { foreground = Color( 0, 0, 255), outline = Color( 0, 0, 255 },
  785.  
  786. description = "",
  787.  
  788. price = 10000000,
  789.  
  790. page = 'Weapons',
  791.  
  792. properties = {
  793.  
  794. permanent_item = true, type = 'Weapon',
  795.  
  796. main_fov = 30, can_feature = false, force_set_feature = false
  797.  
  798. }
  799.  
  800. } )
  801.  
  802.  
  803.  
  804.  
  805. StoreHandler.AddItem( 'my_first_store', {
  806.  
  807. id = 27,
  808.  
  809. name ='Karabin Wyborowy M1 Grand ',
  810.  
  811. ent = 'tfa_cso_m1garand',
  812.  
  813. model = 'models/weapons/tfa_cso/w_m1garand.mdl',
  814.  
  815. colors = { foreground = Color( 0, 0, 255), outline = Color( 0, 0, 255 },
  816.  
  817. description = "",
  818.  
  819. price = 10000000,
  820.  
  821. page = 'Weapons',
  822.  
  823. properties = {
  824.  
  825. permanent_item = true, type = 'Weapon',
  826.  
  827. main_fov = 30, can_feature = false, force_set_feature = false
  828.  
  829. }
  830.  
  831. } )
  832.  
  833.  
  834.  
  835.  
  836.  
  837. StoreHandler.AddItem( 'my_first_store', {
  838.  
  839. id = 28,
  840.  
  841. name ='Mosin',
  842.  
  843. ent = 'tfa_cso_mosin',
  844.  
  845. model = 'models/weapons/tfa_cso/w_mosin.mdl',
  846.  
  847. colors = { foreground = Color( 0, 0, 255), outline = Color( 0, 0, 255 },
  848.  
  849. description = "",
  850.  
  851. price = 10000000,
  852.  
  853. page = 'Weapons',
  854.  
  855. properties = {
  856.  
  857. permanent_item = true, type = 'Weapon',
  858.  
  859. main_fov = 30, can_feature = false, force_set_feature = false
  860.  
  861. }
  862.  
  863. } )
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871. StoreHandler.AddItem( 'my_first_store', {
  872.  
  873. id = 29,
  874.  
  875. name ='Nóż',
  876.  
  877. ent = 'tfa_cso_sealknife',
  878.  
  879. model = 'models/weapons/tfa_cso/w_sealknife.mdl',
  880.  
  881. colors = { foreground = Color( 0, 0, 255), outline = Color( 0, 0, 255 },
  882.  
  883. description = "",
  884.  
  885. price = 10000000,
  886.  
  887. page = 'Weapons',
  888.  
  889. properties = {
  890.  
  891. permanent_item = true, type = 'Weapon',
  892.  
  893. main_fov = 30, can_feature = false, force_set_feature = false
  894.  
  895. }
  896.  
  897. } )
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905. StoreHandler.AddItem( 'my_first_store', {
  906.  
  907. id = 30,
  908.  
  909. name ='Sztylet',
  910.  
  911. ent = 'tfa_cso_coldsteelblade',
  912.  
  913. model = 'models/weapons/tfa_cso/w_cold_steel_knife.mdl',
  914.  
  915. colors = { foreground = Color( 0, 0, 255), outline = Color( 0, 0, 255 },
  916.  
  917. description = "",
  918.  
  919. price = 10000000,
  920.  
  921. page = 'Weapons',
  922.  
  923. properties = {
  924.  
  925. permanent_item = true, type = 'Weapon',
  926.  
  927. main_fov = 30, can_feature = false, force_set_feature = false
  928.  
  929. }
  930.  
  931. } )
  932.  
  933.  
  934.  
  935.  
  936.  
  937. StoreHandler.AddItem( 'my_first_store', {
  938.  
  939. id = 31,
  940.  
  941. name ='Dual MP7',
  942.  
  943. ent = 'tfa_cso_dmp7a1',
  944.  
  945. model = 'models/weapons/tfa_cso/w_mp7a160r.mdl',
  946.  
  947. colors = { foreground = Color( 0, 0, 255), outline = Color( 0, 0, 255 },
  948.  
  949. description = "",
  950.  
  951. price = 10000000,
  952.  
  953. page = 'Weapons',
  954.  
  955. properties = {
  956.  
  957. permanent_item = true, type = 'Weapon',
  958.  
  959. main_fov = 30, can_feature = false, force_set_feature = false
  960.  
  961. }
  962.  
  963. } )
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970. StoreHandler.AddItem( 'my_first_store', {
  971.  
  972. id = 32,
  973.  
  974. name ='M24',
  975.  
  976. ent = 'tfa_cso_m24',
  977.  
  978. model = 'models/weapons/tfa_cso/w_m24.mdl',
  979.  
  980. colors = { foreground = Color( 0, 0, 255), outline = Color( 0, 0, 255 },
  981.  
  982. description = "",
  983.  
  984. price = 10000000,
  985.  
  986. page = 'Weapons',
  987.  
  988. properties = {
  989.  
  990. permanent_item = true, type = 'Weapon',
  991.  
  992. main_fov = 30, can_feature = false, force_set_feature = false
  993.  
  994. }
  995.  
  996. } )
  997.  
  998.  
  999.  
  1000.  
  1001. StoreHandler.AddItem( 'my_first_store', {
  1002.  
  1003. id = 33,
  1004.  
  1005. name ='AUG',
  1006.  
  1007. ent = 'tfa_cso_burningaug',
  1008.  
  1009. model = 'models/weapons/tfa_cso/w_burning_aug.mdl',
  1010.  
  1011. colors = { foreground = Color( 0, 0, 255), outline = Color( 0, 0, 255 },
  1012.  
  1013. description = "",
  1014.  
  1015. price = 10000000,
  1016.  
  1017. page = 'Weapons',
  1018.  
  1019. properties = {
  1020.  
  1021. permanent_item = true, type = 'Weapon',
  1022.  
  1023. main_fov = 30, can_feature = false, force_set_feature = false
  1024.  
  1025. }
  1026.  
  1027. } )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement