[HELP] GM load.
#6

Code:
if(ObjectiveFinished)
{
  GameModeExit();
}
GameModeExit will finish the gamemode and then loads up another one. If you have only 1 it just physically starts the same gamemode again and GameModeExit will make it start the next GM like what wafffllesss said.

Quote:
Originally Posted by 1Shot1Kill™
skin select
ForceClassSelection(playerid);

Quote:
Originally Posted by 1Shot1Kill™
spawn
SpawnPlayer(playerid);

Quote:
Originally Posted by 1Shot1Kill™
new location, with a new objective.
Code:
if(Objective == 2)
{
 SetPlayerPos(playerid,X,Y,Z);
 SetObjective(objective)
}
Reply


Messages In This Thread
[HELP] GM load. - by Lynn09© - 18.12.2009, 21:29
Re: [HELP] GM load. - by wafffllesss - 18.12.2009, 21:42
Re: [HELP] GM load. - by Lynn09© - 18.12.2009, 23:19
Re: [HELP] GM load. - by Joe Staff - 18.12.2009, 23:20
Re: [HELP] GM load. - by Lynn09© - 18.12.2009, 23:38
Re: [HELP] GM load. - by Retardedwolf - 18.12.2009, 23:53
Re: [HELP] GM load. - by Lynn09© - 19.12.2009, 00:14
Re: [HELP] GM load. - by Lynn09© - 19.12.2009, 07:51

Forum Jump:


Users browsing this thread: 1 Guest(s)