Player::playScenario

From RAGE Multiplayer Wiki
Revision as of 12:09, 26 October 2018 by Rootcause (talk | contribs) (Replaced HTML with template)

This function makes the player play a scenario. Scenario List

Parameters

  • scenario: String

Syntax

Server-Side
player.playScenario(scenario)

Example

Server-Side
// todo

See Also