automatic gamemode change problem
#1

hello

I hope somebody can help me with my problem:
I'm trying to make a server with multiple gamemodes witch switches every 15 - 20 minutes.

I already have something:

Код:
// on top or above the function
forward GMswitch

// ongamemodeinit
SetTimer("GMswitch",30000,true); // gamemode switch test GMSWITCH

// down on the script
public GMswitch(playerid)
{
  GameModeExit();
	return 1;
}
with this function it restarts the server every 30 seconds (the 30 seconds i will change later, so don't mind that, it's just for testing)
but I don't want it to restart the server/gamemode
I want it to load a new gamemode
Any help?

I've searched the whole web so maybe somebody could help me by giving me a good link or just explain or whatever


thanks
Reply


Messages In This Thread
automatic gamemode change problem - by jesse237 - 23.05.2009, 19:25
Re: automatic gamemode change problem - by Lewwy - 23.05.2009, 19:36
Re: automatic gamemode change problem - by jesse237 - 23.05.2009, 19:43

Forum Jump:


Users browsing this thread: 1 Guest(s)