I registered HamThink for "info_target". My entity thinks every 0.01 second. Every think it check entities sequence. If it matches the DEFINEDSEQUENCE then it checks it's frame.
Code:
static Frame
Frame = pev(Entity,pev_frame)
I also tried:
Code:
static Frame
pev(Entity,pev_frame,Frame)
And:
Code:
static Float:Frame
pev(Entity,pev_frame,Frame)
I used log_amx to check the frame. It always returned 0/0.0.