Posted: April 11th, 2007, 1:18 pm
Ty for all help, i now have my final version up on my clanserver.
CoDJumper.com - For all your CoDJumping needs!
https://www.codjumper.com/forums/
how did you fix it?The bugger finally gave in hehehe:p
main()
{
maps\mp\_load::main();
setExpFog(0.0001, 0.55, 0.6, 0.55, 0);
// setCullFog(0, 16500, 0.55, 0.6, 0.55, 0);
ambientPlay("ambient_france");
game["allies"] = "british";
game["axis"] = "german";
game["attackers"] = "allies";
game["defenders"] = "axis";
game["american_soldiertype"] = "normandy";
game["german_soldiertype"] = "normandy";
game["sd_attackers_obj_text"] = &"SD_OBJ_ATTACKERS";
game["sd_defenders_obj_text"] = &"SD_OBJ_DEFENDERS";
setCvar("r_glowbloomintensity0", ".25");
setCvar("r_glowbloomintensity1", ".25");
setcvar("r_glowskybleedintensity0",".3");
}