| // B9 08 ÍƼö×é¶ÓµÄ¸½½üÍæ¼ÒÐÅÏ¢ #tagGCRecommendNearbyPlayerList  | 
|   | 
| struct    tagGCRecommendNearbyPlayer  | 
| {  | 
|     DWORD        PlayerID;  | 
|     BYTE        NameLen;  | 
|     char        Name[NameLen];    // Íæ¼ÒÃû£¬size = NameLen  | 
|     WORD        LV;        // Íæ¼ÒµÈ¼¶  | 
|     BYTE        Job;        // Íæ¼ÒÖ°Òµ  | 
|     BYTE        JobLevel;        // Íæ¼ÒÖ°Òµ½×¼¶  | 
|     WORD        RealmLV;         // Íæ¼Ò¾³½çµÈ¼¶  | 
| };  | 
|   | 
| struct    tagGCRecommendNearbyPlayerList  | 
| {  | 
|     tagHead        Head;  | 
|     BYTE        PlayerCount;  | 
|     tagGCRecommendNearbyPlayer        PlayerList[PlayerCount];    // ÍƼöÍæ¼ÒÁÐ±í  | 
| };  |