
UserProfile
By: a guest on
May 7th, 2012 | syntax:
None | size: 0.68 KB | hits: 13 | expires: Never
ServerMessage Profile = new ServerMessage(2027);
Profile.AppendInt32(UserRow["id"]);
Profile.AppendString(UserRow["username"]);
Profile.AppendString(UserRow["figure"]);
Profile.AppendString(UserRow["motto"]);
Profile.AppendString(UserRow["createdon"]);
Profile.AppendInt32(1337);
Profile.AppendInt32(2);
Profile.AppendBoolean(false);
Profile.AppendBoolean(false);
Profile.AppendBoolean(true); //islogged in
Profile.AppendInt32(0);
Profile.AppendInt32(100); //seconds online (starts from 0)
Profile.AppendBoolean(true);