Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MS4
#47
To fix the warp issue, replace the "WarpTo" sub with this:
Code:
Public Sub WarpTo(ByVal MapNum As Long)
Dim Buffer As clsBuffer
    
    Set Buffer = New clsBuffer
    
    Buffer.PreAllocate 6
    Buffer.WriteInteger CWarpTo
    Buffer.WriteLong MapNum
    Call SendData(Buffer.ToArray())
End Sub

Updated the download.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)