i have a question, where am i supposed to put this
"(Database.CreateAccount(Client);
if (Client.UID == 0)
{
Database.CreateAccount(Client);
Thread.Sleep(50);
Client.UID = Database.PullUID(Client.Username);
}"
I accidentally Deleted it ={
and what will be helpful is if someone could open their Hellmouth project and search for this -->>"Database.CreateAccount(Client);" and Copy and paste whats under or above it for me.. I'd greatly appreciate it if you do that for me. =}
Thanks..






