Left 4 Dead 2

Left 4 Dead 2

Admin Menu 2.0
gitgud 2024년 6월 27일 오전 8시 49분
What is the actual command triggered by "Spawn Far Infected"?
Most of the menu options trigger commands from Admin System that also have a !chat or console version (scripted_user_func), however I can't find the command that spawns far infected in the list from A.S.
< >
전체 댓글 1개 중 1~1개 표시 중
gitgud 2024년 7월 4일 오전 11시 32분 
I found it myself. The console command is the same used to spawn an infected on cursor but with the "auto" argument:

z_spawn x auto

It looks like the range where the infected is randomly spawned when the "auto" argument is specified depends on the cvars used by the director for normal spawns: z_spawn_safety_range, z_spawn_range and z_safe_spawn_range.

So the Admin System equivalent of that command is:

scripted_user_func z_spawn,x,auto
gitgud 님이 마지막으로 수정; 2024년 7월 4일 오전 11시 34분
< >
전체 댓글 1개 중 1~1개 표시 중
페이지당 표시 개수: 1530 50