versuchs mal so bei mir funzt es ;-D
Quote:
bool nospread = false;
void NoSpread()
{
if(nospread == true)
{
*(int*)(ADR_NOSPREAD) = 0;
}
if(GetAsyncKeyState(VK_F7)&1) //ein oder ausschalten
{
nospread = nospread == false;
}
}
|
das nächste mal in den sticky für sourcecodes