Translations:Binds/69/zh: Difference between revisions

From DDraceNetwork
By (talk | contribs)
Created page with "'''deepfly_on.cfg''' bind {{color|green|mouse1}} {{color|red|"}}{{color|blue|+fire}}{{color|red|;}} {{color|magenta|+toggle}} {{color|blue|cl_dummy_hammer}} {{color|purple|1 0}}{{color|red|"}} {{color|blue|cl_message_client_color}} {{color|purple|green}} {{color|blue|echo}} {{color|purple|Deep Fly ON}} bind {{color|green|x}} {{color|magenta|exec}} {{color|blue|deepfly_off.cfg}} '''deepfly_off.cfg''' bind {{color|green|mouse1}} {{color|blue|+fire}} {{color|blue|..."
 
Darkh (talk | contribs)
No edit summary
 
Line 14: Line 14:
   
   
  bind {{color|green|x}} {{color|magenta|exec}} {{color|blue|deepfly_on.cfg}}
  bind {{color|green|x}} {{color|magenta|exec}} {{color|blue|deepfly_on.cfg}}
将这两个配置文件放在配置目录里,并在F1控制台输入:
将这两个配置文件放在配置路径里,并在F1控制台输入:
  bind {{color|green|x}} {{color|magenta|exec}} {{color|blue|deepfly_on.cfg}}
  bind {{color|green|x}} {{color|magenta|exec}} {{color|blue|deepfly_on.cfg}}

Latest revision as of 05:05, 3 July 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Binds)
'''deepfly_on.cfg'''
 bind <span style="color:green">mouse1</span> <span style="color:red">"</span><span style="color:blue">+fire</span><span style="color:red">;</span> <span style="color:magenta">+toggle</span> <span style="color:blue">cl_dummy_hammer</span> 1 0<span style="color:red">"</span>
 
 <span style="color:blue">cl_message_client_color</span> <span style="color:purple">green</span>
 <span style="color:blue">echo</span> <span style="color:purple">Deep Fly ON</span>
 
 bind <span style="color:green">x</span> <span style="color:magenta">exec</span> <span style="color:blue">deepfly_off.cfg</span>
'''deepfly_off.cfg'''
 bind <span style="color:green">mouse1</span> <span style="color:blue">+fire</span>
 <span style="color:blue">cl_dummy_hammer</span> <span style="color:purple">0</span>
 
 <span style="color:blue">cl_message_client_color</span> <span style="color:purple">red</span>
 <span style="color:blue">echo</span> <span style="color:purple">Deep Fly OFF</span>
 
 bind <span style="color:green">x</span> <span style="color:magenta">exec</span> <span style="color:blue">deepfly_on.cfg</span>
Put both of these in the correct path, and in console:
 bind <span style="color:green">x</span> <span style="color:magenta">exec</span> <span style="color:blue">deepfly_on.cfg</span>

deepfly_on.cfg

bind mouse1 "+fire; +toggle cl_dummy_hammer 1 0"

cl_message_client_color green
echo Deep Fly ON

bind x exec deepfly_off.cfg

deepfly_off.cfg

bind mouse1 +fire
cl_dummy_hammer 0

cl_message_client_color red
echo Deep Fly OFF

bind x exec deepfly_on.cfg

将这两个配置文件放在配置路径里,并在F1控制台输入:

bind x exec deepfly_on.cfg