8. Warn other Players {{ currentPage ? currentPage.title : "" }}

1. With PlayerTemplate: Override SP8_Override_CanWarnOtherPlayer inside your Player BP.

Without PlayerTemplate: Edit the Interface Function SP8_CanWarnOtherPlayer inside your Player BP.

Set the Return Node to true, so the Player can Warn other Players.

Of course you can create a variable (depending on the Warn Count) and set it to true or false, depending if you want him to allow the function.

Now you are able to call the Function WarnOtherPlayer.

An example Command for this Function can be found inside the ExamplePlayer.

{{{ content }}}