PHP Code://Should move this struct to your header file.
PMSG_RESET_INGAME_SEND * pRSMsg =(PMSG_RESET_INGAME_SEND *)aRecv;
iResetUI = pRSMsg-> Resets;
iResetVisibleUI = 1;
Where to put this?
PHP Code://Should move this struct to your header file.
PMSG_RESET_INGAME_SEND * pRSMsg =(PMSG_RESET_INGAME_SEND *)aRecv;
iResetUI = pRSMsg-> Resets;
iResetVisibleUI = 1;
Where to put this?