GameModeExit

From SA-MP Wiki

Jump to: navigation, search


Description:

Ends the current gamemode.


Parameters:
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.

Personal tools
Navigation
Toolbox
In other languages