Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.32 KB | None | 0 0
  1. NPCRobSystem.Config.ShopContent = {
  2.     [1] = { name = "Shotgun",          desc = "Shotgun is the solution",                ent = "cw_shorty",         price = 7000,       model = "models/weapons/cw2_super_shorty.mdl",         tab = "Weapons",    isWep = true  },
  3.     [2] = { name = "XMS1014",          desc = "SemiAuto shotgun",                ent = "cw_xm1014",         price = 30000,       model = "models/weapons/sexm1014/w_porn_xm1014.mdl",         tab = "Weapons",    isWep = true  },
  4.     [3] = { name = "G36C",          desc = "A mans best friend",                ent = "cw_g36c",         price = 25000,       model = "models/weapons/cw20_g36c.mdl",         tab = "Weapons",    isWep = true  },
  5.     [4] = { name = "Walter WA 2000",          desc = "Boom Headshot",                ent = "cw_wa2000",         price = 15000,       model = "models/weapons/wwa2000/w_snip_wa200.mdl",         tab = "Weapons",    isWep = true    },
  6.     [5] = { name = "Makarov",          desc = "Click clack boom",                ent = "cw_makarov",         price = 1100,       model = "models/cw2/pistols/w_makarov.mdl",         tab = "Weapons",    isWep = true   },
  7.     [6] = { name = "AR-15",          desc = "AR-15 is a full automatic rifle",                ent = "cw_ar15",         price = 27000,       model = "models/weapons/w_rif_m4a1.mdl",         tab = "Weapons",    isWep = true   },
  8.     [7] = { name = "Scar-H",          desc = "Scar-H is good rifle",                ent = "cw_scarh",         price = 20000,       model = "models/cw2/rifles/w_scarh.mdl",         tab = "Weapons",    isWep = true    },
  9.     [8] = { name = "Ak74",          desc = "Ak74 is used by terrorists",                ent = "cw_ak74",         price = 30000,       model = "models/weapons/w_rif_ak47.mdl",         tab = "Weapons",    isWep = true },
  10.     [9] = { name = "M14",          desc = "m14 is a DMR",                ent = "cw_m14",         price = 14000,       model = "models/weapons/w_cstm_m14.mdl",         tab = "Weapons",    isWep = true },
  11.     [10] = { name = "Ump45",          desc = "Ump45 is a smg",                ent = "cw_ump45",         price = 17000,       model = "models/weapons/w_smg_ump45.mdl",         tab = "Weapons",    isWep = true  },
  12.     [11] = { name = "Fiveseven",          desc = "Fiveseven is a small pistol ",                ent = "cw_fiveseven",         price = 10000,       model = "models/weapons/w_pist_fiveseven.mdl",         tab = "Weapons",    isWep = true   },
  13.     [12] = { name = "deagle",          desc = "deagle is op",                ent = "cw_deagle",         price = 17000,       model = "models/weapons/w_pist_deagle.mdl",         tab = "Weapons",    isWep = true    },
  14.     [13] = { name = "vss",          desc = "Vss is a Russian weapon",                ent = "cw_vss",         price = 19000,       model = "models/cw2/rifles/w_vss.mdl",         tab = "Weapons",    isWep = true    },
  15.     [14] = { name = "mac11",          desc = "mac11 has a fast fire rate",                ent = "cw_mac11",         price = 29000,       model = "models/weapons/w_cst_mac11.mdl",         tab = "Weapons",    isWep = true  },
  16.     [15] = { name = "L115",          desc = "l115 is a bolt action sniper rifle",                ent = "cw_l115",         price = 40000,       model = "models/weapons/w_cstm_l96.mdl",         tab = "Weapons",    isWep = true    },
  17.     [16] = { name = "Slams",                 desc = "Blow stuff up, have some fun!",     ent = "weapon_slam",        price = 10000,       model = "models/weapons/w_slam.mdl",        tab = "VIP",        isWep = true, customCheck = function(ply) return table.HasValue({"VIP", "superadmin", "Senior-admin_VIP", "Junior-Admin_VIP",  "admin_VIP", "Moderator_VIP", "Jr-mod_VIP", "trial-mod_VIP"}, ply:GetUserGroup()) end },
  18.     [17] = { name = "Chainsaw",                 desc = "Psycho!",     ent = "tfa_nmrih_chainsaw",        price = 34000,       model = "models/weapons/tfa_nmrih/w_me_chainsaw.mdl",        tab = "VIP",        isWep = true, customCheck = function(ply) return table.HasValue({"VIP", "superadmin", "Senior-admin_VIP", "Junior-Admin_VIP",  "admin_VIP", "Moderator_VIP", "Jr-mod_VIP", "trial-mod_VIP"}, ply:GetUserGroup()) end },
  19.     [18] = { name = "Cleaver",                 desc = "Chop Chop",     ent = "tfa_nmrih_cleaver",        price = 25000,       model = "models/weapons/tfa_nmrih/w_me_cleaver.mdl",        tab = "VIP",        isWep = true, customCheck = function(ply) return table.HasValue({"VIP", "superadmin", "Senior-admin_VIP", "Junior-Admin_VIP",  "admin_VIP", "Moderator_VIP", "Jr-mod_VIP", "trial-mod_VIP"}, ply:GetUserGroup()) end },
  20.     [19] = { name = "smoke grenade",                 desc = "Smoke the place out",     ent = "cw_smoke_grenade",        price = 100000,       model = "models/weapons/w_eq_smokegrenade.mdl",        tab = "VIP",        isWep = true, customCheck = function(ply) return table.HasValue({"VIP", "superadmin", "Senior-admin_VIP", "Junior-Admin_VIP",  "admin_VIP", "Moderator_VIP", "Jr-mod_VIP", "trial-mod_VIP"}, ply:GetUserGroup()) end },
  21.     [20] = { name = "m249",          desc = "m249 is a massive LMG",                ent = "cw_m249_official",         price = 140000,       model = "models/weapons/cw2_0_mach_para.mdl",         tab = "VIP",        isWep = true, customCheck = function(ply) return table.HasValue({"VIP", "superadmin", "Senior-admin_VIP", "Junior-Admin_VIP",  "admin_VIP", "Moderator_VIP", "Jr-mod_VIP", "trial-mod_VIP"}, ply:GetUserGroup()) end },
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement