My code:
public hook_AddToFullPack(es_handle, e, ent, host, hostflags, player, pSet)
{
if(!player) return FMRES_IGNORED
if(...) //condition
set_es(es_handle, ES_Sequence, sequence)
}
It run but the action is very fast. How to set the action is slow? Thanks!