Tried the native ADD_POP_MULTIPLIER_SPHERE with values 0f but nothing happens and if I call DOES_POP_MULTIPLIER_SPHERE_EXIST with the returned id it returns false. I called it in this manner
NativeFunction.CallByHash<int>(
0x32C7A7E8C43A1F80, // ADD_POP_MULTIPLIER_SPHERE
pos.X,
pos.Y,
pos.Z,
200f,
0f,
0f,
false,
false
);
Also, I tried every combinations for the last two boolean parameters but still nothing changes. Same thing for ADD_POP_MULTIPLIER_AREA 😞