open.mp API Wiki
GameModeExit
Description
Examples
Related Functions
#
GameModeExit
Tags:
#
Description
Ends the current gamemode.
Name
Description
#
Examples
if
(
OneTeamHasWon
)
{
GameModeExit
(
)
;
}
#
Related Functions