Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Language Config
- English: en - Danish: da - French: fr - Spanish: es - Polish: pl - Turkish: tr - Russian: ru
- --]]
- CH_NPC_Shops.Config.Language = "en" -- Set the language of the script.
- --[[
- General
- --]]
- CH_NPC_Shops.Config.Currency = "darkrp" -- What gamemode/currency do you want to use with the stores? Supported are basewars, bricks_credit_store, darkrp, helix, mtokens, pointshop2, pointshop2_premium, santosrp, sh_pointshop, sh_pointshop_premium, underdone
- CH_NPC_Shops.Config.DistanceToScreen3D2D = 500000 -- Distance between the player and the 3d2d to draw
- CH_NPC_Shops.Config.NotificationTime = 10 -- How long will notifications last?
- CH_NPC_Shops.Config.AdminUsergroups = { -- Usergroups that you categorise as admins. Supports admin mods that supports ply:GetUserGroup() - most admins most does this apart from ServerGuard!
- ["owner"] = true,
- ["superadmin"] = true,
- ["admin"] = true,
- }
- CH_NPC_Shops.Config.SellProfit = 50 -- Sell for 50% of original item price
- --[[
- NPCs
- --]]
- CH_NPC_Shops.Config.DefaultNPCModel = "models/mossman.mdl"
- CH_NPC_Shops.Config.DefaultNPCPose = "LineIdle02"
- --[[
- INVENTORY SUPPORT
- --]]
- CH_NPC_Shops.Config.UsingItemStore = false -- Set to true if you want to enable ItemStore support (weapons and entities go directly to inventory / sell directly from inventory )
- CH_NPC_Shops.Config.UsingXenin = false -- Set to true if you want to enable Xenin Inventory support (weapons and entities go directly to inventory / sell directly from inventory )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement