Signature
stock bool:fm_get_user_longjump(index) { new value[2]; engfunc(EngFunc_GetPhysicsKeyValue, index, "slj", value, 1); switch(value[0]) { case '1': return true; } return false;}
stock bool:fm_get_user_longjump(index) { new value[2]; engfunc(EngFunc_GetPhysicsKeyValue, index, "slj", value, 1); switch(value[0]) { case '1': return true; } return false;}