Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "Premium_Config"
- {
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Miscellaneous - All Premium Members
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- "1"
- {
- "flags" "ar" //Flags to assign to the Premium group.
- "overrides" "Trails_Access,Tracers_Access,Colors_Access,sm_ccc" //Overrides to assign to the Premium group.
- "trial_duration" "1800" //Number of seconds a client can hold Trial Premium status.
- "trial_maximum" "3" //Maximum number of times a client can use Trial Premium. 0 = Infinite
- "trial_wait" "86400" //Number of seconds a client must wait to access Trial Premium again.
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Client Specific Requests. "0.0" = No Change
- // - These values are ADDED to existing amounts.
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- "base_kill_health_gain" "10" //Amount of health received for killing an enemy.
- "grenade_kill_health_gain" "0.50" //Amount of health given for killing an enemy with a hegrenade. Percentage.
- }
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Terrorists
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- "2"
- {
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Spawning Stats. "" = No Change
- // - These values are ADDED to spawning amounts
- // - Example: -50 removes 50 health, 100 adds 100 health.
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- "health" "20" //CS:S Default: 100
- "gravity" "" //CS:S Default: 1.0
- "armor" "" //CS:S Default: 0
- "helmet" "" //CS:S Default: 0
- "speed" "0.2" //CS:S Default: 1.0
- "cash" "2000" //CS:S Default: 0
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Spawning Equipment. "" = No Change
- // - These values REPLACE existing equipment.
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- "spawn_hegrenade" "" //CS:S Default: 0
- "spawn_flashbang" "" //CS:S Default: 0
- "spawn_smokegrenade" "" //CS:S Default: 0
- "spawn_primary" "" //CS:S Default: ""
- "spawn_secondary" "" //CS:S Default: "usp" / "glock"
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Carrying Equipment. "" = No Change
- // - These values ADD to existing values ammo_*_amt. (1/2/1)
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- "carry_hegrenade" "1" //CS:S Default: 1
- "carry_flashbang" "1" //CS:S Default: 2
- "carry_smokegrenade" "1" //CS:S Default: 1
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Miscellaneous Perks.
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- "skin" "1" //0 Disables, 1 Enables
- //Specify the full path, including /modelname.mdl
- // - Files to download are specified in premium.downloads.txt
- "skin_path" "models/player/slow/hitler/hitler.mdl"
- }
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Counter-Terrorists
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- "3"
- {
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Spawning Stats. "0" = No Change
- // - These values are ADDED to spawning amounts
- // - Example: -50 removes 50 health, 100 adds 100 health.
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- "health" "20" //CS:S Default: 100
- "gravity" "0" //CS:S Default: 1.0
- "armor" "0" //CS:S Default: 0
- "speed" "0.2" //CS:S Default: 1.0
- "cash" "2000" //CS:S Default: 0
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Spawning Equipment. "" = No Change
- // - These values REPLACE existing equipment.
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- "spawn_hegrenade" "" //CS:S Default: 0
- "spawn_flashbang" "" //CS:S Default: 0
- "spawn_smokegrenade" "" //CS:S Default: 0
- "spawn_primary" "" //CS:S Default: ""
- "spawn_secondary" "" //CS:S Default: "usp" / "glock"
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Carrying Equipment. "0" = No Change
- // - These values ADD to existing values ammo_*_amt. (1/2/1)
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- "carry_hegrenade" "1" //CS:S Default: 1
- "carry_flashbang" "1" //CS:S Default: 2
- "carry_smokegrenade" "1" //CS:S Default: 1
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Miscellaneous Perks.
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- "skin" "1" //0 Disables, 1 Enables
- //Specify the full path, including /modelname.mdl
- // - Files to download are specified in premium.downloads.txt
- "skin_path" "models/player/elis/fsv2/fischer.mdl"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment