|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
//
// Automatic things to give on spawn.
//
"AutoItems"
{
// Health amount to give (0 to use default from game/other plugin)
"health" "100"
// Armor amount to give
"armor" "100"
// Whether to give a helmet. If you want to disable armor, you must
// set this to "no" as well as setting armor to 0.
"helmet" "yes"
// Number of flashbangs to give
"flashbangs" "0"
// Whether to give a smoke grenade
"smokegrenade" "no"
// Whether to give an HE grenade
"hegrenade" "yes"
// Whether to give defusekits to CTs
"defusekits" "yes"
// Whether to give nightvision
"nightvision" "no"
}
|