GameModeExit

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 15:21, 5 September 2009
Mikep (Talk | contribs)

← Previous diff
Revision as of 00:51, 31 January 2014
Connor Mead (Talk | contribs)

Next diff →
Line 19: Line 19:
[[Category:Scripting Functions]] [[Category:Scripting Functions]]
 +[[fr:GameModeExit]]

Revision as of 00:51, 31 January 2014




Description:

Ends the currently active gamemode


Parameters:
This function has no parameters.


Return Values:

This function does not return any specific values.


if(OneTeamHasWon)
{
    GameModeExit();
}

Related Callbacks

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

In other languages