User.cpp Kısmında Şu Satırla Değiştirin.
void CUser::SelectWarpList(char *pBuf) Kısmını bulup Aşağidaki ile Değiştirin.
User.h Kısmına Sunları Ekliyoruz.
Code:
case WIZ_WARP_LIST:
SelectWarpList( pData+index );
break;
case WIZ_ZONE_CONCURRENT:
ZoneConCurrentUsers( pData+index );
break;
case WIZ_VIRTUAL_SERVER:
ServerChangeOk( pData+index );
break;
void CUser::SelectWarpList(char *pBuf) Kısmını bulup Aşağidaki ile Değiştirin.
You must reply in the thread to view hidden text.
User.h Kısmına Sunları Ekliyoruz.
You must reply in the thread to view hidden text.