10-16-2009, 08:40 AM
Short Question:
Silva make this for remove Lee on Road:
But "Zero" don't exist.
I try in DLLstartup:
rarara.asm(122) : error A2006: undefined symbol : Zero
rarara.asm(122) : error A2114: INVOKE argument type mismatch : argument : 2
Silva make this for remove Lee on Road:
Quote:If you've setup the dll compiler, then just add this to the DLLstartup proc (in rarara.asm)
Code:
invoke WriteMem, 0042DF8Eh, addr Zero,1
invoke WriteMem, 0042D2B1h, addr JmpByte,1
But "Zero" don't exist.
I try in DLLstartup:
rarara.asm(122) : error A2006: undefined symbol : Zero
rarara.asm(122) : error A2114: INVOKE argument type mismatch : argument : 2