Quote:
Originally Posted by BotorCrime
How to fix it ? 
|
you should check the packet that you send to other users.. i mean
i've something like this in my code
Code:
sendPacket("0|n|d|" + user.playerID +"|" + user.uav);
to load my drones, and this other to load other users drones...
Code:
Is a example, is not exactly like that
sendPacket("0|n|d|" + otherUser.userID + "|" + otherUser.uav);
seems like you have messed up something with the variables
EDIT:
I found this on the code
idk why it sends that drones, maybe there is the problem