Make the timer lower than 2,000.
|
|
hey guys, lets make this quick.
server base: devolution x
Problem: when you die and respawn, you stay in the dead position for around 2 minutes.
the code:thanks if you can help.}
if ((deathStage == 2)
&& (System.currentTimeMillis() - deathTimer >= 2000)) {
if (DuelTele == true) {
teleportToX = 3377+misc.random(1);
teleportToY = 3273+misc.random(4);
} else {
sendMessage("Oh dear you have died!");
sendMessage("please wait until you god sends you back to earth.");
teleportToX = 3088;
teleportToY = 9938;
}
heightLevel = 0;
deathStage = 0;
resetAnimation();
EntangleDelay = 0;
savegame(false);
}
}
ok ill do that
nope, dosent work...
| « D bow | {HELP} clan chat errors!!! » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |