xing9634 发表于 2016-2-17 16:33:00

【原创】【道具】CS1.6防闪卡(非Sunglasses)

本帖最后由 xing9634 于 2016-2-23 10:09 编辑

首先,说一下,该插件并非完全原创,是作者在几个混战服里得来的创意,但是代码纯属个人操作,有什么BUG的就告诉我一下,作者插件质量并不怎么样,请大家多多包涵!最后祝大家玩得开心,下面附图与地址。PS:权限是ADMIN_IMMUNITY

dong520 发表于 2016-2-17 23:16:26

public FlashedEvent(id)
{
      message_begin( MSG_ONE,g_nMsgScreenFade,{0,0,0},id )
        write_short( read_data( 1 ) )        // Duration
        write_short( read_data( 2 ) )        // Hold time
        write_short( read_data( 3 ) )        // Fade type
        write_byte (0)                        // Red
        write_byte (0)                        // Green
        write_byte (0)                        // Blue
        write_byte (0)                        // Alpha
        message_end()
}

xing9634 发表于 2016-2-19 11:20:23

dong520 发表于 2016-2-17 23:16


这是什么代码?我用的不是这个

15522943239 发表于 2016-8-22 20:03:54

不错不错不错

郑林轩用户 发表于 2017-7-11 00:55:58

可以给我源码研究吗
2448698821@qq.com

tly111222 发表于 2017-7-11 08:18:47

郑林轩用户 发表于 2017-7-11 00:55
可以给我源码研究吗

你还想要别人的源码{:6_194:}

郑林轩用户 发表于 2017-7-11 08:38:44

tly111222 发表于 2017-7-11 08:18
你还想要别人的源码

看他是不是用ScreenFade

tly111222 发表于 2017-7-11 09:15:44

郑林轩用户 发表于 2017-7-11 08:38
看他是不是用ScreenFade

明白了!!!

tly111222 发表于 2017-7-28 11:25:02

本帖最后由 tly111222 于 2017-7-28 11:27 编辑

郑林轩用户 发表于 2017-7-11 08:38
看他是不是用ScreenFade

部分源码
register_clcmd("buy_af", "buy_antiflash");

      message_begin(MSG_ONE, g_msgScreenFade,{0,0,0},id);
      write_short(1);
      write_short(1);
      write_short(1);
      write_byte(0);
      write_byte(0);
      write_byte(0);
      write_byte(255);
      message_end();
      format(dpport, 222, "\1【\4提示\1】\3%s\1使用了\3【\4防闪卡\3】\1成功的躲过了一次闪光!", D_name);
      client_color(0, id, dpport);
      var1 = D_name;

31199seven 发表于 2019-10-17 02:48:54

不开源!!!!!!
页: [1]
查看完整版本: 【原创】【道具】CS1.6防闪卡(非Sunglasses)