|
1.) Make sure you keep the case's going on correctly. Could probably be a problem since the snapshot is an undeclared identifier.
2.) #define PACKETTYPE_GLOW_CHANGE (DWORD)0x88100307
- You need to define the Packettype. Msghdr.h
3.) #define SNAPSHOTTYPE_UPDATEGLOW (WORD)0x8863
- You need to also define this in MSGhdr.h
|