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

  #7  
Старый 30.06.2013, 16:35
Skel
Познающий
Регистрация: 31.03.2013
Сообщений: 92
С нами: 6903095

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

samp.cpp

if (cheat_state->_generic.anticrasher == 1)

{

memset_safe((DWORD*)(g_dwSAMP_Addr + 0x10B8E0), 0x00, 1);

}

cheat_generic.cpp

void cheat_handle_anticrasher()

{

traceLastFunc( "cheat_handle_anticrasher()" );

if (cheat_state->_generic.anticrasher == 1)

{

return;

}

}

и обьяви везде...
 
Ответить с цитированием