Results 1 to 3 of 3
  1. #1
    FinnishFX's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Location
    Somewhere
    Posts
    203
    Reputation
    16
    Thanks
    48
    My Mood
    Psychedelic

    AS3 Client friend list

    I have an problem with the AS3 deca client for fsod, I cant seem to delete the friends on the client, so I can't load into nexus.

    I followed this tutorial: https://www.mpgh.net/forum/showthread.php?t=1163271

    Any help would be appreciated.

  2. #2
    HGAEHaeheadhetdhtertherh's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    281
    Reputation
    10
    Thanks
    199
    create folder server/friends
    add file getList.cs
    Code:
    #region
    
    using System;
    
    #endregion
    
    namespace server.friends
    {
        internal class getList : RequestHandler
        {
            protected override void HandleRequest()
            {
                throw new NotImplementedException();
            }
        }
    }
    because friends require implementation

  3. #3
    FinnishFX's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Location
    Somewhere
    Posts
    203
    Reputation
    16
    Thanks
    48
    My Mood
    Psychedelic
    Quote Originally Posted by GhostMareee View Post
    create folder server/friends
    add file getList.cs
    Code:
    #region
    
    using System;
    
    #endregion
    
    namespace server.friends
    {
        internal class getList : RequestHandler
        {
            protected override void HandleRequest()
            {
                throw new NotImplementedException();
            }
        }
    }
    because friends require implementation
    Thank you for helping but I already did solve it though @Luis @Raple @Joe

Similar Threads

  1. [Outdated] Orape 3.1 Clients , for 27.7.1 [Friends list update]
    By JustAnoobROTMG in forum Realm of the Mad God Hacks & Cheats
    Replies: 70
    Last Post: 11-25-2015, 09:05 PM
  2. any1 else having friend list prob.
    By kcfreak in forum Combat Arms Discussions
    Replies: 12
    Last Post: 10-20-2009, 06:25 PM
  3. Mpgh friend list
    By mlkey in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 29
    Last Post: 09-25-2009, 09:06 PM
  4. Friend list
    By rockhardie in forum Combat Arms Help
    Replies: 10
    Last Post: 09-07-2009, 11:06 PM
  5. Friends List
    By kirbythepuff in forum Combat Arms Hacks & Cheats
    Replies: 18
    Last Post: 09-07-2008, 09:22 AM