Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Right-click warping
#28
Braydok, you are gonna have to make it so it divides the x and y by 32 before warping.

If you do that, It'll warp to: Map: 1, X: 8, Y: 6

To do that, You'll need to add this piece of code before it sends the packet:

Code:
X = Int(X / 32)
Y = Int(Y / 32)
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)