PlayPlayerScenario
From GTA Network Wiki
PlayPlayerScenarioServer-Side Function
![]() |
![]() |
---|
Function Description
Syntax
void NAPI.Player.PlayPlayerScenario(Client player, string scenarioName);
Required Arguments
- player: parameter input should be in Client type.
- scenarioName: parameter input should be in string type.
Usage example(s)
Example Description
NAPI.Player.PlayPlayerScenario(player, scenarioName);
Changelog
Version | Description |
---|---|
1.0 | Release. |