Please search the manual before asking these kind of questions. Search for ent_animate in your manual for the answer you need. Try doing something like the following:
Note: This is Lite-C code, it may slightly differ from A5-A7
Code:
ent_animate(guardModelPointer, "jump", animPercent, ANM_CYCLE);
animPercent += anAmountPerFrame;