Player::taskStartScenarioAtPosition
[Scenario List](/scenarios) --------------- -going on the last 3 parameters, they appear to always be '0, 0, 1'
duration -1 also used in scripts
sittingScenario parameter is used for sitting scenarios
teleport parameter teleports ped to the given position
Syntax
``` player.taskStartScenarioAtPosition(scenarioName, x, y, z, heading, duration, sittingScenario, teleport); ```
Required Arguments
- scenarioName: String
- x: float
- y: float
- z: float
- heading: float
- duration: Int
- sittingScenario: Boolean
- teleport: Boolean
Return value
- Undefined
Example
``` // todo ```