View Single Post
Austin
Senior Member
Join Date: Oct 2005
Old 08-03-2021 , 16:28   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1781

The latest CSGO+Stripper is broken with add: classnames of weapon_*

The following dust.cfg adds the hostage but nothing else.
PHP Code:
;Example adding a hostage in the T spawn
add
:
{
"origin" "1376 3168 -112"
"HostageType" "0"
"angles" "0 111 0"
"classname" "hostage_entity"
}
{
"origin" "1376 3168 -112"
"angles" "0 111 0"
"classname" "weapon_aug"
}
{
"origin" "1376 3168 -112"
"angles" "0 111 0"
"classname" "weapon_hegrenade"
}
{
"origin" "1376 3168 -112"
"angles" "0 111 0"
"classname" "weapon_deagle"
}
{
"origin" "1376 3168 -112"
"angles" "0 111 0"
"classname" "weapon_mac10"
}
{
"origin" "1376 3168 -112"
"angles" "0 111 0"
"classname" "weapon_m249"
}
{
"origin" "1376 3168 -112"
"angles" "0 111 0"
"classname" "weapon_m4a1_silencer"
}
{
"origin" "1376 3168 -112"
"angles" "0 111 0"
"classname" "weapon_aug"
}
{
"origin" "1376 3168 -112"
"angles" "0 111 0"
"classname" "ammo_556mm_box"


The add of weapon_ class names broke on a CSGO update somewhere in the ~last two weeks.
Austin is offline