• HyperFilter | DoS Protection | DDoS Protection | DoS Mitigation | DDoS Mitigation | AntiDoS | AntiDDoS | Proxy Shielding

WIZ_ZONE_CONCURRENT Bölge Kontrol

BonezCrusher

Kayıtlı Üye
Joined
Dec 26, 2013
Messages
239
User.cpp Kısmında Şu Satırla Değiştirin.



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.

View hidden content is available for registered users!

User.h Kısmına Sunları Ekliyoruz.

View hidden content is available for registered users!
 
Back
Top