Left 4 Dead 2

Left 4 Dead 2

Admin System
How to bind a give command in config
i would like to bind the give command in config, so every time i play the game i just press the button, not the command, i tried alot such as bind "p" "!Give pain_pills" its not working, whether in chat or toggleconsole or my config...
< >
1-11 / 11 のコメントを表示
Maur0 2022年12月4日 9時23分 
The correct command is with the "scripted_user_func" to hide when you type in the console and not show in the chatbox. And you replace the space with commas.

Examples:
bind p "scripted_user_func give,pain_pills"
bind o "scripted_user_func max_health,all,200"
bind l "scripted_user_func kill,all"
bind k "scripted_user_func velocity,0,0,500"
Maur0 の投稿を引用:
The correct command is with the "scripted_user_func" to hide when you type in the console and not show in the chatbox. And you replace the space with commas.

Examples:
bind p "scripted_user_func give,pain_pills"
bind o "scripted_user_func max_health,all,200"
bind l "scripted_user_func kill,all"
bind k "scripted_user_func velocity,0,0,500"
what is the command to give everyone full health
Maur0 2023年2月13日 7時26分 
ThisIsDumb の投稿を引用:
Maur0 の投稿を引用:
The correct command is with the "scripted_user_func" to hide when you type in the console and not show in the chatbox. And you replace the space with commas.

Examples:
bind p "scripted_user_func give,pain_pills"
bind o "scripted_user_func max_health,all,200"
bind l "scripted_user_func kill,all"
bind k "scripted_user_func velocity,0,0,500"
what is the command to give everyone full health
!give all health
scripted_user_func give,all,health
Maur0 の投稿を引用:
ThisIsDumb の投稿を引用:
what is the command to give everyone full health
!give all health
scripted_user_func give,all,health
tysm
Maur0 の投稿を引用:
ThisIsDumb の投稿を引用:
what is the command to give everyone full health
!give all health
scripted_user_func give,all,health
What is the command to spawn Special Infected? (With a Keybind, so basically adding a keybind to spawn Special Infected)
最近の変更はc00lkiddが行いました; 2023年5月5日 15時41分
Maur0 2023年5月6日 17時25分 
ズムイ の投稿を引用:
Maur0 の投稿を引用:
!give all health
scripted_user_func give,all,health
What is the command to spawn Special Infected? (With a Keybind, so basically adding a keybind to spawn Special Infected)
bind n "scripted_user_func z_spawn,smoker"
bind n "scripted_user_func z_spawn,boomer"
bind n "scripted_user_func z_spawn,hunter"
bind n "scripted_user_func z_spawn,spitter"
bind n "scripted_user_func z_spawn,jockey"
bind n "scripted_user_func z_spawn,charger"
bind n "scripted_user_func z_spawn,tank"
bind n "scripted_user_func z_spawn,witch"

Replace the N with another letter or number more comfortable for you.
unlimited ammo and bomb how?
Uh what about noclip ??
'92 2024年2月6日 3時22分 
Maur0 の投稿を引用:
ズムイ の投稿を引用:
What is the command to spawn Special Infected? (With a Keybind, so basically adding a keybind to spawn Special Infected)
bind n "scripted_user_func z_spawn,smoker"
bind n "scripted_user_func z_spawn,boomer"
bind n "scripted_user_func z_spawn,hunter"
bind n "scripted_user_func z_spawn,spitter"
bind n "scripted_user_func z_spawn,jockey"
bind n "scripted_user_func z_spawn,charger"
bind n "scripted_user_func z_spawn,tank"
bind n "scripted_user_func z_spawn,witch"

Replace the N with another letter or number more comfortable for you.
what if i want to randomly spawn boomer or spitter, what code should i type in the console?
what are all of the commands?
:steamthumbsup:
< >
1-11 / 11 のコメントを表示
ページ毎: 1530 50