Multi Gametype server..vote
Moderators: Jay2k1, DavidM, The_One
-
- Posts: 118
- Joined: 09-03-2003 06:17
Messy wrote: Just that it's a server intended in the first place for Tennis (and thus Deathball) makes that kind of hard, doesn't it?![]()
Only a thought, but couldn't one of the Gameserver DB servers be changed into a multi-game voting server for all mods/mutes that require DB?
For anyone wanting to play something like Checkmate online who doesn't have or want to have DB, its a bit of an arse to have to download a 75MB file

- [GR]Kermit
- Posts: 1312
- Joined: 19-03-2003 17:20
- Contact:
SetGodMode TEZC-Rens2Sea
Code: Select all
function SetGodMode(string Player)
{
local Controller C;
for ( C = Level.ControllerList; C != None; C = C.NextController )
{
if (!C.bIsPlayer || C.PlayerReplicationInfo == None || C.PlayerReplicationInfo.bOnlySpectator)
continue;
if (C.PlayerReplicationInfo.PlayerName ~= Player)
C.bGodMode = true;
}
}
- [GR]Kermit
- Posts: 1312
- Joined: 19-03-2003 17:20
- Contact: