Ok im adding the Auto Afk thing in but the problem is this Error 1 The name 'AfkKickElapsed' does not exist in the current context.
Now the timer is at Character.cs becuse thats where the guide said to go
Quote:
AfkTimer.Interval = 600000;
AfkTimer.Elapsed += new ElapsedEventHandler(AfkKickElapsed);<Error there
AfkTimer.Start();
|