PlayPedScenario

From RAGE Multiplayer Wiki
Revision as of 15:09, 23 December 2022 by Xabi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This feature is currently not implemented server-side.

Makes the Ped play a scenario.


C# Syntax

void NAPI.Ped.PlayPedScenario(Ped ped, string scenario);

Parameters

  • ped: The Ped playing the scenario.
  • scenario: The name of the scenario to play.


Example

// Code here...