Cheating In Multiplayer Using Custom Events

In c++ you can make RPC functions with validation. They can in themselves have conditions to check if someone is cheating.

You can for instance check if an incoming value is within a certain range and if its over or under then in the validate your return false => that flags the function as cheating and disconnects the calling client.

Look at the validation link on the right.

1 Like