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;
}
}
и обьяви везде...