All pastes #2071690 Raw Edit

Stuff

public text v1 · immutable
#2071690 ·published 2011-05-29 19:45 UTC
rendered paste body
Send_Object_Update((NetworkObjectClass*)object, clientId); //clientID is an int

__declspec( naked ) void Send_Object_Update(NetworkObjectClass* object, int clientId)
{
	_asm {
		push clientId
		push object
		mov eax, 0x004612F0
		call eax 
	} 
	_asm { 
	} 
}