17.04.2015, 14:27
Well,you can not make it other players,because the players are connected to the server,you can switch the gamemode from gamemode0 to gamemode1 and...using:
or you can make like this after gmx's,under ongamemodeinit:
and do the same for other gamemodes,and also set whatever you want in that gamemode under that one^^
or you can just change the virtual world,and set each gamemode maps to a virtual world and players in gamemode 1 to virtual world to the gamemode and...
pawn Код:
SendRconCommand(changemode GAMEMODENAME); //change gamemodename and put in server .cfg gamemode0 and gamemode1 and....
pawn Код:
if(gmid == 1)
{
//load zombie 1 maps
}
or you can just change the virtual world,and set each gamemode maps to a virtual world and players in gamemode 1 to virtual world to the gamemode and...