Don't like ads? PRO users don't see any ads ;-)
Guest

UserProfile

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.68 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.             ServerMessage Profile = new ServerMessage(2027);
  2.             Profile.AppendInt32(UserRow["id"]);
  3.             Profile.AppendString(UserRow["username"]);
  4.             Profile.AppendString(UserRow["figure"]);
  5.             Profile.AppendString(UserRow["motto"]);
  6.             Profile.AppendString(UserRow["createdon"]);
  7.             Profile.AppendInt32(1337);
  8.             Profile.AppendInt32(2);
  9.             Profile.AppendBoolean(false);
  10.             Profile.AppendBoolean(false);
  11.             Profile.AppendBoolean(true); //islogged in
  12.             Profile.AppendInt32(0);
  13.             Profile.AppendInt32(100); //seconds online (starts from 0)
  14.             Profile.AppendBoolean(true);