Posts: 3,351
Threads: 780
Joined: Jan 2010
How to make this random GMX code....more random?
Код:
switch(random(2))
{
case 0: SendRconCommand("changemode HotRoom");
case 1: SendRconCommand("changemode TheWarehouse");
}
Posts: 1,794
Threads: 104
Joined: Feb 2012
Reputation:
0
Elaborate please, what do you mean by more random?
You want to include more gamemodes or what precisely?
Posts: 3,351
Threads: 780
Joined: Jan 2010
I just wanna randomize more the code, like by random restarting for the first letter of the game name. Like (first we restart Test Game then Super Test Game)
Posts: 461
Threads: 5
Joined: May 2015
Reputation:
0
If you want to add more mods then edit this
new var = random(Number);
and
case number:SendRconCommand("editthis!");