【原创】【道具】CS1.6防闪卡(非Sunglasses)
本帖最后由 xing9634 于 2016-2-23 10:09 编辑首先,说一下,该插件并非完全原创,是作者在几个混战服里得来的创意,但是代码纯属个人操作,有什么BUG的就告诉我一下,作者插件质量并不怎么样,请大家多多包涵!最后祝大家玩得开心,下面附图与地址。PS:权限是ADMIN_IMMUNITY 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()
} dong520 发表于 2016-2-17 23:16
这是什么代码?我用的不是这个 不错不错不错 可以给我源码研究吗
2448698821@qq.com 郑林轩用户 发表于 2017-7-11 00:55
可以给我源码研究吗
你还想要别人的源码{:6_194:} tly111222 发表于 2017-7-11 08:18
你还想要别人的源码
看他是不是用ScreenFade 郑林轩用户 发表于 2017-7-11 08:38
看他是不是用ScreenFade
明白了!!! 本帖最后由 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; 不开源!!!!!!
页:
[1]