you have to make the area yourself, there are areas like duel, bh etc, you have to make your pwn, and when someone enters that area, you diable all teleports, and the logout,.
I never saw a TUT for it, so I had to do it myself.
|
|
How would you make an area so that you can't teleport out of it? Like so if your in jail. How could you make it so that you can't get out from a teleport? If thats possible whats the tut?
you have to make the area yourself, there are areas like duel, bh etc, you have to make your pwn, and when someone enters that area, you diable all teleports, and the logout,.
I never saw a TUT for it, so I had to do it myself.
mhhm maby make a boolean with the coords and underneath the boolean still in the code ad somthing that teleblocks you but i don't know what that could be
Try adding something like this.
if (p.atJail != false)
In your teleports etc.
And boolean
public boolean atJail() {
if((absX >= #### && absX <= ####&& absY >= #### && absY <= ####)) return true;
else
return false;
}
| « 508 Compiling | Help run error. » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |