猫史档案馆


跪求,怎么做激光碰到人物扣血?????????????????????

用户:杨了个阳杨了个阳查看:5 回复:3 评论:5 创建时间:2022-12-18T22:01:54


emotion_编程猫_翻白眼求求了个位大佬!


回复

上一页1 页 / 共 1下一页
小屑鹿小屑鹿

emotion_dogeemotion_dogeemotion_doge真真假假,假假真真

world.onEntityContact(({entity,other})=>{
    if(!entity.isPlayer||other.hasTag('激光'))return;
    entity.enableDamage=true;
    entity.hurt(11.4514)
})
world.onEntityContact(({entity,other})=>{
    if(!entity.isPlayer||!other.hasTag('激光'))return;
    entity.player.kick();
})

点赞0


评论


白给坤白给坤

shequ.codemao.cn/work/167470643看一下我的作品就知道了,我做出这样的效果,希望你能得到帮助center_image

点赞0


评论


杨了个阳杨了个阳

emotion_编程猫_厉害了谢谢

点赞0


评论