Показать сообщение отдельно

  #5  
Старый 05.04.2015, 17:42
denryazancev00
Познающий
Регистрация: 05.04.2014
Сообщений: 31
С нами: 6370635

Репутация: 0
По умолчанию

Цитата:
Сообщение от slonoboyko  

На самом деле, все проще чем ты думаешь. На Самп РП пофикшена синхра.. Вьеби в место нее тп и все.
Это типо

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};

cheat_teleport(cheat_state->_generic.botlastpos,actor_info_get(-1,0)->hitpoints);

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 _generic.botlastpos,actor_info_get(-1,0)->hitpoints);

break;

}

}

cheat_teleport(cheat_state->_generic.botlastpos,actor_info_get(-1,0)->hitpoints);

time = GetTickCount();

action = 0;

}

}

return;

}

 
Ответить с цитированием