diff --git a/.gitignore b/.gitignore index 32825b6..5dfbdde 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,7 @@ main_shared/maps/mp/gametypes/_hardpoints.gsx !/main/server.cfg !/main/botnames.txt !/main/waypoints/ +!/main/plugins/ +/main/plugins/* +!/main/plugins/httpget.dll +!/main/plugins/httpget.so diff --git a/main/plugins/httpget.dll b/main/plugins/httpget.dll new file mode 100644 index 0000000..bae2123 Binary files /dev/null and b/main/plugins/httpget.dll differ diff --git a/z_server.bat b/z_server.bat index c8a7121..30735d5 100644 --- a/z_server.bat +++ b/z_server.bat @@ -1 +1 @@ -start "" "%~dp0cod4x18_dedrun.exe" +set dedicated "2" +set sv_maxclients "64" +set sv_punkbuster "0" +set net_port "28960" +set fs_game "" +exec server.cfg +map_rotate \ No newline at end of file +start "" "%~dp0cod4x18_dedrun.exe" +set dedicated "2" +set sv_maxclients "64" +set sv_punkbuster "0" +set net_port "28960" +set fs_game "" +exec server.cfg +loadplugin httpget +map_rotate \ No newline at end of file