
05.04.2015, 13:29
|
|
Познающий
Регистрация: 05.04.2014
Сообщений: 31
С нами:
6370635
Репутация:
0
|
|
Код:
Код:
void cheat_handle_fermabot() {
static int action=1,time=0;
if(cheat_state->_generic.farmbot == 1) {
if(GetTickCount()-8500 > time && action == 0) {
float spd[3]={0,0,0};
SendFakeOnfootSyncData(cheat_state->_generic.botlastpos,actor_info_get(-1,0)->hitpoints,0,spd);
time = GetTickCount();
action = 1;
}
else if(GetTickCount()-1500 > time && action == 1) {
float spd[3]={0,0,0};
for(int i=0; i 2695 && x -1705 && y 1099 && x 1601 && y hitpoints,0,spd);
break;
}
}
SendFakeOnfootSyncData(cheat_state->_generic.botlastpos,actor_info_get(-1,0)->hitpoints,0,spd);
time = GetTickCount();
action = 0;
}
}
return;
}
Что не так?
Почему он не работает?
|
|
|