GameModeExit

From SA-MP Wiki

Jump to: navigation, search

GameModeExit


Ends the currently active gamemode


This function has no parameters


This function does not return a specific value, it's best to simply ignore it.


if(OneTeamHasWon)
{
    GameModeExit();
}

Related Callbacks

The following callbacks might be useful, as they're related to this function in one way or another.

Personal tools