01.10.2007, 16:07
Instead of changing the .inc, which could cause problems when compiling a "regular" game mode, you could add a #define like so:
This will replace any GameModeExit() call with the remote function call. You can add this define to the game mode you like to work with GMCycle.
pawn Код:
#define GameModeExit() CallRemoteFunction("GameModeExitEx", "")

