[REQUEST] Noslow
-
Why is this simple code not working?
script.registerModule({ name: "NoslowinWather", description: "oaoaoaoaoao", category: "Fun", }, function(module) { module.on("update", function(event){ if(mc.thePlayer.isInWater()){ event.forward = 1.0; event.strafe = 1.0; } }); });
-
@zhao-yun simple and correct are 2 different concepts
-
@aftery what's wrong?
-
@zhao-yun forward and strafe is for strafe event
-
@co丶dynamic But how to make sure that the water does not slow down the Player?
-
@zhao-yun This is retarded
-
@zhao-yun pls brain
-
Could you help me? I have no experience with mcp and you emphasize my lack of understanding in the code with your insults.
-
module.on("strafe", function(e){ });
-
@skidma I want the water not to slow down the character. And what does the strafe have to do with it and what to write in it?
-
@zhao-yun said in [REQUEST] Noslow:
@skidma I want the water not to slow down the character. And what does the strafe have to do with it and what to write in it?
bruh just change module onUpdate to module onStrafe event
-
@zhao-yun you're not using mcp
please refrain from being mad -
@chocopiexd don't working