GameModeExit
From SA-MP Wiki
Description:
Ends the current gamemode.
This function has no parameters.
Return Values:
This function does not return any specific values.
Example Usage:
if(OneTeamHasWon) { GameModeExit(); }
Related Callbacks
The following callbacks might be useful, as they're related to this function in one way or another.
- OnGameModeExit: Called when a gamemode ends.