Advertisement
Crap-Head

NPC Shops Config

Sep 15th, 2023
541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. --[[
  2. Language Config
  3. English: en - Danish: da - French: fr - Spanish: es - Polish: pl - Turkish: tr - Russian: ru
  4. --]]
  5. CH_NPC_Shops.Config.Language = "en" -- Set the language of the script.
  6.  
  7. --[[
  8. General
  9. --]]
  10. 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
  11.  
  12. CH_NPC_Shops.Config.DistanceToScreen3D2D = 500000 -- Distance between the player and the 3d2d to draw
  13. CH_NPC_Shops.Config.NotificationTime = 10 -- How long will notifications last?
  14.  
  15. 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!
  16. ["owner"] = true,
  17. ["superadmin"] = true,
  18. ["admin"] = true,
  19. }
  20.  
  21. CH_NPC_Shops.Config.SellProfit = 50 -- Sell for 50% of original item price
  22.  
  23. --[[
  24. NPCs
  25. --]]
  26. CH_NPC_Shops.Config.DefaultNPCModel = "models/mossman.mdl"
  27. CH_NPC_Shops.Config.DefaultNPCPose = "LineIdle02"
  28.  
  29. --[[
  30. INVENTORY SUPPORT
  31. --]]
  32. 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 )
  33. 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