View Single Post
.scr file executing crazy! (Grr)
Old
  (#1)
unreal_sniper is Offline
Junior Member
 
Posts: 10
Join Date: Sep 2003
   
Default .scr file executing crazy! (Grr) - 09-05-2003, 05:55 PM

WHat in the world would cause the code to execute all the way to map3? Whenever I execute the code it starts loading SF, then DV and then Remagen is loaded, why? Here is my code:

[code:33904]if (local.map == "Southern France") {
rcon map dm\mohdm1
}
else
{
rcon say NOT THIS MAP
}
if (local.map == "Destroyed Village") {
rcon map dm\mohdm2
}
else
{
rcon say NOT THIS MAP
}
if (local.map == "Remagen") {
rcon map dm\mohdm3
}
else
{
rcon say NOT THIS MAP
}
if (local.map == "Crossroads") {
rcon map dm\mohdm4
}
else
{
rcon say NOT THIS MAP
}
if (local.map == "Snowy Park") {
rcon map dm\mohdm5
}
else
{
rcon say NOT THIS MAP
}
end[/code:33904]
  
Reply With Quote