samp-re/processnetworkpacket.h
2020-04-04 05:10:23 +02:00

12 lines
222 B
C

/* vim: set filetype=c ts=8 noexpandtab: */
#define RP_PARSE_NETWORK_PACKET ((void*) 0x462C21)
void __stdcall ProcessNetworkPacket(
int binaryAddress,
short port,
char *data,
int length,
struct CRakPeer *rakPeer);