Shoot Trough Wall Source Code Error
Hi there, when i try to compile that:
Code:
DWORD ;WallClass = *(DWORD*)(CShell + 0xA6910C);
for(int y=0;y<64;y++);
{
*(float*)(WallClass+(i*0x906E44)+0x906C30) = (float)1; //EdgeShotEnabled
*(float*)(WallClass+(i*0x906E44)+0x906CD0) = (float)1; //WallShotEnabled
*(float*)(WallClass+(i*0x906E44)+0x906CB8) = (float)1; //PerfectWallShotEnabled
};
Visual C++ find errors on the code what is wrong?
Ps: Im trying the dlls on a Old Cf version and offline (Cf ARX Offline) thats why that addresses are diferent.
Seriously?? Look at your loop variable y and you are using I ...