Call an RPC on collision?

Options
I'm adding power ups to my game and its going great so far, but I realised that when colliding with the power up, it will call the power ups RPC for each instance that the player collides with it. So if theres 3 people in the match, the collision has happened 3 times, and thus the power up gets called 3 times and the player becomes mega OP. Any ideas on how i should get around this?

Answers

  • olistan
    Options
    Try disabling collision detection with bonuses on all the clients except the master client?