|
发表于 2017-7-28 11:25:02
|
显示全部楼层
来自 中国–广东–深圳
本帖最后由 tly111222 于 2017-7-28 11:27 编辑
部分源码
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; |
|