stripper-configs/maps/ze_aethership_v1_1b.cfg

20 lines
470 B
INI
Raw Permalink Normal View History

2025-01-03 18:59:04 +01:00
; =======================================;
; ze_aethership_v1_1b -- By Pasas1345
; Stripper by Pasas1345
; Iteration #1
; =======================================;
; Fix the late teleport text being shown to all players. This in turn makes the zombies the only ones that can see the message.
modify:
{
match:
{
"classname" "game_text"
"targetname" "late_teleport_text"
}
replace:
{
"spawnflags" "0"
}
}