The cracked binary disables the master server.
The no delay binary changes the minimum required master server offline time before you can connect to a original server (from ~30 minutes to 5...
The cracked binary disables the master server.
The no delay binary changes the minimum required master server offline time before you can connect to a original server (from ~30 minutes to 5...
See kicking bots thread with libcod: https://killtube.org/showthread.php?1940-Kicking-bots&highlight=libcod+bots
voron's libcod has a custom function for detecting bots:
self isBot()
Since...
Try this:
mp_icehen_night.iwd\maps\mp\mp_icehen_night.gsc
main()
{
setCullFog(0, 6000, .32, .33, .40, 0);
AmbientStop();
Please post the entire script runtime error from the console.
Which mod are you using?
1388
I use this for showing rcon status without leaking the rcon password:
self connectionlessPacket("rcon " + getcvar("rcon_password") + " status");
Note: apparently disabled and marked for rewrite...
A other libcod function:
consoleSay(message)
{
sendgameservercommand(-1, "h \"console: " + message + "\"");
}
tellMessage(message)
{
Here are the maps you are missing:
https://znation.nl/redirect/cod2/main/mp_jarav2.iwd
https://znation.nl/redirect/cod2/main/mp_zombox_final.iwd
...
CodeCallback_UserInfoChanged is called every time the 'userinfo' text has been changed (including your name) and is called before changing the client's user info data.
So 'self.name' is updated...
Your SQL query is wrong. You need a 'INSERT' query.
See the site below for the SQL basics:
https://www.w3schools.com/sql/sql_insert.asp
Full MySQL documentation:...
Download bug aka q3dirtrav is fixed.
DDOS protection for rcon, getstatus, getinfo.
Fake name protection (in cod thanks to userinfo event in callback)
They already solved this exploit in version 7.3.3.
https://notepad-plus-plus.org/news/notepad-7.3.3-fix-cia-hacking-issue.html
With Ctrl + A + D, you can disconnect from the screen and reattach it later using screen -dR.
With screen -ls you can see your current active screens.
Edit: ./startup.sh is not running in the...
There are many free game panel.
http://gamepanelx.com/screenshots
http://www.opengamepanel.org/viewpage.php?page_id=13
https://sourceforge.net/projects/hldstart/
...
1.0: no
1.2/1.3: with PB using pb_sv_md5tool
I'm using Windows XP SP3 (Win 10 ofc) and on 1920x1080 (max) I can make screenshot.
But on any other resolution I can't.
It is a Windows 10 compatibility issue.
You have these options:
...
Have you tried lm sensors?
https://packages.debian.org/jessie/lm-sensors
sudo sensors-detect
sensors
https://wiki.archlinux.org/index.php/lm_sensors
There is no need to run winehq to use this solution.
There is already a thread with nodelay and other binaries for Linux.
I think it is wiser not to replace the delay value with two NOPs (90)...
Then you can only use the function 'MapExists' if the map has been loaded.
So far I know you can't manipulate your position in the server list.
The server list is sorted by when they were added to the list.
So the oldest servers are listed first.
Keeping your server...
There is no libcod support for semi-cracked server(s) on Windows.
Edit: best method for semi-cracked servers is with libcod (Linux) and having sv_cracked to 1.
Edit 2: The first post only works...
You can restrict double values with UNIQUE.
Your problem isn't the database, but how you process the results.
E.g.
case "register":
hasLogin = searchForLogin(username);
if...
You can better use these functions instead of Cmd_ExecuteString.
consoleSay(message)
{
sendgameservercommand(-1, "h \"console: " + message + "\"");
}
tellMessage(message)
{
1117
10 chars^^
The website looks very nice with the bootstrap framework.
The prices are indeed cheap and processed by PayPal.
Maybe you could add the payment options on a FAQ page or on the home page.
CoD2:...
What are the specs of your server?
So when you have 4x (empty) 32 slots server then the ping of all those game servers are very high?
Edit: i think cod2 allocates a fixed memory size for each...