Code: Select all
ID NAME SPEED CLIP AMMO AID ANAME COST ACOST BUYNAME BUYNAME2 1 weapon_p228 250 13 52 9 ammo_357sig 600 50 p228 228compact 2 weapon_shield 0 0 0 0 2200 0 shield 3 weapon_scout 260 10 90 2 ammo_762nato 2750 80 scout 4 weapon_hegrenade 250 1 12 300 0 hegren 5 weapon_xm1014 240 7 32 5 ammo_buckshot 3000 65 xm1014 autoshotgun 6 weapon_c4 250 0 1 14 0 0 7 weapon_mac10 250 30 100 6 ammo_45acp 1400 25 mac10 8 weapon_aug 240 30 90 4 ammo_556nato 3500 60 aug bullpup 9 weapon_smokegrenade 250 1 13 300 0 sgren 10 weapon_elite 250 30 120 10 ammo_9mm 800 20 elites 11 weapon_fiveseven 250 20 100 7 ammo_57mm 750 50 fn57 fiveseven 12 weapon_ump45 250 25 100 6 ammo_45acp 1700 25 ump45 13 weapon_sg550 210 30 90 4 ammo_556nato 4200 60 sg550 krieg550 14 weapon_galil 240 35 90 4 ammo_556nato 2000 60 galil defender 15 weapon_famas 240 25 90 4 ammo_556nato 2250 60 famas clarion 16 weapon_usp 250 12 100 6 ammo_45acp 500 25 usp km45 17 weapon_glock18 250 20 120 10 ammo_9mm 400 20 glock 9x19mm 18 weapon_awp 210 10 30 1 ammo_338magnum 4750 125 awp magnum 19 weapon_mp5navy 250 30 120 10 ammo_9mm 1500 20 mp5 smg 20 weapon_m249 220 100 200 3 ammo_556natobox 5750 60 m249 21 weapon_m3 230 8 32 5 ammo_buckshot 1700 65 m3 12gauge 22 weapon_m4a1 230 30 90 4 ammo_556nato 3100 60 m4a1 23 weapon_tmp 250 30 120 10 ammo_9mm 1250 20 tmp mp 24 weapon_g3sg1 210 20 90 2 ammo_762nato 5000 80 g3sg1 d3au1 25 weapon_flashbang 250 2 11 200 0 flash 26 weapon_deagle 250 7 35 8 ammo_50ae 650 40 deagle nighthawk 27 weapon_sg552 235 30 90 4 ammo_556nato 3500 60 sg552 krieg552 28 weapon_ak47 221 30 90 2 ammo_762nato 2500 80 ak47 cv47 29 weapon_knife 250 0 0 0 0 0 30 weapon_p90 245 50 100 7 ammo_57mm 2350 50 p90 c90 Index Name Number Ammo Weapon ClipsCSW_P228 1 give_item(id,"ammo_357sig") give_item(id, "weapon_p228") CLIP SIZE/BP SIZE: 13/52==================================================================================================================================CSW_SCOUT 3 give_item(id,"ammo_762nato") give_item(id, "weapon_scout") CLIP SIZE/BP SIZE: 10/90==================================================================================================================================CSW_XM1014 5 give_item(id,"weapon_xm1014") give_item(id, "ammo_buckshot") CLIP SIZE/BP SIZE: 7/32==================================================================================================================================CSW_MAC10 7 give_item(id,"ammo_45acp") give_item(id, "weapon_mac10") CLIP SIZE/BP SIZE: 30/100==================================================================================================================================CSW_AUG 8 give_item(id,"ammo_556nato") give_item(id, "weapon_aug") CLIP SIZE/BP SIZE: 30/90==================================================================================================================================CSW_ELITE 10 give_item(id,"ammo_9mm") give_item(id, "weapon_elite") CLIP SIZE/BP SIZE: 30/120==================================================================================================================================CSW_FIVESEVEN 11 give_item(id,"ammo_57mm") give_item(id, "weapon_fiveseven") CLIP SIZE/BP SIZE: 20/100==================================================================================================================================CSW_UMP45 12 give_item(id,"ammo_45acp") give_item(id, "weapon_ump45") CLIP SIZE/BP SIZE: 25/100==================================================================================================================================CSW_SG550 13 give_item(id,"ammo_556nato") give_item(id, "weapon_sg550") CLIP SIZE/BP SIZE: 30/90==================================================================================================================================CSW_GALI 14 give_item(id,"ammo_556nato") give_item(id, "weapon_gali") CLIP SIZE/BP SIZE: 35/90==================================================================================================================================CSW_FAMAS 15 give_item(id,"ammo_556nato") give_item(id, "weapon_famas") CLIP SIZE/BP SIZE: 25/90==================================================================================================================================CSW_USP 16 give_item(id,"ammo_45acp") give_item(id, "weapon_usp") CLIP SIZE/BP SIZE: 12/100==================================================================================================================================CSW_GLOCK18 17 give_item(id,"ammo_9mm") give_item(id, "weapon_glock18") CLIP SIZE/BP SIZE: 20/120 ==================================================================================================================================CSW_AWP 18 give_item(id,"ammo_338magnum") give_item(id, "weapon_awp") CLIP SIZE/BP SIZE: 10/30==================================================================================================================================CSW_MP5NAVY 19 give_item(id,"ammo_9mm") give_item(id, "weapon_mp5navy") CLIP SIZE/BP SIZE: 30/120==================================================================================================================================CSW_M249 20 give_item(id,"ammo_556nato") give_item(id, "weapon_m249") CLIP SIZE/BP SIZE: 100/200==================================================================================================================================CSW_M3 21 give_item(id,"weapon_m3") give_item(id, "ammo_buckshot") CLIP SIZE/BP SIZE: 8/32==================================================================================================================================CSW_M4A1 22 give_item(id,"ammo_556nato") give_item(id, "weapon_m4a1") CLIP SIZE/BP SIZE: 30/90==================================================================================================================================CSW_TMP 23 give_item(id,"ammo_9mm") give_item(id, "weapon_tmp") CLIP SIZE/BP SIZE: 30/120==================================================================================================================================CSW_G3SG1 24 give_item(id,"ammo_762nato") give_item(id, "weapon_g3sg1") CLIP SIZE/BP SIZE: 30/90==================================================================================================================================CSW_DEAGLE 26 give_item(id,"ammo_50ae") give_item(id, "weapon_deagle") CLIP SIZE/BP SIZE: 7/35==================================================================================================================================CSW_SG552 27 give_item(id,"ammo_556nato") give_item(id, "weapon_sg552") CLIP SIZE/BP SIZE: 30/90==================================================================================================================================CSW_AK47 28 give_item(id,"ammo_762nato") give_item(id, "weapon_ak47") CLIP SIZE/BP SIZE: 30/90==================================================================================================================================CSW_P90 30 give_item(id,"ammo_57mm") give_item(id, "weapon_p90") CLIP SIZE/BP SIZE: 50/100__________________________________________________________________________________________________________________________________ DEFUSE KIT give_item(id, "item_thighpack") ----------------------------------------------------------------------------------------------------------------------------------NVGS give_item(id, "item_nvgs") ----------------------------------------------------------------------------------------------------------------------------------SHIELD give_item(id, "weapon_shield") ----------------------------------------------------------------------------------------------------------------------------------CSW_C4 6 give_item(id, "weapon_c4") BP SIZE: 1----------------------------------------------------------------------------------------------------------------------------------CSW_VEST 31 give_item(id, "item_kevlar")----------------------------------------------------------------------------------------------------------------------------------CSW_VESTHELM 32 give_item(id, "item_assaultsuit")----------------------------------------------------------------------------------------------------------------------------------CSW_HEGRENADE 4 give_item(id, "weapon_hegrenade") BP SIZE: 1----------------------------------------------------------------------------------------------------------------------------------CSW_FLASHBANG 25 give_item(id, "weapon_flashbang") BP SIZE: 2----------------------------------------------------------------------------------------------------------------------------------CSW_SMOKEGRENADE 9 give_item(id, "weapon_smokegrenade") BP SIZE: 1----------------------------------------------------------------------------------------------------------------------------------