Difficulty
Moderator: Moderators
Difficulty
first of all, is there a way you can play custom maps on settings other than easy? when i use maplist, its always on easy..
now for another question: can you manually change the difficulty setting?
now for another question: can you manually change the difficulty setting?
level.skill = setcvar skill
if(level.skill == "0")
{
$germanenemy.accuracy = 0
//make him real sucky in shooting
}
if(level.skill == "1")
{
$germanenemy.accuracy = 100
}
we can also use this to make the hit damage amount by bombs, or number of enemies spawned.
if(level.skill == "0")
{
$germanenemy.accuracy = 0
//make him real sucky in shooting
}
if(level.skill == "1")
{
$germanenemy.accuracy = 100
}
we can also use this to make the hit damage amount by bombs, or number of enemies spawned.
Live to map, not map to live.
-mohaa_rox, .map
moderator
-mohaa_rox, .map
moderator
