
Lv.1
别问我头像(GGAD)的事[滑稽]
签名:不要问我GGAD是什么...
在 提供代码岛3.0开车代码者,给100~300金币(先到先得) 中回复
world.querySelectorAll('.车').forEach((e)=>{
e.onEntityContact(({entity,other})=>{
if(!other.isPlayer){return}
other.mesh=entity.mesh;
other.meshScale=entity.meshScale;
other.player.invisible=true;
other.meshOrientation = new Box3Quaternion(0, 1, 0, 0);
world.say(other.player.name+" 开启了车");
other.player.runSpeed = 2;
other.player.walkSpeed = 1.5;
other.player.scale =0.6;
other.player.jumpPower = 0;
});
});2020-06-06T19:08:43 点赞:0