Player::playScenario: Difference between revisions

From RAGE Multiplayer Wiki
 
(3 intermediate revisions by 2 users not shown)

Latest revision as of 16:35, 16 October 2020

This function makes the player play a scenario. Scenario List

Parameters

player.playScenario(scenarioName);
  • scenario: String

Syntax

Server-Side
player.playScenario(scenario)

Example

Server-Side
player.playScenario("WORLD_HUMAN_PAPARAZZI");

This example will run an Paparazzi Scenario.

See Also