23-02-2008, 07:21 PM
Going to put location confirmation packets in the canmove sub... for example:
Should work if I do it for all dirs... o.0
Code:
' Check if they can warp to a new map
If Map.Right > 0 Then
Call SendPlayerRequestNewMap
GettingMap = True
End If
CanMove = False
'-----------------------------------------------------
'Fix the thing?
Call SendData("fix" & SEP_CHAR & END_CHAR)
'-----------------------------------------------------
Exit Function
Should work if I do it for all dirs... o.0