X
xie139
Unregistered / Unconfirmed
GUEST, unregistred user!
static char szAction[100];
void Action(int index)
{
memset(szAction, 0, sizeof(szAction));
index = index > Contract? Contract : index < AddSP? AddSP: index;
strcpy(szAction, szActionList[index]);
__asm{
pushad
mov ebx, 0x754ea4
mov ecx, dword ptr ds:[ebx]
push offset szAction
mov ebx, 0x430FD0
call ebx
popad
}
}
void Action(int index)
{
memset(szAction, 0, sizeof(szAction));
index = index > Contract? Contract : index < AddSP? AddSP: index;
strcpy(szAction, szActionList[index]);
__asm{
pushad
mov ebx, 0x754ea4
mov ecx, dword ptr ds:[ebx]
push offset szAction
mov ebx, 0x430FD0
call ebx
popad
}
}