Author | Message | Time |
---|---|---|
oldskooldrew | With thise code i dont get the age set, and i think, not sure, but i dont receive the age to people either. [code] Public Sub SetProfile(strUser As String) Dim PacketBuf As New PacketBuffer With PacketBuf .InsertDWORD 1 .InsertDWORD 4 .InsertNTString strUser .InsertNTString "profile\sex" .InsertNTString "profile\age" .InsertNTString "profile\location" .InsertNTString "profile\description" .InsertNTString txtSex.Text .InsertNTString txtAge.Text .InsertNTString txtLocation.Text .InsertNTString txtDescription.Text .SendPacket frmBot.winsck, &H27 End With Unload Me End Sub [/code] i'm not sure exactly, i know some things have changed since i was last programming for bnet, but im pretty sure i changed it to suit bnet. | September 6, 2004, 3:55 AM |
Twix | b.net got rid of the age setting | September 6, 2004, 4:12 AM |
oldskooldrew | Okay, that very well could be the problem. Any info as to why? | September 6, 2004, 5:55 AM |
LW-Falcon | Age on the internet... shouldn't be that hard to figure out why :P | September 6, 2004, 6:09 AM |
Stealth | Has something to do with COPPA. | September 6, 2004, 8:03 AM |