Ok, with the same way it works for duck, but not for jump:
PHP Code:
new const PM_EF_List[][] = // have a size of 1 { "PM_Jump" // = 0 }
//in init:
for(new i = 1; i < sizeof(PM_EF_List); i++) // not executed { // if 1 < 1 then hook ? not possible ( new i = 0 ) OrpheuRegisterHook(OrpheuGetFunction(PM_EF_List[i]), PM_EF_List[i]) }