Hi,
I am having a problem with the custom commands in the config. I want to put a "wait" in the command. This is how it looks in the config.
[NAME] = [MAP CHANGE];wait 1000;exec [COMMAND];wait 10000;[COMMAND];wait 1000;say "[TEXT]"
I can't put this in my CoD4 config because having the map change in the config will crash the server. How do I add wait commands?
EDIT:
I found out that you can put this type of command in the default.rcon file. I put them in, but I am having a problem. The map change that I want to do as the first command just puts the change into a loop. Is there any way to only execute the map change command every other map?