no jaymod can do killing sprees, greeting text, adminlevels up to 999, longest killing spree…
Only thing that et admin mod can do that jaymod can’t is add custom commands, which most of the time is useless.
Making the cp spawnable is done with a mapscript…
so look in the jaymod documentation for mapscripts, cause you need to make a folder in your jaymod folder called ‘mapscripts’ and then in the server.cfg add a line g_mapscriptsdir “mapssripts”**
**I don’t know what the command is that is why you should check the jaymod documentation.
Then check out this link for nice mapscripts:
http://bani.anime.net/banimod/forums/viewtopic.php?t=5932&postdays=0&postorder=asc&start=0
if you unpack those zip files you’ll get a script file (for example fueldump.script) Put that script in your mapscripts folder on your server. Then when the map loads the script will load with it.
Scripts can do all kinds of things if you check out the descriptions you can see what they each do. Also the script has to have the same name as the map (fueldump.bsp -> fueldump.script) so if it’s called fueldump1.script it’s not going to work.