Player::playScenario: Difference between revisions

From RAGE Multiplayer Wiki
mNo edit summary
No edit summary
Line 7: Line 7:
<div class="header" style="background-color: #408DAE; color: #FFFFFF; border: 2px solid #408DAE;">
<div class="header" style="background-color: #408DAE; color: #FFFFFF; border: 2px solid #408DAE;">
<div style="margin: 10px 10px 10px 10px;"><b>Server-Side</b></div>
<div style="margin: 10px 10px 10px 10px;"><b>Server-Side</b></div>
<syntaxhighlight lang="javascript">
</div>
<pre>
player.playScenario(scenario)
player.playScenario(scenario)
</syntaxhighlight>
</pre>
</div>


==Example==
==Example==
<syntaxhighlight lang="javascript">
<pre>
// todo
// todo
</syntaxhighlight>
</pre>


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

Revision as of 17:42, 16 August 2018

This function makes the player play a scenario. Scenario List

Parameters

  • scenario: String

Syntax

Server-Side
player.playScenario(scenario)

Example

// todo

See Also