Advertisement
Guest User

config

a guest
Jul 16th, 2023
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. // ConVars for plugin "Weapons & Knives by kgns | oyunhost.net"
  2.  
  3.  
  4. // Prefix for chat messages
  5. // -
  6. // Default: "[oyunhost.net]"
  7. sm_weapons_chat_prefix "[oyunhost.net]"
  8.  
  9. // Database connection name in databases.cfg to use
  10. // -
  11. // Default: "storage-local"
  12. sm_weapons_db_connection "storage-local"
  13.  
  14. // Enable/Disable weapon float options
  15. // -
  16. // Default: "1"
  17. sm_weapons_enable_float "1"
  18.  
  19. // Enable/Disable name tag options
  20. // -
  21. // Default: "1"
  22. sm_weapons_enable_nametag "1"
  23.  
  24. // Enable/Disable players overwriting other players' weapons (picked up from the ground) by using !ws command
  25. // -
  26. // Default: "1"
  27. sm_weapons_enable_overwrite "0"
  28.  
  29. // Enable/Disable StatTrak options
  30. // -
  31. // Default: "1"
  32. sm_weapons_enable_stattrak "1"
  33.  
  34. // Enable/Disable Seed options
  35. // -
  36. // Default: "1"
  37. sm_weapons_enable_seed "1"
  38.  
  39. // Increase/Decrease by value for weapon float
  40. // -
  41. // Default: "0.05"
  42. sm_weapons_float_increment_size "0.05"
  43.  
  44. // Grace period in terms of seconds counted after round start for allowing the use of !ws command. 0 means no restrictions
  45. // -
  46. // Default: "0"
  47. sm_weapons_grace_period "0"
  48.  
  49. // Number of days before a player (SteamID) is marked as inactive and his data is deleted. (0 or any negative value to disable deleting)
  50. // -
  51. // Default: "30"
  52. sm_weapons_inactive_days "0"
  53.  
  54. // 0: All knives have same StatTrak counter 1: Each type of knife has its separate StatTrak counter
  55. // -
  56. // Default: "0"
  57. sm_weapons_knife_stattrak_mode "0"
  58.  
  59. // Prefix for database table (example: 'xyz_')
  60. // -
  61. // Default: ""
  62. sm_weapons_table_prefix ""
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement