Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Making the up and down sprite not move until able
#4
Lea Wrote:Sub canmove client side

find

Code:
If DirUp Then
        Call SetPlayerDir(MyIndex, DIR_UP)

change to

Code:
If DirUp Then
        'Call SetPlayerDir(MyIndex, DIR_UP)

Repeat for down, left, and right
Basicly remove that packet.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)