exec mods 1
Posted: Wed Sep 14, 2005 6:31 pm
I searched n searched n searched, And couldnt find it, But i know i seen it here.
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?
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