sago007,
I tried to compile the q3as source code -- mod -- for OA but it doesn't seem to like to work.
Edited: bg_public.h to have:
#define GAME_VERSION "baseoa-1"
Then ran make.
However, I get this error after putting the file in baseoa and running:
./ioq3ded.i386 +set dedicated 2 +set ttycon 0 +set net_ip 72.5.249.2 +set net_port 27962 +set com_hunkmegs 256 +set sv_maxclients 32 +set logfile 3 +set fs_basepath /home/test/openarena +set fs_homepath /home/test/openarena +set sv_pure 1 +set vm_game 0 +set vm_cgame 0 +set vm_ui 0 +set fs_game baseoa +set +exec basic.cfg
Loading dll file qagame.
Sys_LoadDll(/home/test/openarena/baseoa/qagamei386.so)...
Sys_LoadDll(/home/test/openarena/baseoa/qagamei386.so) failed:
"/home/test/openarena/baseoa/qagamei386.so: cannot open shared object file: No such file or directory"
Sys_LoadDll(/home/test/openarena/baseoa/qagamei386.so)...
Sys_LoadDll(/home/test/openarena/baseoa/qagamei386.so) failed:
"/home/test/openarena/baseoa/qagamei386.so: cannot open shared object file: No such file or directory"
Sys_LoadDll(/home/test/openarena/baseoa/qagamei386.so)...
Sys_LoadDll(/home/test/openarena/baseoa/qagamei386.so) failed:
"/home/test/openarena/baseoa/qagamei386.so: cannot open shared object file: No such file or directory"
Sys_LoadDll(/home/test/openarena/baseoa/qagamei386.so)...
Sys_LoadDll(/home/test/openarena/baseoa/qagamei386.so) failed:
"/home/test/openarena/baseoa/qagamei386.so: cannot open shared object file: No such file or directory"
Sys_LoadDll(qagame) failed dlopen() completely!
Failed to load dll, looking for qvm.
Loading vm file vm/qagame.qvm...
VM file qagame compiled to 1138100 bytes of code
qagame loaded in 2684064 bytes on the hunk
Source code for Q3AS:
http://turkey.escapedturkey.net/q3as/q3as-source.ziphttp://turkey.escapedturkey.net/q3as/Perhaps snippets of Q3AS code can be used to make a good admin mod?
Q3AS has a lot of features I mentioned. Perhaps an all in one admin mod with your elimination code in it too.

Here's the unlagged source code
http://turkey.escapedturkey.net/unlagged/unlagged-2.01-src.zipHe released it to the public.
