PlayPedScenario
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...
Makes the Ped play a scenario.
void NAPI.Ped.PlayPedScenario(Ped ped, string scenario);
// Code here...