Difference between revisions of "EasySolutionsToSeeminglyHardProblems"

From ARK Modding Wiki
Jump to navigation Jump to search
(Created page with "== How do I send a player to the re-spawn screen? == You need to drag off a shooterplayercontroller object reference and call the Client Show Spawn UI function on the controller.")
 
Line 1: Line 1:
 +
[[Category:Blueprints]]
 +
 
== How do I send a player to the re-spawn screen? ==
 
== How do I send a player to the re-spawn screen? ==
 
You need to drag off a shooterplayercontroller object reference and call the Client Show Spawn UI function on the controller.
 
You need to drag off a shooterplayercontroller object reference and call the Client Show Spawn UI function on the controller.

Revision as of 07:31, 2 December 2018


How do I send a player to the re-spawn screen?

You need to drag off a shooterplayercontroller object reference and call the Client Show Spawn UI function on the controller.