22-01-2007, 01:42 AM
i guess if you wanted you could add an encryption algorithm... seems kinda excessive though. You might as well do what dave said... on the client side UDT... just add some new/random variables, and set them all to zero. Like
Type MapRec
Name as String
W/e W/e
Protection1 as Long
RandomVariable2 as Integer
End Type
Then after you recieve mapdata, you can just assign it a random value (doesn't have to be sent in a packet). Then all you have to do is either read it back in... or not, it really doesn't matter. But like dave said, it can be figured out rather easily.
Type MapRec
Name as String
W/e W/e
Protection1 as Long
RandomVariable2 as Integer
End Type
Then after you recieve mapdata, you can just assign it a random value (doesn't have to be sent in a packet). Then all you have to do is either read it back in... or not, it really doesn't matter. But like dave said, it can be figured out rather easily.
