
11.05.2013, 16:18
|
|
Участник форума
Регистрация: 29.04.2013
Сообщений: 141
С нами:
6861401
Репутация:
0
|
|
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");
}
{
}
}
|
|
|