GameModeExit
From SA-MP Wiki
GameModeExit
Ends the currently active gamemode
This function has no parameters
This function does not return a specific value.
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.
