tnx hope u could help me tnx!
{
if(GetAsyncKeyState(__) &1) // ON
{
*(double*)ADR_STW = 0;
}
if(GetAsyncKeyState(__) &1) // OFF
{
*(double*)ADR_STW = 0.5 ;
}
}


void stw()
{
if(GetAsyncKeyState(key) &1) // ON
{
*(float*)ADR_STW = 0;
}
if(GetAsyncKeyState(key) &1) // OFF
{
*(float*)ADR_STW = 0.5 ;
}
}
ehehe
)