How would i exec my mods by typing in a console command
IE... mods 1 , Then hit enter, Then restart, And bam mods are in.
And to take them back off, mods 0 , Then hit enter, Restart, And there off?
Code: Select all
if(level.gbmods == "1")
{
thread greensfix
}
end
level waittill spawn
if (level.gbmods == "0")
end
level.mapname = getcvar (mapname)
switch ( level.mapname )
{
case "dm/mohdm1":
{
//Southern France...mods here
}
end
