20 lines
470 B
INI
20 lines
470 B
INI
|
; =======================================;
|
||
|
; 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"
|
||
|
}
|
||
|
}
|