I need to give exp to the player who is standing/jumping on the second player. I tested this plugin and this works: iExp[target] += gNumExp;
but target = player on the bottom, not on the top. The problem is if i change iExp[target] += gNumExp;
to iExp[id] += gNumExp;