Forums Index >> Technical Support >> Modwizard doesn't work anymore
Page : <1> :
Do what Racer said before, and that is to not have a } after the exec line for the script. So it would look like:
Exec("game/server/scripts/wingman/loader.cs");
// ModWizard
Exec("game/server/scripts/ModWizardMain.cs");
If (!$Server::Dedicated) {
MoveMap.bindCmd(keyboard, "m", "", "exec("game/client/scripts/ModWizardBindings.cs");");
}
So no }!
Wednesday, April 21, 2004 at 10:40:28 PM
Page : <1> :
Ever since I setup the script for that cool new timer that tells you how much time is left in a game, my modwizard does not work anymore.
Do you think it has something to do with the new timer script?
http://www.learninks.org//racer445/maps/wingmanscripts.zip