29-08-2006, 06:08 AM
Advocate Wrote:I took the option out. I hate it when I get players coming to me saying things like:
"I clicked the wrong thing, and deleted my account, is it possible for me to get it back?"
Some people are stupid, so, I've been taking anything out like that.
Simple solution...
If InputBox(Are you sure?) ... etc.etc.etc
If InputBox(Positive?)... etc.etc.etc
If InputBox(Absolutely want to?)... etc.etc.etc
If InputBox(You know there's no turning back?)... etc.etc.etc
If InputBox(Okay to proceed?)... etc.etc.etc
If InputBox(100% okay with your decision?)... etc.etc.etc
If InputBox(Gunna PM an admin saying you accidently deleted your account after clicking okay 6 times allready?)... etc.etc.etc
If InputBox(Account deleted, have a nice day)... etc.etc.etc
Lol... and then make a little piece of code like the following:
**** Note this is for my own personal ammusement *****
[CLIENT]
Code:
Call SendData("CLICKAGE" & SEP_CHAR & END_CHAR)
[SERVER]
Code:
If LCase(Parse(0)) = "clickage" Then
Call PutVar(app.path & "\data\hehe.ini", "HEHE", "HEHE", GetPlayerName(index) & " clicked 'em all hehe!")
End If
Then post the stats on your website for all to see !
