GameModeStartBehaviour Enumeration |
Note: This API is now obsolete.
Namespace: SampSharp.Core
[ObsoleteAttribute("Multi-process mode is deprecated and will be removed in a future release.")] public enum GameModeStartBehaviour
Member name | Value | Description | |
---|---|---|---|
None | 0 | Do nothing special, simply start running. | |
Gmx | 1 | Run a GMX, causing OnGameModeInit to be called on the server and the game mode. | |
FakeGmx | 2 | Fake a GMX call, causing OnGamemodeInit to only be called in the game mode. This does not allow for game mode initialisation (such as spawning static vehicles). |