Forums Index >> Help >> WHERE DO YOU PUT THE LINE FOR MOD WIZARD FOR MAIN....
Page : <1> :
All the way at the very bottom.
Yes you can still mod ! B)
Hey Reap
go here ;-) ModWiz link
Grim reaper you should be smart! After all, you made this CC team, I can help though;
// Display an error message for unused arguments
for ($I = 1; $I < $Game::argc; $I++) {
if (!$argUsed[$I])
error("Error: Unkown command line argument: " @ $Game::argv[$I]);
}
// ModWizard
exec("game/server/scripts/ModWizardMain.cs");
if (!$Server::Dedicated) {
moveMap.bindCmd(keyboard, "m", "", "exec("game/client/scripts/ModWizardBindings.cs");");
}
That SHOULD work
Page : <1> :
Can someone help I need help where does the line go in this?
Copy of Main.cs copy yours to show well can't show it wait here we go...nvm PLEASE TELL ME WHERE DOES IT GO the line I want to mod