@_username_ migosmc.ru
Best posts made by sxviolence
Latest posts made by sxviolence
-
RE: scripting help for noobs xd
@Schneelein var Timer_Value = value.createInteger("Speed", 1, 1, 10);
if(mc.thePlayer.onGround) {
mc.timer.timerSpeed = Timer_Value;
} else {
if(!mc.thePlayer.onGround) {
mc.timer.timerSpeed = 1;
}
});module.on("packet", function(eventData) { });
});