06-05-2008, 12:55 AM
Dragoons Master Wrote:\Should be:Code:Packet = Packet & "UpdateLocalPlayers" & END_CHAR
Code:Packet = "UpdateLocalPlayers" & END_CHAR
Wow I overthought this one. I fixed by seperating the update packets into SendLeaveMap and SendJoinMap.. Thanks for the help.