sendPlayerFriendList() public method

public sendPlayerFriendList ( WorldClient client ) : void
client WorldClient
return void
Beispiel #1
0
 // Important: We musts load this after the setup state is set to 0x0f (so before that it wouldnt work properly)
 public void processAttributes()
 {
     ServerPackets server = new ServerPackets();
     server.sendPlayerAttributes(Store.currentClient);
     server.sendPlayerFriendList(Store.currentClient);
     //Store.currentClient.playerData.setPss(0x7f);
 }
Beispiel #2
0
        // Important: We musts load this after the setup state is set to 0x0f (so before that it wouldnt work properly)
        public void processAttributes()
        {
            ServerPackets server = new ServerPackets();

            server.sendPlayerAttributes(Store.currentClient);
            server.sendPlayerFriendList(Store.currentClient);
            //Store.currentClient.playerData.setPss(0x7f);
        }