bool nxchams = false;
BOOL WritePrivateProfileInt(LPCTSTR lpAppName, LPCTSTR lpKeyName, int nInteger, LPCTSTR lpFileName)
{
TCHAR lpString[ 1024 ];
wsprintf( lpString, "%d", nInteger );
return WritePrivateProfileString( lpAppName, lpKeyName, lpString, lpFileName );
}
void v_SaveMyHack()
{
WritePrivateProfileInt( "Directx", "chams", nxchams, "C:\\config.ini" );
}
i added it etc. but when i move the menu "Save List" on my hack, it doesnt save it