
11.05.2013, 16:21
|
|
Постоянный
Регистрация: 19.03.2013
Сообщений: 586
С нами:
6920791
Репутация:
113
|
|
Сообщение от Norma_Cheater
Rick, пробуй
void cheat_handle_capture ()
{
traceLastFunc( "cheat_handle_capture()" );
if ( KEY_PRESSED(set.key_capture) )
{
cheat_state->_generic.capture^= 1;
}
if( cheat_state->_generic.capture== 1 )
{
static int time=0;
if(GetTickCount()- 1000 > time)
{
say("/capture");
}
{
}
}
Вы че как все издеваетесь, кто будет возвращать время
|
|
|