2 Gamemodes
#1

Hey,is that possible to run 2 gamemodes at the same time?
Reply
#2

Knows anyone?
Reply
#3

Do you mean running 2 different servers or 2 gamemodes blended together?
At the Server_configuration add the gamemodename to the Gamemode0 line,

Create a command:
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/changegamemodename", cmdtext, true, 10) == 0)
	{
		SendRconCommand("changemode changemetogamemodename");
		return 1;
	}
	return 1;
}
Reply
#4

No,I want to run 2 gamemodes at the same time without a command
Maybe if i set 2 virtual worlds..it will be work?
Reply
#5

Well i've seen something in this in Freeroam if this that u mean do a command /Gm and and listen of gamemodes come up when u click for example deathmatch your now in a Dm (Server/Gamemode) is that what u mean?
Reply
#6

That's not possible at all, though you can create another object in other worlds.
Reply
#7

No, you can't just grab two gamemodes and mash them together. Adapt them in a way they both would work. For example, doing different things depending on a variable (the mode a player is in) on OnPlayerSpawn.
Reply
#8

I got it,thanks guys
Reply
#9

run two applications with diffrent ports or merge two scripts( probably a ton of work)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)