Kieren
The OGz
Just a simple tutorial what I have found but written in my own words.
Your motto doesn't upload on to your client?
Go to your emu open MusSocket.cs then find "updatemoto" add under;
if already there replace it, credits on finding this out is, Crash and for releasing on here mwa! If you any problems in doing this just PM me.
Your motto doesn't upload on to your client?
Go to your emu open MusSocket.cs then find "updatemoto" add under;
Code:
using (DatabaseClient dbClient = UberEnvironment.GetDatabase().GetClient())
Client.GetHabbo().Motto = UberEnvironment.FilterInjectionChars((string)Row["motto"]);
if already there replace it, credits on finding this out is, Crash and for releasing on here mwa! If you any problems in doing this just PM me.