搜索
查看: 2175|回复: 0

C4的问题 大神求救!!

[复制链接]
发表于 2017-5-3 13:00:15 | 显示全部楼层 |阅读模式 来自 辽宁丹东
        new doneonce = 0
        new fbombt = find_ent_by_class(-1, "func_bomb_target")
        while(fbombt > maxplayers)
                {
                entity_set_int(fbombt, EV_INT_flags, FL_KILLME)
                doneonce = 1
                fbombt = find_ent_by_class(fbombt, "func_bomb_target")
        }
        if(doneonce == 1)server_cmd("sv_restartround 1")
        new ibombt = find_ent_by_class(-1, "info_bomb_target")
        while(ibombt > maxplayers)
                {
                entity_set_int(ibombt, EV_INT_flags, FL_KILLME)
                ibombt = find_ent_by_class(ibombt, "info_bomb_target")
        }       
用上面的代码后 玩爆破模式地图 拿C4到包点不能埋包
写什么代码 能让服务器恢复正常爆破模式 可以埋包
游客
回复
您需要登录后才可以回帖 登录 | 注个册吧

快速回复 返回顶部 返回列表