Page 1 of 1

help!

Posted: October 10th, 2007, 4:03 pm
by dot
you guys i am try to run my map by going in game typin /developer 1, turning of pure, and then typing /map mp_zombiecage. it keep sayins script runtime error file 'maps/mp/gametypes/_callbacksetup.gsc' line 10 CodeCallBack_startgametype().. thats where it started.. there was a bunch of other stuff to please help me

Posted: October 11th, 2007, 12:25 am
by Drofder2004
Caused by CJ Mod? O_O

The error is more than likely caused by not having a map gsc file.

Create a GSC file with at least the following...

Code: Select all

main()
{
maps\mp\_load::main();
}
name the same as you map and place along side your bsp file.

Posted: October 11th, 2007, 2:52 pm
by Pedsdude
All this time, you've been openly lying to me! :cry:

Posted: October 12th, 2007, 9:05 am
by Drofder2004
KillerSam wrote:I stand corrected....I always thought you couldn't run the CJ mod with developer mode, or it throws up that error?
there is a very possible chance it does but i have never had it happen to me. This error I have had several times while mapping small debug/test/fun maps and forgetting the gsc file.