- Mesaj
- 250
- Beğeni
- 109
- Puan
- 466
- Ticaret Puanı
- 0
if (pinfo->bFunc == FUNC_MOVE)
{
if (ch->GetLimitPoint(POINT_MOV_SPEED) == 0)
return;
ch->SetRotation(pinfo->bRot * 5);
ch->ResetStopTime(); // ""
ch->Goto(pinfo->lX, pinfo->lY);
ch->UpdatePacket();// bunu ekle
ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("Please stop anti-hack thank.1111111111111"));
}
input_main.cpp
{
if (ch->GetLimitPoint(POINT_MOV_SPEED) == 0)
return;
ch->SetRotation(pinfo->bRot * 5);
ch->ResetStopTime(); // ""
ch->Goto(pinfo->lX, pinfo->lY);
ch->UpdatePacket();// bunu ekle
ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("Please stop anti-hack thank.1111111111111"));
}
input_main.cpp