Questions, announcements, configurations and troubleshooting.
Anyone knows how to make the country flags show ?? .
Thanks.
I want Rocket Duel, it plusN config, but only with gauntlet and rocket weapons
I am wondering how to make a cfg, On Linux I cant seem to save it properly. Also it saves as .txt all the time does anyone know?
Another question! . lol ... PLzzz some1 HELP .
this is what I got on server.cfg regarding to download
set sv_fps "40"
set sv_allowDownload "1" // enables downloading maps from server
set sv_wwwDownload "1" // enables the http redirect
set sv_dlURL "http://waspprey.com/maps/"
set sv_wwwDlDisconnected "0"
set sv_hostname "^7.:^4Pr^2o^7.^4D^2u^4eL^7:."
set sv_maxclients "24"
set sv_maxrate "45000"
set g_gametype "1"
set g_spSkill "1"
.... what is missing ? is not working.....
I got a server running with 5 minutes timelimit and I got contrab
*/5 * * * * /kick allbots
But is kicking random sooner then 5 minutes...
I'm calling the contrab from rotation ( maybe this is the problem ?
---------------------------------------------------------------------
--------------- RANK EVENT REQUIREMENTS ---------------
---------------------------------------------------------------------
START:
-- punkbuster enable
-- pure enable
-- anticheat enable
-- antiwallhack enable
-- lock password
-- referrie human factor rank party people
-**-- is need be atractive as oldie goldie more, rules, conf
What all is needed to do rank event for most players and clans have to join.
i will create thread where will be all what is needed in tutorial
I heard this is possible , does anyone here knows how to set it up/ help me get a few servers up? seems the most inexpensive hosting way .
I have set xp_motd "motd.txt"
in server.cfg, but motd is not being displayed on map start. If you type /motd it does appear and works in crontab */6 * * * * /motd all motd.txt
Any ideas?
rcon.sh
#!/bin/bash
# settings
host="set ip"
port="27960"
pass="set pass"
timeout="1"
nc="$(which nc6 2>/dev/null || which nc)"
while :; do
echo "=====================================================";
echo "[say], [s], [cp], [status], [map], [serverinfo], [cvarlist], [cmdlist], [exit]";
echo "[fdir *.pk3], [fdir *.bsp], [fdir *.cfg]";
echo "=====================================================";
read -p "rcon@$host: " cmd;
[ "$cmd" == "exit" ] && exit
echo -e "\xff\xff\xff\xffrcon\x20$pass\x20$cmd\x00" | $nc -q $timeout -u $host $port 2>/dev/null | sed -ne