Alliedassault

Alliedassault (alliedassault.us/index.php)
-   MoH Maps, Mods & Skins (alliedassault.us/forumdisplay.php?f=11)
-   -   .scr file executing crazy! (Grr) (alliedassault.us/showthread.php?t=29907)

unreal_sniper 09-05-2003 05:55 PM

.scr file executing crazy! (Grr)
 
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]

unreal_sniper 09-05-2003 08:14 PM

Does anyone know the answer to the previous question?


All times are GMT -6. The time now is 03:00 AM.

Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.