16-11-2008, 03:47 AM
Lea Wrote:Sub canmove client sideBasicly remove that packet.
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