- 好友
 - 0
  
- 在线时间
 - 0 小时
  
- 最后登录
 - 2025-10-19
  
 
 
 
 
随仆 
  
 
- UID
 - 3268412
  
- 第纳尔
 - 94 
  
- 精华
 - 0
  
- 互助
 - 2 
  
- 荣誉
 - 0 
  
- 贡献
 - 0 
  
- 魅力
 - 10 
  
- 注册时间
 - 2021-9-1
  
        
 
  鲜花( 2)   鸡蛋( 0)  
 | 
 
我在游戏里添加了一个新命令,F4 - weapon orders,但是在连续按触发键时,这个命令有时显示,有时不显示。要怎样才能解决这个问题呢 
 
 
    (0, 0, 0, [ 
        (this_or_next|game_key_clicked, gk_group0_hear), 
        (this_or_next|game_key_clicked, gk_group1_hear), 
        (this_or_next|game_key_clicked, gk_group2_hear), 
        (this_or_next|game_key_clicked, gk_group3_hear), 
        (this_or_next|game_key_clicked, gk_group4_hear), 
        (this_or_next|game_key_clicked, gk_group5_hear), 
        (this_or_next|game_key_clicked, gk_group6_hear), 
        (this_or_next|game_key_clicked, gk_group7_hear), 
        (this_or_next|game_key_clicked, gk_group8_hear), 
        (this_or_next|game_key_clicked, gk_reverse_order_group), 
        (this_or_next|game_key_clicked, gk_everyone_around_hear), 
        (game_key_clicked, gk_everyone_hear), 
    ], [ 
        (start_presentation, "prsnt_weapon_order_display"), 
    ]), 
 
 
 |   
 
 
 
 |