0A94

From GTAMods Wiki
Revision as of 13:22, 10 May 2021 by Seemann (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

San Andreas LOAD_AND_LAUNCH_CUSTOM_MISSION


Description
Begins a CLEO mission from a specified file
Syntax
0A94: start_custom_mission [str]
Parameter
[str]
Custom mission file path.

The file extension is not needed to specify, the opcode will search for the file with the extension .cm (Custom Mission).

Example

0A94: start_custom_mission "missions\CustomMission1"

The mission starts from the file CLEO\missions\CustomMission1.cm in this example.