Player::playScenario: Difference between revisions

From RAGE Multiplayer Wiki
Line 17: Line 17:
</pre>
</pre>
}}
}}
This example will run an Paparazzi Scenario.


==See Also==
==See Also==
{{Player_block}}
{{Player_block}}
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Revision as of 11:43, 14 July 2019

This function makes the player play a scenario. Scenario List

Parameters

  • 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