What is this code?

Posts 12 of 2 · Page 1 of 1
What is this code?
Code:
if(Playercl) {
	*(float*)(Playercl + 0x04) = (float)0;
}
Code:
if(Wapenclass) {
     for(int i=0 ; i<533 ; i++) {
		DWORD curwapen = *(DWORD*)(Wapenclass +(4*i));
			if (curwapen)	{
				*(float*)( curwapen + 0x2698) = (float)1; 
				*(float*)( curwapen + 0x269c) = (float)1; 
			}
		}
	}
}

and how to find this offset?
Posts 12 of 2 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?